Crate moverox

Crate moverox 

Source
Expand description

Move, oxidized.

Re-exports§

pub use moverox_traits as traits;
pub use moverox_types as types;
pub use serde;

Macros§

include_oxidized
Include oxidized Move package.

Structs§

Otw
Generic type signaling a one-time-witness type argument.
OtwTypeTag

Enums§

FromRawDatatypeErrorbcs
Error for parse_move_datatype.
FromRawInstanceErrorbcs
Error for parse_move_instance.

Functions§

parse_move_datatypebcs
Parse an instance of a MoveDatatype from a generic struct tag and BCS bytes.
parse_move_instancebcs
Parse an instance of a MoveType from a generic type tag and BCS bytes.