OPNet
    Preparing search index...

    Interface PublicKeyInfo

    interface PublicKeyInfo {
        lowByte?: number;
        originalPubKey?: string;
        p2op: string;
        p2pkh?: string;
        p2pkhHybrid?: string;
        p2pkhUncompressed?: string;
        p2shp2wpkh?: string;
        p2wpkh?: string;
        tweakedPubkey: string;
    }
    Index

    Properties

    lowByte?: number
    originalPubKey?: string
    p2op: string
    p2pkh?: string
    p2pkhHybrid?: string
    p2pkhUncompressed?: string
    p2shp2wpkh?: string
    p2wpkh?: string
    tweakedPubkey: string