QueryAccountRequest is the request type for the Query/Account RPC method.

interface QueryAccountRequestAmino {
    address?: string;
}

Properties

Properties

address?: string

address defines the address to query for.