Versions in this module Expand all Collapse all v0 v0.4.0 Aug 18, 2023 Changes in this version + var AccountAssetClassificationIDMap map[string]string = make(map[string]string) + var AccountIdentityClassificationIDMap map[string]string = make(map[string]string) + var AssetClassificationIDMappableBytesMap map[string][]byte = make(map[string][]byte) + var IdentityClassificationIDMappableBytesMap map[string][]byte = make(map[string][]byte) + func AddAssetClassificationID(address string, classificationID string) + func AddAssetMappableBytes(classificationID string, mappableBytes []byte) + func AddIdentityClassificationID(address string, classificationID string) + func AddIdentityMappableBytes(classificationID string, mappableBytes []byte) + func ClearAll()