@aave/aave-v3-aptos-ts-sdk - v0.0.53
    Preparing search index...

    Interface AptosAccountConfig

    Configuration interface for an Aptos account.

    AptosAccountConfig

    interface AptosAccountConfig {
        account: string;
        faucet_url: string;
        network: string;
        private_key: string;
        public_key: string;
        rest_url: string;
    }
    Index

    Properties

    account: string

    The account address.

    faucet_url: string

    The URL for the faucet service to fund the account with test tokens.

    network: string

    The network to which the account belongs (e.g., mainnet, testnet).

    private_key: string

    The private key associated with the account.

    public_key: string

    The public key associated with the account.

    rest_url: string

    The REST API URL for interacting with the Aptos blockchain.