-
Notifications
You must be signed in to change notification settings - Fork 2
Query Juno balance #4
Copy link
Copy link
Open
Description
i need to implement a function that can read the balance of juno in a connected wallet. This can then determine a specific balance that allows users to upload contract.
currently need this implemented. Any idea how to do it @giansalex ?
https://github.com/CosmWasm/cw-plus/blob/main/contracts/cw20-base/helpers.ts#L179
// queries
balance: (address?: string) => Promise
allowance: (owner: string, spender: string) => Promise
allAllowances: (owner: string, startAfter?: string, limit?: number) => Promise
allAccounts: (startAfter?: string, limit?: number) => Promise<readonly string[]>
tokenInfo: () => Promise
minter: () => Promise
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels