XdrInvokeContractArgs constructor

XdrInvokeContractArgs(
  1. XdrSCAddress _contractAddress,
  2. String _functionName,
  3. List<XdrSCVal> _args
)

Implementation

XdrInvokeContractArgs(this._contractAddress, this._functionName, this._args);