Add support for querying other wallet balance

This commit is contained in:
Damjan
2024-12-27 16:19:52 +01:00
parent 8d299244fc
commit c26b92e7cd
4 changed files with 113 additions and 10 deletions

View File

@@ -2,6 +2,7 @@ export * from "./request_faucet_funds";
export * from "./deploy_token";
export * from "./deploy_collection";
export * from "./get_balance";
export * from "./get_balance_other";
export * from "./mint_nft";
export * from "./transfer";
export * from "./trade";