export interface UnspendTransactionWoC {
    height: number;
    tx_pos: number;
    tx_hash: string;
    value: number;
}
