Module constraint
zebra_
chain
1.0.0-beta.45
Module constraint
Module Items
Structs
In zebra_
chain::
serialization
Modules
arbitrary
compact_size
constraint
date_time
error
read_zcash
serde_helpers
sha256d
write_zcash
zcash_deserialize
zcash_serialize
Structs
AtLeastOne
CompactSize64
CompactSizeMessage
DateTime32
Duration32
FakeWriter
Enums
SerializationError
Constants
MAX_PROTOCOL_MESSAGE_LEN
Traits
ReadZcashExt
TrustedPreallocate
WriteZcashExt
ZcashDeserialize
ZcashDeserializeInto
ZcashSerialize
Functions
zcash_deserialize_bytes_external_count
zcash_deserialize_external_count
zcash_deserialize_string_external_count
zcash_serialize_bytes
zcash_serialize_bytes_external_count
zcash_serialize_empty_list
zcash_serialize_external_count
zebra_chain
::
serialization
Module
constraint
Copy item path
Settings
Help
Summary
Source
Expand description
Serialization constraint helpers.
Structs
§
AtLeast
One
A
Vec<T>
wrapper that ensures there is at least one
T
in the vector.