@btc-stamps/tx-builder - v0.1.7
    Preparing search index...

    Interface ValidationWarning

    interface ValidationWarning {
        code: string;
        field?: string;
        message: string;
        remediationSuggestion?: string;
        severity: "warning";
    }
    Index

    Properties

    code: string
    field?: string
    message: string
    remediationSuggestion?: string
    severity: "warning"