@exodus/bytes
    Preparing search index...

    WIF (Wallet Import Format) data structure

    interface Wif {
        compressed: boolean;
        privateKey: Uint8Array;
        version: number;
    }
    Index

    Properties

    compressed: boolean

    Whether the key is compressed

    privateKey: Uint8Array

    32-byte private key

    version: number

    Network version byte