pub type StoreMoveObject = StoreMoveObjectV1;

Aliased Type§

struct StoreMoveObject {
    pub type_: MoveObjectType,
    /* private fields */
}

Fields§

§type_: MoveObjectType

Implementations§

Trait Implementations§

source§

impl<W> Signable<W> for StoreMoveObject
where W: Write,

source§

fn write(&self, writer: &mut W)