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

    Interface AddressInfo

    interface AddressInfo {
        address: string;
        hash160?: Uint8Array<ArrayBufferLike>;
        isForNet: boolean;
        pubKeyFormat?: number;
        scriptAddress: Uint8Array;
        type: "p2pkh" | "p2sh" | "p2wpkh" | "p2wsh" | "p2tr" | "p2pk" | "unknown";
        witnessProgram?: Uint8Array<ArrayBufferLike>;
        witnessVersion?: number;
    }
    Index

    Properties

    address: string
    hash160?: Uint8Array<ArrayBufferLike>
    isForNet: boolean
    pubKeyFormat?: number
    scriptAddress: Uint8Array
    type: "p2pkh" | "p2sh" | "p2wpkh" | "p2wsh" | "p2tr" | "p2pk" | "unknown"
    witnessProgram?: Uint8Array<ArrayBufferLike>
    witnessVersion?: number