public static interface WalletKitOuterClass.TransactionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel()
An optional label to save with the transaction.
|
com.google.protobuf.ByteString |
getLabelBytes()
An optional label to save with the transaction.
|
com.google.protobuf.ByteString |
getTxHex()
The raw serialized transaction.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getTxHex()
The raw serialized transaction. Despite the field name, this does need to be specified in raw bytes (or base64 encoded when using REST) and not in hex. To not break existing software, the field can't simply be renamed.
bytes tx_hex = 1;
java.lang.String getLabel()
An optional label to save with the transaction. Limited to 500 characters.
string label = 2;
com.google.protobuf.ByteString getLabelBytes()
An optional label to save with the transaction. Limited to 500 characters.
string label = 2;