labscommunity / arweavekit

https://docs.arweavekit.com
MIT License
10 stars 7 forks source link

wallet/getBalance #3

Closed codingknite closed 1 year ago

codingknite commented 1 year ago

Description

inputs

return type

interface ReturnProps {
    balance: string;
}