Documentation ¶
Index ¶
- Variables
- func TypeBitLen(value interface{}) int
- func TypeEncodedLen(value interface{}) int
- func TypeEquals(value interface{}, other interface{}) bool
- func TypeIsNil(value interface{}) bool
- func TypeIsZeroValue(value interface{}) bool
- func TypeLen(value interface{}) int
- func TypeToBytes(value interface{}) []byte
- func TypeToHex(value interface{}) string
- func TypeToString(value interface{}) string
- func TypeToU8a(value interface{}, isBare bool) []uint8
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTypeUnsupported = errors.New("type not supported")
ErrTypeUnsupported ...
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.