Skip to content

Commit 09bde21

Browse files
committed
Add keyset info
1 parent 9bdea33 commit 09bde21

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

src/generated/client/types.gen.ts

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -469,24 +469,16 @@ export type OnChainBalanceData = {
469469
confirmed: number;
470470
};
471471

472-
473472
export type OnChainData = {
474473
body?: never;
475474
path?: never;
476475
query?: never;
477476
url: '/v1/admin/onchain/balance';
478477
};
479478

480-
481-
// {"id":"0095980cf97298e4","unit":"crsat","active":true,"input_fee_ppk":0}
482-
// KeysetResponse
483-
// cashu::nuts::nut02
484-
// pub struct KeySetInfo {
485-
// pub id: Id,
486-
// pub unit: CurrencyUnit,
487-
// pub active: bool,
488-
// pub input_fee_ppk: u64,
489-
// }
479+
/**
480+
* Keyset information
481+
*/
490482

491483
export type KeySetInfo = {
492484
id: string;

0 commit comments

Comments
 (0)