Interface QueryNextAccountNumberResponseSDKType

QueryNextAccountResponse is the response type for the Query/NextAccountNumber RPC method.

interface QueryNextAccountNumberResponseSDKType {
    count: bigint;
}

Properties

Properties

count: bigint