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

    Interface NetworkConfig

    Network configuration

    interface NetworkConfig {
        network: string;
        bech32Prefix: string;
        rpcEndpoint: string;
        restEndpoint: string;
    }
    Index

    Properties

    network: string

    CAIP-2 network identifier

    bech32Prefix: string

    Bech32 address prefix

    rpcEndpoint: string

    RPC endpoint

    restEndpoint: string

    REST endpoint