UNPKG

@rarcifa/cronos-evm-client

Version:

A Node.js client library for interacting with the Cronos EVM, facilitating operations on both CRC20 and CRC721 tokens.

21 lines (20 loc) 647 B
export var EthMethod; (function (EthMethod) { EthMethod["Call"] = "eth_call"; EthMethod["GetBalance"] = "eth_getBalance"; })(EthMethod || (EthMethod = {})); export var Crc20; (function (Crc20) { Crc20["BalanceOf"] = "0x70a08231"; Crc20["TotalSupply"] = "0x18160ddd"; Crc20["Name"] = "0x06fdde03"; Crc20["Symbol"] = "0x95d89b41"; Crc20["Transfer"] = "0xa9059cbb"; })(Crc20 || (Crc20 = {})); export var Crc721; (function (Crc721) { Crc721["BalanceOf"] = "0x70a08231"; Crc721["OwnerOf"] = "0x6352211e"; Crc721["TransferFrom"] = "0x23b872dd"; Crc721["TokenURI"] = "0xc87b56dd"; })(Crc721 || (Crc721 = {}));