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

    Interface VerifyResult

    interface VerifyResult {
        error?: string;
        valid: boolean;
    }
    Index

    Properties

    Properties

    error?: string
    valid: boolean