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

    Interface NearClientConfig

    Configuration options for registering NEAR schemes to a t402Client

    interface NearClientConfig {
        signer: ClientNearSigner;
        policies?: PaymentPolicy[];
        networks?: Network[];
        schemeConfig?: ExactDirectNearClientConfig;
    }
    Index

    Properties

    The NEAR signer to use for creating payment payloads

    policies?: PaymentPolicy[]

    Optional policies to apply to the client

    networks?: Network[]

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

    Optional scheme configuration (gas amounts, memo)