Skip to content

Commit

Permalink
Extend MintKeyset type with fees
Browse files Browse the repository at this point in the history
  • Loading branch information
minibits-cash committed Jul 18, 2024
1 parent 95cd378 commit 84e9a76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/model/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ export type MintKeyset = {
* Whether the keyset is active or not.
*/
active: boolean;
/**
* Mint fees
*/
input_fee_ppk?: number;
};

/**
Expand Down

0 comments on commit 84e9a76

Please sign in to comment.