pub type TransferId = Dot<AccountId>;Expand description
Transfer ID.
Aliased Type§
pub struct TransferId {
pub actor: PublicKey,
pub counter: u64,
}Fields§
§actor: PublicKeyThe actor identifier
counter: u64The current version of this actor