Skip to content

Commit

Permalink
Merge pull request #14 from secretkeylabs/chore/update-rune-balance-type
Browse files Browse the repository at this point in the history
chore/update-rune-balance-type
  • Loading branch information
m-aboelenein authored May 17, 2024
2 parents a942af2 + bdd856e commit a1dc23b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/request/types/runesMethods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,11 @@ export type RbfOrder = MethodParamsAndResult<RbfOrderParams, RbfOrderResult>;
type GetRunesBalanceParams = null;
interface GetRunesBalanceResult {
balances: {
rune: string;
runeName: string;
amount: string;
divisibility: number;
symbol: string;
inscriptionId: string | null;
}[];
}

Expand Down

0 comments on commit a1dc23b

Please sign in to comment.