UNPKG

casper-js-sdk

Version:
19 lines (18 loc) 467 B
export declare enum CasperNetworkName { Mainnet = "casper", Testnet = "casper-test", Integration = "integration-test", DevNet = "dev-net" } export declare enum AuctionManagerEntryPoint { delegate = "delegate", undelegate = "undelegate", redelegate = "redelegate", addBid = "add_bid", withdrawBid = "withdraw_bid", activateBid = "activate_bid" } export declare enum NFTTokenStandard { CEP47 = "CEP47", CEP78 = "CEP78" }