@did-btc1/method
    Preparing search index...

    Type Alias WalletTxBase

    type WalletTxBase = {
        abandoned?: boolean;
        account: string;
        address: string;
        amount: number;
        "bip125-replaceable": "yes" | "no" | "unknown";
        blockhash: string;
        blockindex: number;
        blocktime: number;
        category: "send" | "receive";
        comment?: string;
        confirmations: number;
        fee: number;
        label: string;
        time: number;
        timereceived: number;
        to?: string;
        txid: string;
        vout: number;
        walletconflicts: string[];
    }
    Index

    Properties

    abandoned?: boolean
    account: string
    address: string
    amount: number
    "bip125-replaceable": "yes" | "no" | "unknown"
    blockhash: string
    blockindex: number
    blocktime: number
    category: "send" | "receive"
    comment?: string
    confirmations: number
    fee: number
    label: string
    time: number
    timereceived: number
    to?: string
    txid: string
    vout: number
    walletconflicts: string[]