Type Alias Currency

Currency: string & {
    brand: unique symbol;
}

This type is a string used to represent different tokens in the AlexSDK. It use a unique symbol to distinguish it from regular strings and refers to specific currencies such as STX, ALEX, and others.