Interface IGetCoinSupplyResponse

Return interface for the RpcClient.getCoinSupply RPC method.

interface IGetCoinSupplyResponse {
    circulatingSompi: bigint;
    maxSompi: bigint;
}

Properties

circulatingSompi: bigint
maxSompi: bigint

Generated using TypeDoc