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

    Interface AptosServerConfig

    Configuration options for registering Aptos schemes to a t402ResourceServer

    interface AptosServerConfig {
        networks?: Network[];
        schemeConfig?: ExactDirectAptosServerConfig;
    }
    Index

    Properties

    networks?: Network[]

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

    Optional scheme configuration