Interface QueryNextAccountNumberResponseAmino

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

interface QueryNextAccountNumberResponseAmino {
    count?: string;
}

Properties

Properties

count?: string

count defines the next account number.