Module soroban_sdk::xdr::next
Modules
Structs
Enums
- Error contains all errors returned by functions in this crate. It can be compared via
PartialEq
, however any contained IO errors will only be compared on theirErrorKind
.
Constants
XDR_FILES_SHA256
is a list of pairs of source files and their SHA256 hashes.
Traits
- Discriminant defines types that may contain a one-of value determined according to the discriminant, and exposes the value of the discriminant for that type, such as in an XDR union.
- Name defines types that assign a static name to their value, such as the name given to an identifier in an XDR enum, or the name given to the case in a union.
- Iter defines types that have variants that can be iterated.