interface Tx {
    children: Record<number, string>;
    txid: string;
}

Properties

Properties

children: Record<number, string>
txid: string