Uses of Interface
com.exonum.binding.common.message.TransactionMessage
-
Packages that use TransactionMessage Package Description com.exonum.binding.common.message com.exonum.binding.common.serialization -
-
Uses of TransactionMessage in com.exonum.binding.common.message
Methods in com.exonum.binding.common.message that return TransactionMessage Modifier and Type Method Description static TransactionMessageTransactionMessage. fromBuffer(ByteBuffer buffer)Creates the transaction message from the given bytes buffer.static TransactionMessageTransactionMessage. fromBytes(byte[] bytes)Creates the transaction message from the given bytes array.TransactionMessageTransactionMessage.Builder. sign(KeyPair keys, CryptoFunction crypto)Signs the message, creating a new signed binary transaction message. -
Uses of TransactionMessage in com.exonum.binding.common.serialization
Methods in com.exonum.binding.common.serialization that return types with arguments of type TransactionMessage Modifier and Type Method Description static Serializer<TransactionMessage>StandardSerializers. transactionMessage()Returns a serializer of transaction messages.
-