@raoul-picconi/mojito-sdk
    Preparing search index...

    Interface BTCUTXO

    interface BTCUTXO {
        scriptpubkey: string;
        scriptpubkey_address: string;
        scriptpubkey_asm: string;
        scriptpubkey_type: string;
        status: {
            block_hash?: string;
            block_height?: number;
            block_time?: number;
            confirmed: boolean;
        };
        txid: string;
        value: number;
        vout: number;
        weight: number;
    }
    Index

    Properties

    scriptpubkey: string
    scriptpubkey_address: string
    scriptpubkey_asm: string
    scriptpubkey_type: string
    status: {
        block_hash?: string;
        block_height?: number;
        block_time?: number;
        confirmed: boolean;
    }
    txid: string
    value: number
    vout: number
    weight: number