TokenStandard

Git Source

enum TokenStandard {
    None,
    Native,
    ERC20,
    ERC721,
    ERC1155
}