# Functions
AddEntry adds a new entry to the bundle.
AddTrytes adds the given fragments to the txs in the bundle starting from the specified offset.
Finalize finalizes the bundle by calculating and setting the bundle hash.
FinalizeInsecure finalizes the bundle by calculating and setting the bundle hash.
GroupTransactionsIntoBundles groups the given transactions into groups of bundles.
PadTag pads the given trytes up to the length of a tag.
TailTransactionHash returns the tail transaction's hash.
TransfersToBundleEntries translates transfers to bundle entries.
ValidateBundleSignatures validates all signatures of the given bundle.
ValidBundle checks if a bundle is syntactically valid.
# Constants
The minimum amount a migration bundle has to deposit.
# Variables
EmptyTransfer is a transfer with 9s initialized values.
# Structs
BundleEntry is an object which gets translated into one or multiple transactions when used in conjunction with AddEntry().
Transfer represents the data/value to transfer to an address.
# Type aliases
Bundle represents grouped together transactions for creating a transfer.
BundleEntries are a slice of BundleEntry.
Bundles are a slice of Bundle.
BundlesByTimestamp are sorted bundles by attachment timestamp.
Transfers are a slice of Transfer.