@arkade-os/sdk Documentation - v0.4.0-next.8
    Preparing search index...

    Interface ContractVtxo

    A VTXO that has been associated with a specific contract.

    interface ContractVtxo {
        arkTxId?: string;
        assets?: Asset[];
        contractScript: string;
        createdAt: Date;
        extraWitness?: Bytes[];
        forfeitTapLeafScript: TapLeafScript;
        intentTapLeafScript: TapLeafScript;
        isSpent?: boolean;
        isUnrolled: boolean;
        settledBy?: string;
        spentBy?: string;
        status: Status;
        tapTree: Bytes;
        txid: string;
        value: number;
        virtualStatus: VirtualStatus;
        vout: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    arkTxId?: string
    assets?: Asset[]
    contractScript: string

    The contract script this VTXO belongs to

    createdAt: Date
    extraWitness?: Bytes[]
    forfeitTapLeafScript: TapLeafScript
    intentTapLeafScript: TapLeafScript
    isSpent?: boolean
    isUnrolled: boolean
    settledBy?: string
    spentBy?: string
    status: Status
    tapTree: Bytes
    txid: string
    value: number
    virtualStatus: VirtualStatus
    vout: number