T402 API Reference - v2.8.0
    Preparing search index...

    Interface AptosClientConfig

    Configuration options for registering Aptos schemes to a t402Client

    interface AptosClientConfig {
        signer: ClientAptosSigner;
        policies?: PaymentPolicy[];
        networks?: Network[];
        schemeConfig?: ExactDirectAptosClientConfig;
    }
    Index

    Properties

    The Aptos signer for client operations

    policies?: PaymentPolicy[]

    Optional policies to apply to the client

    networks?: Network[]

    Optional specific networks to register If not provided, registers wildcard support (aptos:*)

    Optional scheme configuration