public static interface Model.StellarTransactionOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getEnvelopeXdr()
Contains the transaction envelope for the transaction.
|
com.google.protobuf.ByteString |
getResultXdr()
Contains the transaction result from when the transaction was submitted
|
com.google.protobuf.ByteString getResultXdr()
Contains the transaction result from when the transaction was submitted
bytes result_xdr = 1;com.google.protobuf.ByteString getEnvelopeXdr()
Contains the transaction envelope for the transaction.
bytes envelope_xdr = 2;