TransferId

Type Alias TransferId 

Source
pub type TransferId = Dot<AccountId>;
Expand description

Transfer ID.

Aliased Type§

pub struct TransferId {
    pub actor: PublicKey,
    pub counter: u64,
}

Fields§

§actor: PublicKey

The actor identifier

§counter: u64

The current version of this actor