x402-chainlink
    Preparing search index...

    Interface AccountConfig

    EVM account configuration

    interface AccountConfig {
        address: `0x${string}`;
        network: EVMNetworkId;
        privateKey?: `0x${string}`;
    }
    Index

    Properties

    address: `0x${string}`

    Account address (0x...)

    network: EVMNetworkId

    Network the account is on

    privateKey?: `0x${string}`

    Private key for signing (optional for read-only)