Arguments for retrieving account names based on the specified account address.

The address of the account for which names are to be retrieved.

interface GetAccountNamesArgs {
    accountAddress: AccountAddressInput;
    options?: PaginationArgs & OrderByArg<{
        domain?: null | string;
        domain_expiration_timestamp?: any;
        expiration_timestamp?: any;
        is_primary?: null | boolean;
        owner_address?: null | string;
        registered_address?: null | string;
        subdomain?: null | string;
        subdomain_expiration_policy?: any;
        token_standard?: null | string;
    }> & WhereArg<CurrentAptosNamesBoolExp>;
}

Hierarchy (view full)

Properties

accountAddress: AccountAddressInput
options?: PaginationArgs & OrderByArg<{
    domain?: null | string;
    domain_expiration_timestamp?: any;
    expiration_timestamp?: any;
    is_primary?: null | boolean;
    owner_address?: null | string;
    registered_address?: null | string;
    subdomain?: null | string;
    subdomain_expiration_policy?: any;
    token_standard?: null | string;
}> & WhereArg<CurrentAptosNamesBoolExp>
MMNEPVFCICPMFPCPTTAAATR