Skip to main content

TestTokenIdentifier

Type Alias TestTokenIdentifier 

Source
pub type TestTokenIdentifier<'a> = TestTokenId<'a>;
Expand description

Alias for TestTokenId, for backwards compatibility.

Prefer using TestTokenId, as it is shorter, and more consistent with the TokenId type it represents.

Aliased Typeยง

pub struct TestTokenIdentifier<'a> { /* private fields */ }