Type Alias TokenId
pub type TokenId = Address;Expand description
A unique identifier for non-native tokens in the system.
Uses the same identifier system as vaults for consistent reference across the protocol.
Aliased Typeยง
pub struct TokenId { /* private fields */ }