Module substrate_stellar_xdr::compound_types[][src]

Expand description

Generic types for encoding XDR variable length arrays and strings

Structs

Error to indicate that the length of a limited var array or string is violated

Type for an ASCII string whose length is not predefined but bounded by a constant

Type for an array whose length is not predefined but bounded by a constant

Type for binary data whose length is not predefined but bounded by a constant

Type Definitions

Type for an ASCII string whose length is not predefined and not bounded

Type for an XDR array whose length is not predefined and not bounded

Type for binary data whose length is not predefined and not bounded