nonceKey property Null safety
Implementation
XdrSCAddress? get nonceKey => this._nonceKey;
Implementation
set nonceKey(XdrSCAddress? value) => this._nonceKey = value;
XdrSCAddress? get nonceKey => this._nonceKey;
set nonceKey(XdrSCAddress? value) => this._nonceKey = value;