casper-js-sdk
Version:
SDK to interact with the Casper blockchain
19 lines (18 loc) • 467 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"
}