btcutil-js - v0.2.0
    Preparing search index...

    Interface ChainParams

    interface ChainParams {
        bech32HRPSegwit: string;
        coinbaseMaturity: number;
        defaultPort: string;
        hdCoinType: number;
        hdPrivateKeyID: string;
        hdPublicKeyID: string;
        name: string;
        privateKeyID: number;
        pubKeyHashAddrID: number;
        scriptHashAddrID: number;
        subsidyReductionInterval: number;
    }
    Index

    Properties

    bech32HRPSegwit: string
    coinbaseMaturity: number
    defaultPort: string
    hdCoinType: number
    hdPrivateKeyID: string
    hdPublicKeyID: string
    name: string
    privateKeyID: number
    pubKeyHashAddrID: number
    scriptHashAddrID: number
    subsidyReductionInterval: number