ContractAuth constructor Null safety
- AuthorizedInvocation rootInvocation,
- {List<
XdrSCVal> ? signatureArgs, - Address? address,
- int? nonce}
Implementation
ContractAuth(this.rootInvocation,
{List<XdrSCVal>? signatureArgs, this.address, this.nonce}) {
if (signatureArgs != null) {
this.signatureArgs = signatureArgs;
}
}