Module decoder

Module decoder 

Source
Expand description

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 Arguments into separate XDR object. Values must implement XDRIn.