Skip to content

Commit

Permalink
Merge pull request #12 from secretkeylabs/release/v0.0.9
Browse files Browse the repository at this point in the history
release/v0.0.9
  • Loading branch information
m-aboelenein authored May 17, 2024
2 parents f979f06 + a1dc23b commit f51b9f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sats-connect/core",
"version": "0.0.8",
"version": "0.0.9",
"main": "dist/index.mjs",
"module": "dist/index.mjs",
"types": "dist/index.d.mts",
Expand Down
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 f51b9f3

Please sign in to comment.