package
1.0.0
Repository: https://github.com/iotaledger/iota.go.git
Documentation: pkg.go.dev

# Functions

Validate calls all given validators or returns the first occurred error.
ValidateAddresses validates the given addresses which must include the checksum.
ValidateAttachedTransactionTrytes validates the given attached transaction trytes.
ValidateHashes validates the given hashes.
ValidateNonEmptyStrings checks for non empty string slices.
ValidateSecurityLevel validates the given security level.
ValidateSeed validates the given seed.
ValidateStartEndOptions validates the given start and optional end option.
ValidateTags validates the given tags.
ValidateTransactionHashes validates the given transaction hashes.
ValidateTransactionTrytes validates the given transaction trytes.
ValidateTransfers validates the given transfers.
ValidateURIs validates the given URIs for neighbor addition/removal.

# Constants

MaxIndexDiff is the max delta between start and end options.

# Type aliases

Validatable is a function which validates something and returns an error if the validation fails.