v1 property

Implementation

XdrTransactionV1Envelope? get v1 => this._v1;
void v1=(XdrTransactionV1Envelope? value)

Implementation

set v1(XdrTransactionV1Envelope? value) => this._v1 = value;