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

interface QueryNextAccountNumberResponse {
    count: bigint;
}

Properties

Properties

count: bigint

count defines the next account number.