Function useAccountsForAddress

  • Beta

    Get all accounts associated with the provided address

    Parameters

    Returns UseQueryResult<string[]>

    a response object that includes an array of all accounts associated with the address

    Example

    const { data: accountsForAddress, isLoading, error } = useAccountsForAddress(contract, "{{account_address}}");
    

    Twfeature

    AccountFactory

    See

    Documentation

Generated using TypeDoc