TokenSpec

Git Source

struct TokenSpec {
    TokenStandard std;
    uint8 decimals;
    bytes30 symbol;
}