@aptos-labs/ts-sdk - v5.1.4
    Preparing search index...

    Type Alias GetAccountAddressesForAuthKeyQuery

    type GetAccountAddressesForAuthKeyQuery = {
        auth_key_account_addresses: {
            account_address: string;
            auth_key: string;
            is_auth_key_used: boolean;
            last_transaction_version: any;
        }[];
    }
    Index

    Properties

    auth_key_account_addresses: {
        account_address: string;
        auth_key: string;
        is_auth_key_used: boolean;
        last_transaction_version: any;
    }[]