interface UTXOBasic {
    amount: bigint;
    index: number;
    txId: string;
}

Hierarchy (view full)

Properties

Properties

amount: bigint
index: number
txId: string