@hicaru/bearby.js
Version:
The web3 inject of bearby walet to access massa blockchain
15 lines • 618 B
TypeScript
export declare enum JsonRPCRequestMethods {
GET_STATUS = "get_status",
GET_ADDRESSES = "get_addresses",
GET_GRAPH_INTERVAL = "get_graph_interval",
GET_BLOCKS = "get_blocks",
GET_ENDORSEMENTS = "get_endorsements",
GET_OPERATIONS = "get_operations",
GET_CLIQUES = "get_cliques",
GET_STAKERS = "get_stakers",
GET_FILTERED_SC_OUTPUT_EVENT = "get_filtered_sc_output_event",
EXECUTE_READ_ONLY_BYTECODE = "execute_read_only_bytecode",
EXECUTE_READ_ONLY_CALL = "execute_read_only_call",
GET_DATASTORE_ENTRIES = "get_datastore_entries"
}
//# sourceMappingURL=rpc-methods.d.ts.map