Versions in this module Expand all Collapse all v2 v2.0.1 Dec 6, 2021 Changes in this version + type HexBytes []byte + func (b *HexBytes) UnmarshalText(text []byte) (err error) + func (b HexBytes) MarshalText() ([]byte, error) + func (b HexBytes) String() string v2.0.0 May 10, 2021 Changes in this version + func Must(err error) + func OneInputOutputTransaction() *iotago.Transaction + func Rand32ByteArray() [32]byte + func Rand49ByteArray() [49]byte + func Rand64ByteArray() [64]byte + func RandBytes(length int) []byte + func RandEd25519Address() (*iotago.Ed25519Address, []byte) + func RandEd25519PrivateKey() ed25519.PrivateKey + func RandEd25519Seed() [ed25519.SeedSize]byte + func RandEd25519Signature() (*iotago.Ed25519Signature, []byte) + func RandEd25519SignatureUnlockBlock() (*iotago.SignatureUnlockBlock, []byte) + func RandIndexation(dataLength ...int) (*iotago.Indexation, []byte) + func RandMessage(withPayloadType uint32) (*iotago.Message, []byte) + func RandMigratedFundsEntry() (*iotago.MigratedFundsEntry, []byte) + func RandMilestone(parents iotago.MessageIDs) (*iotago.Milestone, []byte) + func RandMilestoneSig() [iotago.MilestoneSignatureLength]byte + func RandReceipt() (*iotago.Receipt, []byte) + func RandReferenceUnlockBlock() (*iotago.ReferenceUnlockBlock, []byte) + func RandSigLockedSingleOutput(addrType iotago.AddressType) (*iotago.SigLockedSingleOutput, []byte) + func RandTransaction() (*iotago.Transaction, []byte) + func RandTransactionEssence() (*iotago.TransactionEssence, []byte) + func RandTreasuryInput() (*iotago.TreasuryInput, []byte) + func RandTreasuryOutput() (*iotago.TreasuryOutput, []byte) + func RandTreasuryTransaction() (*iotago.TreasuryTransaction, []byte) + func RandTrytes(length int) trinary.Trytes + func RandUTXOInput() (*iotago.UTXOInput, []byte) + func ReferenceUnlockBlock(index uint16) (*iotago.ReferenceUnlockBlock, []byte) + func SortedRand32BytArray(count int) [][32]byte Other modules containing this package github.com/iotaledger/iota.go/v3