XdrSorobanAddressCredentials constructor Null safety
- XdrSCAddress _address,
- XdrInt64 _nonce,
- XdrUint32 _signatureExpirationLedger,
- List<
XdrSCVal> _signaturArgs
Implementation
XdrSorobanAddressCredentials(this._address, this._nonce,
this._signatureExpirationLedger, this._signaturArgs);