@arkade-os/sdk Documentation - v0.4.36
    Preparing search index...

    Interface MigrationVtxoRef

    A single VTXO referenced in a DeprecatedSignerMigrationReport.

    interface MigrationVtxoRef {
        cutoffDate?: bigint;
        signerPubKey: string;
        txid: string;
        value: number;
        vout: number;
    }
    Index

    Properties

    cutoffDate?: bigint

    Absolute cutoff (Unix seconds) when the server advertised one.

    signerPubKey: string

    The deprecated signer the VTXO was minted under (x-only hex).

    txid: string
    value: number
    vout: number