SequenceDataWriteOp

Type Alias SequenceDataWriteOp 

Source
pub type SequenceDataWriteOp<T> = CrdtDataOperation<PublicKey, T>;
Expand description

Data mutation operation to apply to Sequence.

Aliased Type§

pub struct SequenceDataWriteOp<T> {
    pub address: Address,
    pub crdt_op: Op<T, PublicKey>,
    pub ctx: Identifier<PublicKey>,
}

Fields§

§address: Address

Address of a Sequence object on the network.

§crdt_op: Op<T, PublicKey>

The data operation to apply.

§ctx: Identifier<PublicKey>

The context (policy) this operation depends on