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

interface QueryAccountResponseSDKType {
    account?: AnySDKType | BaseAccountSDKType;
}

Properties

Properties