nanocurrency-rpc-bindings
Version:
JavaScript and TypeScript bindings for Nano currency RPC calls
119 lines • 6.55 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NodeRpcAction = exports.WalletRpcAction = void 0;
var WalletRpcAction;
(function (WalletRpcAction) {
WalletRpcAction["account_create"] = "account_create";
WalletRpcAction["account_list"] = "account_list";
WalletRpcAction["account_move"] = "account_move";
WalletRpcAction["account_remove"] = "account_remove";
WalletRpcAction["account_representative_set"] = "account_representative_set";
WalletRpcAction["accounts_create"] = "accounts_create";
WalletRpcAction["block_create"] = "block_create";
WalletRpcAction["password_change"] = "password_change";
WalletRpcAction["password_enter"] = "password_enter";
WalletRpcAction["password_valid"] = "password_valid";
WalletRpcAction["receive"] = "receive";
WalletRpcAction["receive_minimum"] = "receive_minimum";
WalletRpcAction["receive_minimum_set"] = "receive_minimum_set";
WalletRpcAction["search_pending"] = "search_pending";
WalletRpcAction["search_pending_all"] = "search_pending_all";
WalletRpcAction["send"] = "send";
WalletRpcAction["sign"] = "sign";
WalletRpcAction["wallet_add"] = "wallet_add";
WalletRpcAction["wallet_add_watch"] = "wallet_add_watch";
WalletRpcAction["wallet_balances"] = "wallet_balances";
WalletRpcAction["wallet_change_seed"] = "wallet_change_seed";
WalletRpcAction["wallet_contains"] = "wallet_contains";
WalletRpcAction["wallet_create"] = "wallet_create";
WalletRpcAction["wallet_destroy"] = "wallet_destroy";
WalletRpcAction["wallet_export"] = "wallet_export";
WalletRpcAction["wallet_frontiers"] = "wallet_frontiers";
WalletRpcAction["wallet_history"] = "wallet_history";
WalletRpcAction["wallet_info"] = "wallet_info";
WalletRpcAction["wallet_ledger"] = "wallet_ledger";
WalletRpcAction["wallet_lock"] = "wallet_lock";
WalletRpcAction["wallet_locked"] = "wallet_locked";
WalletRpcAction["wallet_pending"] = "wallet_pending";
WalletRpcAction["wallet_representative"] = "wallet_representative";
WalletRpcAction["wallet_representative_set"] = "wallet_representative_set";
WalletRpcAction["wallet_republish"] = "wallet_republish";
WalletRpcAction["wallet_work_get"] = "wallet_work_get";
WalletRpcAction["work_get"] = "work_get";
WalletRpcAction["work_set"] = "work_set";
})(WalletRpcAction = exports.WalletRpcAction || (exports.WalletRpcAction = {}));
var NodeRpcAction;
(function (NodeRpcAction) {
NodeRpcAction["account_balance"] = "account_balance";
NodeRpcAction["account_block_count"] = "account_block_count";
NodeRpcAction["account_get"] = "account_get";
NodeRpcAction["account_history"] = "account_history";
NodeRpcAction["account_info"] = "account_info";
NodeRpcAction["account_key"] = "account_key";
NodeRpcAction["account_representative"] = "account_representative";
NodeRpcAction["account_weight"] = "account_weight";
NodeRpcAction["accounts_balances"] = "accounts_balances";
NodeRpcAction["accounts_frontiers"] = "accounts_frontiers";
NodeRpcAction["accounts_pending"] = "accounts_pending";
NodeRpcAction["active_difficulty"] = "active_difficulty";
NodeRpcAction["available_supply"] = "available_supply";
NodeRpcAction["block_account"] = "block_account";
NodeRpcAction["block_confirm"] = "block_confirm";
NodeRpcAction["block_count"] = "block_count";
NodeRpcAction["block_create"] = "block_create";
NodeRpcAction["block_hash"] = "block_hash";
NodeRpcAction["block_info"] = "block_info";
NodeRpcAction["blocks"] = "blocks";
NodeRpcAction["blocks_info"] = "blocks_info";
NodeRpcAction["bootstrap"] = "bootstrap";
NodeRpcAction["bootstrap_any"] = "bootstrap_any";
NodeRpcAction["bootstrap_lazy"] = "bootstrap_lazy";
NodeRpcAction["bootstrap_status"] = "bootstrap_status";
NodeRpcAction["chain"] = "chain";
NodeRpcAction["confirmation_active"] = "confirmation_active";
NodeRpcAction["confirmation_height_currently_processing"] = "confirmation_height_currently_processing";
NodeRpcAction["confirmation_history"] = "confirmation_history";
NodeRpcAction["confirmation_info"] = "confirmation_info";
NodeRpcAction["confirmation_quorum"] = "confirmation_quorum";
NodeRpcAction["database_txn_tracker"] = "database_txn_tracker";
NodeRpcAction["delegators"] = "delegators";
NodeRpcAction["delegators_count"] = "delegators_count";
NodeRpcAction["deterministic_key"] = "deterministic_key";
NodeRpcAction["epoch_upgrade"] = "epoch_upgrade";
NodeRpcAction["frontier_count"] = "frontier_count";
NodeRpcAction["frontiers"] = "frontiers";
NodeRpcAction["keepalive"] = "keepalive";
NodeRpcAction["key_create"] = "key_create";
NodeRpcAction["key_expand"] = "key_expand";
NodeRpcAction["ledger"] = "ledger";
NodeRpcAction["node_id"] = "node_id";
NodeRpcAction["node_id_delete"] = "node_id_delete";
NodeRpcAction["peers"] = "peers";
NodeRpcAction["pending"] = "pending";
NodeRpcAction["pending_exists"] = "pending_exists";
NodeRpcAction["process"] = "process";
NodeRpcAction["representatives"] = "representatives";
NodeRpcAction["representatives_online"] = "representatives_online";
NodeRpcAction["republish"] = "republish";
NodeRpcAction["sign"] = "sign";
NodeRpcAction["stats"] = "stats";
NodeRpcAction["stats_clear"] = "stats_clear";
NodeRpcAction["stop"] = "stop";
NodeRpcAction["successors"] = "successors";
NodeRpcAction["telemetry"] = "telemetry";
NodeRpcAction["validate_account_number"] = "validate_account_number";
NodeRpcAction["version"] = "version";
NodeRpcAction["unchecked"] = "unchecked";
NodeRpcAction["unchecked_clear"] = "unchecked_clear";
NodeRpcAction["unchecked_get"] = "unchecked_get";
NodeRpcAction["unchecked_keys"] = "unchecked_keys";
NodeRpcAction["unopened"] = "unopened";
NodeRpcAction["uptime"] = "uptime";
NodeRpcAction["work_cancel"] = "work_cancel";
NodeRpcAction["work_generate"] = "work_generate";
NodeRpcAction["work_peer_add"] = "work_peer_add";
NodeRpcAction["work_peers"] = "work_peers";
NodeRpcAction["work_peers_clear"] = "work_peers_clear";
NodeRpcAction["work_validate"] = "work_validate";
})(NodeRpcAction = exports.NodeRpcAction || (exports.NodeRpcAction = {}));
//# sourceMappingURL=rpc.types.js.map