UNPKG

@fioprotocol/fiosdk

Version:

The Foundation for Interwallet Operability (FIO) is a consortium of leading blockchain wallets, exchanges and payments providers that seeks to accelerate blockchain adoption by reducing the risk, complexity, and inconvenience of sending and receiving cryp

63 lines 3.35 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EndPoint = void 0; var EndPoint; (function (EndPoint) { EndPoint["newFundsRequest"] = "new_funds_request"; EndPoint["registerFioAddress"] = "register_fio_address"; EndPoint["registerFioDomain"] = "register_fio_domain"; EndPoint["registerFioDomainAddress"] = "register_fio_domain_address"; EndPoint["renewFioDomain"] = "renew_fio_domain"; EndPoint["renewFioAddress"] = "renew_fio_address"; EndPoint["burnFioAddress"] = "burn_fio_address"; EndPoint["transferFioAddress"] = "transfer_fio_address"; EndPoint["transferFioDomain"] = "transfer_fio_domain"; EndPoint["addBundledTransactions"] = "add_bundled_transactions"; EndPoint["addPublicAddress"] = "add_pub_address"; EndPoint["addNft"] = "add_nft"; EndPoint["removePublicAddress"] = "remove_pub_address"; EndPoint["removeAllPublicAddresses"] = "remove_all_pub_addresses"; EndPoint["setFioDomainPublic"] = "set_fio_domain_public"; EndPoint["rejectFundsRequest"] = "reject_funds_request"; EndPoint["recordObtData"] = "record_obt_data"; EndPoint["transferTokensPublicKey"] = "transfer_tokens_pub_key"; EndPoint["transferTokensFioAddress"] = "transfer_tokens_fio_address"; EndPoint["cancelFundsRequest"] = "cancel_funds_request"; EndPoint["transferLockedTokens"] = "transfer_locked_tokens"; EndPoint["pushTransaction"] = "push_transaction"; EndPoint["stakeFioTokens"] = "stake_fio_tokens"; EndPoint["unStakeFioTokens"] = "unstake_fio_tokens"; EndPoint["wrapFioTokens"] = "wrap_fio_tokens"; EndPoint["wrapFioDomain"] = "wrap_fio_domain"; EndPoint["availCheck"] = "avail_check"; EndPoint["getRawAbi"] = "get_raw_abi"; EndPoint["getAccountFioPublicKey"] = "get_account_fio_public_key"; EndPoint["getAccount"] = "get_account"; EndPoint["getCancelledFioRequests"] = "get_cancelled_fio_requests"; EndPoint["getEncryptKey"] = "get_encrypt_key"; EndPoint["getFioAddresses"] = "get_fio_addresses"; EndPoint["getFioBalance"] = "get_fio_balance"; EndPoint["getLocks"] = "get_locks"; EndPoint["getFioDomains"] = "get_fio_domains"; EndPoint["getFee"] = "get_fee"; EndPoint["getFioNames"] = "get_fio_names"; EndPoint["getNftsHash"] = "get_nfts_hash"; EndPoint["getNftsContract"] = "get_nfts_contract"; EndPoint["getNftsFioAddress"] = "get_nfts_fio_address"; EndPoint["getGranteePermissions"] = "get_grantee_permissions"; EndPoint["getGrantorPermissions"] = "get_grantor_permissions"; EndPoint["getObjectPermissions"] = "get_object_permissions"; EndPoint["getObtData"] = "get_obt_data"; EndPoint["getOracleFees"] = "get_oracle_fees"; EndPoint["getPendingFioRequests"] = "get_pending_fio_requests"; EndPoint["getPublicAddresses"] = "get_pub_addresses"; EndPoint["getPublicAddress"] = "get_pub_address"; EndPoint["getReceivedFioRequests"] = "get_received_fio_requests"; EndPoint["getSentFioRequests"] = "get_sent_fio_requests"; EndPoint["getBlock"] = "get_block"; EndPoint["getInfo"] = "get_info"; EndPoint["getTableRows"] = "get_table_rows"; EndPoint["voteProxy"] = "proxy_vote"; EndPoint["voteProducer"] = "vote_producer"; })(EndPoint || (exports.EndPoint = EndPoint = {})); //# sourceMappingURL=EndPoint.js.map