UNPKG

rubic-sdk

Version:
6 lines (5 loc) 183 B
/** * First argument is `target`, that is contract address to execute on. * Second argument is `data`, that is encoded contract method. */ export type TronCall = [string, string];