# Functions
KeyPartFixture returns a key part fixture.
LightPayload returns a payload with 2 byte key and 2 byte value.
LightPayload8 returns a payload with 1 byte key and 1 byte value.
PathByUint16 returns a path (32 bytes) given a uint16 (big endian).
PathByUint16LeftPadded returns a path (32 bytes) given a uint16 (left padded big endian).
PathByUint8 returns a path (32 bytes) given a uint8.
QueryFixture returns a query fixture.
RandomPaths generates n random (no repetition).
RandomPathsRandLen generate m random paths.
RandomPayload returns a random payload.
RandomPayloads returns n random payloads.
RandomUniqueKeys generates n random keys (each with m random key parts).
RandomValues returns n random values with variable sizes (minByteSize <= size < maxByteSize).
RootHashFixture returns a root hash fixture.
TrieBatchProofFixture returns a trie batch proof fixture.
TrieProofFixture returns a trie proof fixture.
TrieUpdateFixture returns a trie update fixture.
UpdateFixture returns an update fixture.