InvokeHostFunctionOperationResponse constructor

InvokeHostFunctionOperationResponse(
  1. String function,
  2. String address,
  3. String salt, {
  4. List<ParameterResponse>? parameters,
  5. List<AssetBalanceChange>? assetBalanceChanges,
})

Implementation

InvokeHostFunctionOperationResponse(this.function, this.address, this.salt,
    {this.parameters, this.assetBalanceChanges});