QueryAccountResponse is the response type for the Query/Account RPC method.

interface QueryAccountResponse {
    account?: Any | BaseAccount;
}

Properties

Properties

account?: Any | BaseAccount

account defines the account of the corresponding address.