@did-btc1/method
    Preparing search index...

    Type Alias ValidateAddressResult

    type ValidateAddressResult = {
        account?: string;
        address?: string;
        addresses?: string[];
        hdkeypath?: string;
        hdmasterkeyid?: string;
        hex?: string;
        iscompressed?: boolean;
        ismine?: boolean;
        isscript?: boolean;
        isvalid: boolean;
        iswatchonly?: boolean;
        pubkey?: string;
        script?: string;
        scriptPubKey?: string;
        sigsrequired?: number;
        timestamp?: number;
    }
    Index

    Properties

    account?: string
    address?: string
    addresses?: string[]
    hdkeypath?: string
    hdmasterkeyid?: string
    hex?: string
    iscompressed?: boolean
    ismine?: boolean
    isscript?: boolean
    isvalid: boolean
    iswatchonly?: boolean
    pubkey?: string
    script?: string
    scriptPubKey?: string
    sigsrequired?: number
    timestamp?: number