[][src]Module mazzaroth_rs::abi::decoder

Decodes encoded bytes into an XDR object.

Structs

Decoder

Decode a single payload of bytes into an XDR object. Value must implement XDRIn.

InputDecoder

Decode a vector of Parameters into separate XDR object. Values must implement XDRIn.