Interface TronContractParams

Hierarchy

Properties

contractAbi: AbiItem[]

Contract abi in source network.

contractAddress: string

Contract address in source network.

feeLimit: number
methodArguments: unknown[]

Method's arguments to call method with.

methodName: string

Method's name to call in contract.

value: string

Value in Wei to send with transaction.

Generated using TypeDoc