Skip to main content

InstanceId

Type Alias InstanceId 

Source
pub type InstanceId = Loc;
Expand description

Unique identifier for every VerusSync instance. Every “Token” and “Instance” object has an InstanceId. These ID values must agree to perform any token operation.

Aliased Type§

pub struct InstanceId(/* private fields */);