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

    Interface OffchainInput

    interface OffchainInput {
        amount: bigint;
        birth?: Date;
        expiry?: Date;
        type: VtxoType;
        weight: number;
    }
    Index

    Properties

    amount: bigint
    birth?: Date
    expiry?: Date
    type: VtxoType
    weight: number