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

interface QueryAccountRequest {
    address: string;
}

Properties

Properties

address: string

address defines the address to query for.