Type alias TransactionOutput
TransactionOutput: {
address: string | null;
pkscript: string;
spender: {
input: number;
txid: string;
} | null;
spent: boolean;
value: number;
}
Type declaration
address: string | null
pkscript: string
spender: {
input: number;
txid: string;
} | null
spent: boolean
value: number