XdrContractAuth constructor Null safety
- XdrAddressWithNonce? _addressWithNonce,
- XdrAuthorizedInvocation _rootInvocation,
- List<
XdrSCVal> _signatureArgs
Implementation
XdrContractAuth(
this._addressWithNonce, this._rootInvocation, this._signatureArgs);