[][src]Trait exocore_chain::operation::Operation

pub trait Operation {
    pub fn get_operation_reader(&self) -> Result<Reader<'_>, Error>;

    pub fn as_entry_data(&self) -> Result<&[u8], Error> { ... }
pub fn get_type(&self) -> Result<OperationType, Error> { ... }
pub fn get_id(&self) -> Result<OperationId, Error> { ... }
pub fn get_group_id(&self) -> Result<OperationId, Error> { ... } }

Wraps an operation that is stored either in the pending store, or in the the chain.

Required methods

Loading content...

Provided methods

Loading content...

Implementors

impl Operation for EngineOperation[src]

impl Operation for NewOperation[src]

Loading content...