public static interface Transaction.SignedTransactionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getRawTxnBytes()
The serialized Protobuf bytes for RawTransaction, for which the signature
was signed.
|
com.google.protobuf.ByteString |
getSenderPublicKey()
public key that corresponds to RawTransaction::sender_account
|
com.google.protobuf.ByteString |
getSenderSignature()
signature for the hash
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getRawTxnBytes()
The serialized Protobuf bytes for RawTransaction, for which the signature was signed. Protobuf doesn't guarantee the serialized bytes is canonical across different language implementations, but for our use cases for transaction it is not necessary because the client is the only one to produce this bytes, which is then persisted in storage.
bytes raw_txn_bytes = 1;com.google.protobuf.ByteString getSenderPublicKey()
public key that corresponds to RawTransaction::sender_account
bytes sender_public_key = 2;com.google.protobuf.ByteString getSenderSignature()
signature for the hash
bytes sender_signature = 3;Copyright © 2019. All rights reserved.