Interface IGetBalanceByAddressResponse

Return interface for the RpcClient.getBalanceByAddress RPC method.

interface IGetBalanceByAddressResponse {
    balance: bigint;
}

Properties

Properties

balance: bigint

Generated using TypeDoc