Properties
constant_result
constant_result: string[]
energy_used
energy_used: number
internal_transactions
internal_transactions: {
callValueInfo: any[];
caller_address: string;
hash: string;
note: string;
transferTo_address: string;
}[]
logs
logs: {
address: string;
data: string;
topics: string[];
}[]
result
result: {
result: boolean;
}
transaction
transaction
: { raw_data
: { contract
: TronConstantContract; expiration
: number; ref_block_bytes
: string; ref_block_hash
: string; timestamp
: number; }; raw_data_hex
: string; ret
: any[]; txID
: string; visible
: boolean; }
Type declaration
-
raw_data: {
contract: TronConstantContract;
expiration: number;
ref_block_bytes: string;
ref_block_hash: string;
timestamp: number;
}
-
-
expiration: number
-
ref_block_bytes: string
-
ref_block_hash: string
-
timestamp: number
-
raw_data_hex: string
-
ret: any[]
-
txID: string
-
visible: boolean