Type Alias ExplorerTransaction
ExplorerTransaction: {
status: { block_time: number; confirmed: boolean };
txid: string;
vout: { scriptpubkey_address: string; value: string }[];
}
Type declaration
status: { block_time: number; confirmed: boolean }
txid: string
vout: { scriptpubkey_address: string; value: string }[]