External module "transaction/transactionUtils"
Functions
makeNativeContractTx
- makeNativeContractTx(funcName: string, params: string, contractAddr: Address, gasPrice?: undefined | string, gasLimit?: undefined | string, payer?: Address): Transaction
-
Parameters
-
funcName: string
-
params: string
-
-
Optional gasPrice: undefined | string
-
Optional gasLimit: undefined | string
-
Optional payer: Address
Creates transaction to invoke native contract