nonce_key property

XdrSCNonceKey? nonce_key

Implementation

XdrSCNonceKey? get nonce_key => this._nonce_key;
void nonce_key=(XdrSCNonceKey? value)

Implementation

set nonce_key(XdrSCNonceKey? value) => this._nonce_key = value;