SignedToken

Type Alias SignedToken 

Source
pub type SignedToken<M, F = ()> = SignedToken<V1, M, F>;
Expand description

A token with publically readable data, but not yet verified

Aliased Typeยง

pub struct SignedToken<M, F = ()> { /* private fields */ }