casper-js-sdk
Version:
SDK to interact with the Casper blockchain
20 lines (19 loc) • 488 B
TypeScript
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",
CEP95 = "CEP95"
}