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

    Type Alias ExplorerTransaction

    type ExplorerTransaction = {
        status: { block_time: number; confirmed: boolean };
        txid: string;
        vout: { scriptpubkey_address: string; value: string }[];
    }
    Index

    Properties

    Properties

    status: { block_time: number; confirmed: boolean }
    txid: string
    vout: { scriptpubkey_address: string; value: string }[]