Documentation ¶
Index ¶
Constants ¶
View Source
const ( // The size of a transaction in bytes. TransactionSize = 1604 // The amount of bytes making up the non signature message fragment part of a transaction gossip payload. NonSigTxPartBytesLength = 292 // The max amount of bytes a signature message fragment is made up from. SigDataMaxBytesLength = 1312 )
Variables ¶
This section is empty.
Functions ¶
func TransactionFromCompressedBytes ¶
func TransactionFromCompressedBytes(transactionData []byte, txHash ...trinary.Hash) (*transaction.Transaction, error)
func TruncateTx ¶
TruncateTx truncates the encoded transaction data.
txBytes the transaction bytes to truncate return an array containing the truncated transaction data
func TruncateTxTrits ¶ added in v0.5.4
TruncateTxTrits encodes txTrits into bytes and truncates them.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.