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

    Interface WifDecodeResult

    interface WifDecodeResult {
        compressPubKey: boolean;
        network: string;
        privateKey: Uint8Array;
        publicKey: Uint8Array;
    }
    Index

    Properties

    compressPubKey: boolean
    network: string
    privateKey: Uint8Array
    publicKey: Uint8Array