Type for input for trace contract call - target contract.

interface ContractTraceTarget {
    data?: Hex;
    to?: Address;
    value?: VET;
}

Properties

Properties

data?: Hex

The input data for the contract call.

to?: Address

The recipient of the call. Null indicates contract deployment.

value?: VET

The amount of token to be transferred.