@arkade-os/sdk Documentation - v0.4.21
    Preparing search index...

    Interface NetworkOptions

    Used for default BIP86 derivation with network selection.

    interface NetworkOptions {
        isMainnet?: boolean;
    }
    Index

    Properties

    Properties

    isMainnet?: boolean

    Mainnet (coin type 0) or testnet (coin type 1).

    true