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

    Interface Operation

    interface Operation {
        data_outputs: number;
        input_count: number;
        output_count: number;
        priority: "low" | "medium" | "high" | "urgent";
        stamps?: StampData[];
        type:
            | "stamp_creation"
            | "stamp_transfer"
            | "batch_mint"
            | "src20_operation";
        witness_data_size?: number;
    }
    Index

    Properties

    data_outputs: number
    input_count: number
    output_count: number
    priority: "low" | "medium" | "high" | "urgent"
    stamps?: StampData[]
    type: "stamp_creation" | "stamp_transfer" | "batch_mint" | "src20_operation"
    witness_data_size?: number