Expand description
Module to validate input’s type
Functions§
- is_
address - Validates that the provided string is an address
- is_
addresses_ collection_ valid - Validates that a slice of strings are all addresses
- is_
array_ of_ attached_ trytes - Validates that a slice of strings contains only attached trytes
- is_
array_ of_ hashes - Validates that a slice of strings are all valid hashes
- is_
array_ of_ trytes - Validates that a slice of strings are all valid trytes
- is_hash
- Validates that a string is a hash
- is_
hashes - Validates that a slice of strings are all hash
- is_
nine_ trytes - Validates that a string contains only the number 9
- is_
slice_ of_ transactions - Validates a slice of transactions
- is_
transfers_ collection_ valid - Validates a slice of transfers
- is_
trytes - Validates that a string contains only tryte characters
- is_
trytes_ with_ length - Validates that a string contains only tryte characters
- is_
valid_ seed - Validates that a string is a seed
- is_
valid_ transfer - Validates a transfer
- is_
value - Validates that a string is an integer