envelopeXdr property
Implementation
String get envelopeXdr {
if (this.success) {
return this.strEnvelopeXdr;
} else {
if (this.extras != null) {
return this.extras.envelopeXdr;
}
return null;
}
}
String get envelopeXdr {
if (this.success) {
return this.strEnvelopeXdr;
} else {
if (this.extras != null) {
return this.extras.envelopeXdr;
}
return null;
}
}