XdrSorobanAuthorizedContractFunction constructor Null safety
- XdrSCAddress _contractAddress,
- String _functionName,
- List<
XdrSCVal> _args
Implementation
XdrSorobanAuthorizedContractFunction(
this._contractAddress, this._functionName, this._args);
XdrSorobanAuthorizedContractFunction(
this._contractAddress, this._functionName, this._args);