Hierarchy

  • TronTriggerConstantContractResult

Properties

constant_result: string[]
energy_used: number
internal_transactions: {
    callValueInfo: any[];
    caller_address: string;
    hash: string;
    note: string;
    transferTo_address: string;
}[]
logs: {
    address: string;
    data: string;
    topics: string[];
}[]
result: {
    result: boolean;
}

Type declaration

  • result: boolean
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;
    }
    • contract: TronConstantContract
    • expiration: number
    • ref_block_bytes: string
    • ref_block_hash: string
    • timestamp: number
  • raw_data_hex: string
  • ret: any[]
  • txID: string
  • visible: boolean

Generated using TypeDoc