UNPKG

@venly/venly-core-sdk

Version:

Javascrip/Typescript SDK for Venly's Web3 Services

1,046 lines 36.4 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VyTokenPropertyType = exports.VyTransactionRequestState = exports.VyTransactionState = exports.VyChain = exports.VyPayWebhookAuthType = exports.VyRampProviderType = exports.VyOnChainState = exports.VySortOnType = exports.VyStatus = exports.VyTokenAttributeType = exports.VyMediaType = exports.VyOrderType = exports.VyExchangeType = exports.VyBuildSignatureRequestType = exports.VySignatureState = exports.VySignatureRequestType = exports.VySignatureType = exports.VyTransferType = exports.VyTransactionSort = exports.VyTransactionRequestType = exports.VySuiPackageExecutionCommandType = exports.VySuiPackageExecutionType = exports.VySolanaAccountSeedType = exports.VySolanaAccountType = exports.VySolanaProgramExecutionType = exports.VyImxMetadataSchemaItemType = exports.VyHederaCustomFeeType = exports.VyHederaSupplyType = exports.VyHederaTokenType = exports.VyHederaAllowanceType = exports.VyWalletEventType = exports.VyMigrationTargetType = exports.VyImportWifType = exports.VyImportPrivateKeyType = exports.VyImportKeyStoreType = exports.VyImportWalletType = exports.VyExportWalletType = exports.VySortType = exports.VySigningMethodType = void 0; /** * */ var VySigningMethodType; (function (VySigningMethodType) { /** */ VySigningMethodType["Pin"] = "PIN"; /** */ VySigningMethodType["Biometric"] = "BIOMETRIC"; /** */ VySigningMethodType["EmergencyCode"] = "EMERGENCY_CODE"; /** */ VySigningMethodType["Password"] = "PASSWORD"; })(VySigningMethodType || (exports.VySigningMethodType = VySigningMethodType = {})); /** * */ var VySortType; (function (VySortType) { /** */ VySortType["Asc"] = "ASC"; /** */ VySortType["Desc"] = "DESC"; })(VySortType || (exports.VySortType = VySortType = {})); /** * */ var VyExportWalletType; (function (VyExportWalletType) { /** */ VyExportWalletType["Keystore"] = "KEYSTORE"; /** */ VyExportWalletType["PrivateKey"] = "PRIVATE_KEY"; })(VyExportWalletType || (exports.VyExportWalletType = VyExportWalletType = {})); /** * */ var VyImportWalletType; (function (VyImportWalletType) { /** */ VyImportWalletType["AeternityKeystore"] = "AETERNITY_KEYSTORE"; /** */ VyImportWalletType["AeternityPrivateKey"] = "AETERNITY_PRIVATE_KEY"; /** */ VyImportWalletType["BscKeystore"] = "BSC_KEYSTORE"; /** */ VyImportWalletType["BscPrivateKey"] = "BSC_PRIVATE_KEY"; /** */ VyImportWalletType["AvacKeystore"] = "AVAC_KEYSTORE"; /** */ VyImportWalletType["AvacPrivateKey"] = "AVAC_PRIVATE_KEY"; /** */ VyImportWalletType["EthereumKeystore"] = "ETHEREUM_KEYSTORE"; /** */ VyImportWalletType["MaticKeystore"] = "MATIC_KEYSTORE"; /** */ VyImportWalletType["EthereumPrivateKey"] = "ETHEREUM_PRIVATE_KEY"; /** */ VyImportWalletType["MaticPrivateKey"] = "MATIC_PRIVATE_KEY"; /** */ VyImportWalletType["GochainKeystore"] = "GOCHAIN_KEYSTORE"; /** */ VyImportWalletType["GochainPrivateKey"] = "GOCHAIN_PRIVATE_KEY"; /** */ VyImportWalletType["HederaKeystore"] = "HEDERA_KEYSTORE"; /** */ VyImportWalletType["HederaPrivateKey"] = "HEDERA_PRIVATE_KEY"; /** */ VyImportWalletType["VechainPrivateKey"] = "VECHAIN_PRIVATE_KEY"; /** */ VyImportWalletType["VechainKeystore"] = "VECHAIN_KEYSTORE"; /** */ VyImportWalletType["BitcoinWif"] = "BITCOIN_WIF"; /** */ VyImportWalletType["BitcoinWifPassphrase"] = "BITCOIN_WIF_PASSPHRASE"; /** */ VyImportWalletType["LitecoinWif"] = "LITECOIN_WIF"; /** */ VyImportWalletType["LitecoinWifPassphrase"] = "LITECOIN_WIF_PASSPHRASE"; /** */ VyImportWalletType["NeoKeystore"] = "NEO_KEYSTORE"; /** */ VyImportWalletType["NeoPrivateKey"] = "NEO_PRIVATE_KEY"; /** */ VyImportWalletType["NeoWif"] = "NEO_WIF"; /** */ VyImportWalletType["ImxKeystore"] = "IMX_KEYSTORE"; /** */ VyImportWalletType["ImxPrivateKey"] = "IMX_PRIVATE_KEY"; /** */ VyImportWalletType["ArbitrumKeystore"] = "ARBITRUM_KEYSTORE"; /** */ VyImportWalletType["ArbitrumPrivateKey"] = "ARBITRUM_PRIVATE_KEY"; /** */ VyImportWalletType["BaseKeystore"] = "BASE_KEYSTORE"; /** */ VyImportWalletType["BasePrivateKey"] = "BASE_PRIVATE_KEY"; /** */ VyImportWalletType["XplaKeystore"] = "XPLA_KEYSTORE"; /** */ VyImportWalletType["XplaPrivateKey"] = "XPLA_PRIVATE_KEY"; /** */ VyImportWalletType["OptimismKeystore"] = "OPTIMISM_KEYSTORE"; /** */ VyImportWalletType["OptimismPrivateKey"] = "OPTIMISM_PRIVATE_KEY"; /** */ VyImportWalletType["SolanaKeystore"] = "SOLANA_KEYSTORE"; /** */ VyImportWalletType["SolanaPrivateKey"] = "SOLANA_PRIVATE_KEY"; /** */ VyImportWalletType["SuiKeystore"] = "SUI_KEYSTORE"; /** */ VyImportWalletType["SuiPrivateKey"] = "SUI_PRIVATE_KEY"; /** */ VyImportWalletType["Migration"] = "MIGRATION"; })(VyImportWalletType || (exports.VyImportWalletType = VyImportWalletType = {})); /** * */ var VyImportKeyStoreType; (function (VyImportKeyStoreType) { /** */ VyImportKeyStoreType["AeternityKeystore"] = "AETERNITY_KEYSTORE"; /** */ VyImportKeyStoreType["ArbitrumKeystore"] = "ARBITRUM_KEYSTORE"; /** */ VyImportKeyStoreType["AvacKeystore"] = "AVAC_KEYSTORE"; /** */ VyImportKeyStoreType["BaseKeystore"] = "BASE_KEYSTORE"; /** */ VyImportKeyStoreType["BscKeystore"] = "BSC_KEYSTORE"; /** */ VyImportKeyStoreType["EthereumKeystore"] = "ETHEREUM_KEYSTORE"; /** */ VyImportKeyStoreType["GochainKeystore"] = "GOCHAIN_KEYSTORE"; /** */ VyImportKeyStoreType["HederaKeystore"] = "HEDERA_KEYSTORE"; /** */ VyImportKeyStoreType["ImxKeystore"] = "IMX_KEYSTORE"; /** */ VyImportKeyStoreType["NeoKeystore"] = "NEO_KEYSTORE"; /** */ VyImportKeyStoreType["OptimismKeystore"] = "OPTIMISM_KEYSTORE"; /** */ VyImportKeyStoreType["MaticKeystore"] = "MATIC_KEYSTORE"; /** */ VyImportKeyStoreType["SolanaKeystore"] = "SOLANA_KEYSTORE"; /** */ VyImportKeyStoreType["SuiKeystore"] = "SUI_KEYSTORE"; /** */ VyImportKeyStoreType["VechainKeystore"] = "VECHAIN_KEYSTORE"; /** */ VyImportKeyStoreType["XplaKeystore"] = "XPLA_KEYSTORE"; })(VyImportKeyStoreType || (exports.VyImportKeyStoreType = VyImportKeyStoreType = {})); /** * */ var VyImportPrivateKeyType; (function (VyImportPrivateKeyType) { /** */ VyImportPrivateKeyType["AeternityPrivateKey"] = "AETERNITY_PRIVATE_KEY"; /** */ VyImportPrivateKeyType["ArbitrumPrivateKey"] = "ARBITRUM_PRIVATE_KEY"; /** */ VyImportPrivateKeyType["AvacPrivateKey"] = "AVAC_PRIVATE_KEY"; /** */ VyImportPrivateKeyType["BasePrivateKey"] = "BASE_PRIVATE_KEY"; /** */ VyImportPrivateKeyType["BscPrivateKey"] = "BSC_PRIVATE_KEY"; /** */ VyImportPrivateKeyType["EthereumPrivateKey"] = "ETHEREUM_PRIVATE_KEY"; /** */ VyImportPrivateKeyType["GochainPrivateKey"] = "GOCHAIN_PRIVATE_KEY"; /** */ VyImportPrivateKeyType["HederaPrivateKey"] = "HEDERA_PRIVATE_KEY"; /** */ VyImportPrivateKeyType["ImxPrivateKey"] = "IMX_PRIVATE_KEY"; /** */ VyImportPrivateKeyType["NeoPrivateKey"] = "NEO_PRIVATE_KEY"; /** */ VyImportPrivateKeyType["OptimismPrivateKey"] = "OPTIMISM_PRIVATE_KEY"; /** */ VyImportPrivateKeyType["MaticPrivateKey"] = "MATIC_PRIVATE_KEY"; /** */ VyImportPrivateKeyType["SolanaPrivateKey"] = "SOLANA_PRIVATE_KEY"; /** */ VyImportPrivateKeyType["SuiPrivateKey"] = "SUI_PRIVATE_KEY"; /** */ VyImportPrivateKeyType["VechainPrivateKey"] = "VECHAIN_PRIVATE_KEY"; /** */ VyImportPrivateKeyType["XplaPrivateKey"] = "XPLA_PRIVATE_KEY"; })(VyImportPrivateKeyType || (exports.VyImportPrivateKeyType = VyImportPrivateKeyType = {})); /** * */ var VyImportWifType; (function (VyImportWifType) { /** */ VyImportWifType["BitcoinWif"] = "BITCOIN_WIF"; /** */ VyImportWifType["BitcoinWifPassphrase"] = "BITCOIN_WIF_PASSPHRASE"; /** */ VyImportWifType["LitecoinWif"] = "LITECOIN_WIF"; /** */ VyImportWifType["LitecoinWifPassphrase"] = "LITECOIN_WIF_PASSPHRASE"; /** */ VyImportWifType["NeoWif"] = "NEO_WIF"; })(VyImportWifType || (exports.VyImportWifType = VyImportWifType = {})); /** * */ var VyMigrationTargetType; (function (VyMigrationTargetType) { /** */ VyMigrationTargetType["Aeternity"] = "AETERNITY"; /** */ VyMigrationTargetType["Avalanche"] = "AVALANCHE"; /** */ VyMigrationTargetType["Bitcoin"] = "BITCOIN"; /** */ VyMigrationTargetType["Bsc"] = "BSC"; /** */ VyMigrationTargetType["Ethereum"] = "ETHEREUM"; /** */ VyMigrationTargetType["Gochain"] = "GOCHAIN"; /** */ VyMigrationTargetType["Hedera"] = "HEDERA"; /** */ VyMigrationTargetType["Litecoin"] = "LITECOIN"; /** */ VyMigrationTargetType["Vechain"] = "VECHAIN"; /** */ VyMigrationTargetType["Polygon"] = "POLYGON"; /** */ VyMigrationTargetType["Neo"] = "NEO"; /** */ VyMigrationTargetType["ImmutableX"] = "IMMUTABLE_X"; /** */ VyMigrationTargetType["Arbitrum"] = "ARBITRUM"; /** */ VyMigrationTargetType["Base"] = "BASE"; /** */ VyMigrationTargetType["Xpla"] = "XPLA"; /** */ VyMigrationTargetType["Optimism"] = "OPTIMISM"; /** */ VyMigrationTargetType["Solana"] = "SOLANA"; /** */ VyMigrationTargetType["Sui"] = "SUI"; })(VyMigrationTargetType || (exports.VyMigrationTargetType = VyMigrationTargetType = {})); /** * */ var VyWalletEventType; (function (VyWalletEventType) { /** */ VyWalletEventType["WalletCreated"] = "WALLET_CREATED"; /** */ VyWalletEventType["UnclaimedEmailWalletCreated"] = "UNCLAIMED_EMAIL_WALLET_CREATED"; /** */ VyWalletEventType["UnclaimedWalletCreated"] = "UNCLAIMED_WALLET_CREATED"; /** */ VyWalletEventType["SignatureCreated"] = "SIGNATURE_CREATED"; /** */ VyWalletEventType["IncomingTransaction"] = "INCOMING_TRANSACTION"; /** */ VyWalletEventType["OutgoingTransaction"] = "OUTGOING_TRANSACTION"; /** */ VyWalletEventType["WalletImported"] = "WALLET_IMPORTED"; /** */ VyWalletEventType["WalletLinked"] = "WALLET_LINKED"; /** */ VyWalletEventType["WalletUnlinked"] = "WALLET_UNLINKED"; /** */ VyWalletEventType["WalletArchived"] = "WALLET_ARCHIVED"; /** */ VyWalletEventType["WalletUnarchived"] = "WALLET_UNARCHIVED"; /** */ VyWalletEventType["WalletRecoverable"] = "WALLET_RECOVERABLE"; /** */ VyWalletEventType["WalletExported"] = "WALLET_EXPORTED"; /** */ VyWalletEventType["WalletUnrecoverable"] = "WALLET_UNRECOVERABLE"; /** */ VyWalletEventType["WalletApiKeyAdded"] = "WALLET_API_KEY_ADDED"; /** */ VyWalletEventType["WalletApiKeyRemoved"] = "WALLET_API_KEY_REMOVED"; /** */ VyWalletEventType["MasterPinUpdated"] = "MASTER_PIN_UPDATED"; /** */ VyWalletEventType["CustomPinUpdated"] = "CUSTOM_PIN_UPDATED"; /** */ VyWalletEventType["CustomPinAdded"] = "CUSTOM_PIN_ADDED"; /** */ VyWalletEventType["CustomPinRemoved"] = "CUSTOM_PIN_REMOVED"; /** */ VyWalletEventType["WalletClaimed"] = "WALLET_CLAIMED"; /** */ VyWalletEventType["WrongPinEntered"] = "WRONG_PIN_ENTERED"; /** */ VyWalletEventType["PinMaxTriesReached"] = "PIN_MAX_TRIES_REACHED"; /** */ VyWalletEventType["PinSuccessfullyValidated"] = "PIN_SUCCESSFULLY_VALIDATED"; /** */ VyWalletEventType["SigningMethodCreated"] = "SIGNING_METHOD_CREATED"; /** */ VyWalletEventType["SigningMethodUpdated"] = "SIGNING_METHOD_UPDATED"; /** */ VyWalletEventType["SigningMethodDeleted"] = "SIGNING_METHOD_DELETED"; /** */ VyWalletEventType["SigningMethodSuccessfullyValidated"] = "SIGNING_METHOD_SUCCESSFULLY_VALIDATED"; /** */ VyWalletEventType["SigningMethodValidationFailed"] = "SIGNING_METHOD_VALIDATION_FAILED"; })(VyWalletEventType || (exports.VyWalletEventType = VyWalletEventType = {})); /** * */ var VyHederaAllowanceType; (function (VyHederaAllowanceType) { /** */ VyHederaAllowanceType["Hbar"] = "HBAR"; /** */ VyHederaAllowanceType["Token"] = "TOKEN"; /** */ VyHederaAllowanceType["Nft"] = "NFT"; /** */ VyHederaAllowanceType["NftAll"] = "NFT_ALL"; })(VyHederaAllowanceType || (exports.VyHederaAllowanceType = VyHederaAllowanceType = {})); /** * */ var VyHederaTokenType; (function (VyHederaTokenType) { /** */ VyHederaTokenType["FungibleCommon"] = "FUNGIBLE_COMMON"; /** */ VyHederaTokenType["NonFungibleUnique"] = "NON_FUNGIBLE_UNIQUE"; })(VyHederaTokenType || (exports.VyHederaTokenType = VyHederaTokenType = {})); /** * */ var VyHederaSupplyType; (function (VyHederaSupplyType) { /** */ VyHederaSupplyType["Finite"] = "FINITE"; /** */ VyHederaSupplyType["Infinite"] = "INFINITE"; })(VyHederaSupplyType || (exports.VyHederaSupplyType = VyHederaSupplyType = {})); /** * */ var VyHederaCustomFeeType; (function (VyHederaCustomFeeType) { /** */ VyHederaCustomFeeType["FixedFee"] = "FIXED_FEE"; /** */ VyHederaCustomFeeType["FractionalFee"] = "FRACTIONAL_FEE"; /** */ VyHederaCustomFeeType["RoyaltyFee"] = "ROYALTY_FEE"; })(VyHederaCustomFeeType || (exports.VyHederaCustomFeeType = VyHederaCustomFeeType = {})); /** * */ var VyImxMetadataSchemaItemType; (function (VyImxMetadataSchemaItemType) { /** */ VyImxMetadataSchemaItemType["Discrete"] = "discrete"; /** */ VyImxMetadataSchemaItemType["Enum"] = "enum"; /** */ VyImxMetadataSchemaItemType["Boolean"] = "boolean"; /** */ VyImxMetadataSchemaItemType["Text"] = "text"; })(VyImxMetadataSchemaItemType || (exports.VyImxMetadataSchemaItemType = VyImxMetadataSchemaItemType = {})); /** * */ var VySolanaProgramExecutionType; (function (VySolanaProgramExecutionType) { /** */ VySolanaProgramExecutionType["U8"] = "u8"; /** */ VySolanaProgramExecutionType["U16"] = "u16"; /** */ VySolanaProgramExecutionType["U32"] = "u32"; /** */ VySolanaProgramExecutionType["F32"] = "f32"; /** */ VySolanaProgramExecutionType["F64"] = "f64"; /** */ VySolanaProgramExecutionType["U64"] = "u64"; /** */ VySolanaProgramExecutionType["I64"] = "i64"; /** */ VySolanaProgramExecutionType["U128"] = "u128"; /** */ VySolanaProgramExecutionType["I128"] = "i128"; /** */ VySolanaProgramExecutionType["U256"] = "u256"; /** */ VySolanaProgramExecutionType["I256"] = "i256"; /** */ VySolanaProgramExecutionType["I8"] = "i8"; /** */ VySolanaProgramExecutionType["I16"] = "i16"; /** */ VySolanaProgramExecutionType["I32"] = "i32"; /** */ VySolanaProgramExecutionType["PublicKey"] = "publicKey"; /** */ VySolanaProgramExecutionType["Bool"] = "bool"; /** */ VySolanaProgramExecutionType["VecU8"] = "vecU8"; /** */ VySolanaProgramExecutionType["Str"] = "str"; /** */ VySolanaProgramExecutionType["Struct"] = "struct"; /** */ VySolanaProgramExecutionType["Vec"] = "vec"; })(VySolanaProgramExecutionType || (exports.VySolanaProgramExecutionType = VySolanaProgramExecutionType = {})); /** * */ var VySolanaAccountType; (function (VySolanaAccountType) { /** */ VySolanaAccountType["Custom"] = "CUSTOM"; /** */ VySolanaAccountType["Pda"] = "PDA"; })(VySolanaAccountType || (exports.VySolanaAccountType = VySolanaAccountType = {})); /** * */ var VySolanaAccountSeedType; (function (VySolanaAccountSeedType) { /** */ VySolanaAccountSeedType["Account"] = "account"; /** */ VySolanaAccountSeedType["String"] = "string"; })(VySolanaAccountSeedType || (exports.VySolanaAccountSeedType = VySolanaAccountSeedType = {})); /** * */ var VySuiPackageExecutionType; (function (VySuiPackageExecutionType) { /** */ VySuiPackageExecutionType["Object"] = "object"; /** */ VySuiPackageExecutionType["U8"] = "u8"; /** */ VySuiPackageExecutionType["U16"] = "u16"; /** */ VySuiPackageExecutionType["U32"] = "u32"; /** */ VySuiPackageExecutionType["U64"] = "u64"; /** */ VySuiPackageExecutionType["U128"] = "u128"; /** */ VySuiPackageExecutionType["U256"] = "u256"; /** */ VySuiPackageExecutionType["Bool"] = "bool"; /** */ VySuiPackageExecutionType["Address"] = "address"; /** */ VySuiPackageExecutionType["String"] = "string"; })(VySuiPackageExecutionType || (exports.VySuiPackageExecutionType = VySuiPackageExecutionType = {})); /** * */ var VySuiPackageExecutionCommandType; (function (VySuiPackageExecutionCommandType) { /** */ VySuiPackageExecutionCommandType["MoveCall"] = "moveCall"; /** */ VySuiPackageExecutionCommandType["Transfer"] = "transfer"; /** */ VySuiPackageExecutionCommandType["MakeMoveVec"] = "makeMoveVec"; })(VySuiPackageExecutionCommandType || (exports.VySuiPackageExecutionCommandType = VySuiPackageExecutionCommandType = {})); /** * */ var VyTransactionRequestType; (function (VyTransactionRequestType) { /** */ VyTransactionRequestType["AeTransaction"] = "AE_TRANSACTION"; /** */ VyTransactionRequestType["BscContractExecution"] = "BSC_CONTRACT_EXECUTION"; /** */ VyTransactionRequestType["BscBep20Transaction"] = "BSC_BEP20_TRANSACTION"; /** */ VyTransactionRequestType["BscErc721Transaction"] = "BSC_ERC721_TRANSACTION"; /** */ VyTransactionRequestType["BscTransaction"] = "BSC_TRANSACTION"; /** */ VyTransactionRequestType["AvacContractExecution"] = "AVAC_CONTRACT_EXECUTION"; /** */ VyTransactionRequestType["AvacErc20Transaction"] = "AVAC_ERC20_TRANSACTION"; /** */ VyTransactionRequestType["AvacErc721Transaction"] = "AVAC_ERC721_TRANSACTION"; /** */ VyTransactionRequestType["AvacTransaction"] = "AVAC_TRANSACTION"; /** */ VyTransactionRequestType["BtcTransaction"] = "BTC_TRANSACTION"; /** */ VyTransactionRequestType["EthTransaction"] = "ETH_TRANSACTION"; /** */ VyTransactionRequestType["EthereumContractExecution"] = "ETHEREUM_CONTRACT_EXECUTION"; /** */ VyTransactionRequestType["EthereumErc20Transaction"] = "ETHEREUM_ERC20_TRANSACTION"; /** */ VyTransactionRequestType["EthereumErc721Transaction"] = "ETHEREUM_ERC721_TRANSACTION"; /** */ VyTransactionRequestType["GoTransaction"] = "GO_TRANSACTION"; /** */ VyTransactionRequestType["GochainGo20Transaction"] = "GOCHAIN_GO20_TRANSACTION"; /** */ VyTransactionRequestType["HbarTransfer"] = "HBAR_TRANSFER"; /** */ VyTransactionRequestType["HederaTokenTransfer"] = "HEDERA_TOKEN_TRANSFER"; /** */ VyTransactionRequestType["HederaNftTransfer"] = "HEDERA_NFT_TRANSFER"; /** */ VyTransactionRequestType["HederaTokenAssociation"] = "HEDERA_TOKEN_ASSOCIATION"; /** */ VyTransactionRequestType["HederaTokenCreation"] = "HEDERA_TOKEN_CREATION"; /** */ VyTransactionRequestType["HederaTokenMint"] = "HEDERA_TOKEN_MINT"; /** */ VyTransactionRequestType["HederaMultiTransfer"] = "HEDERA_MULTI_TRANSFER"; /** */ VyTransactionRequestType["HederaApproveAllowance"] = "HEDERA_APPROVE_ALLOWANCE"; /** */ VyTransactionRequestType["LtcTransaction"] = "LTC_TRANSACTION"; /** */ VyTransactionRequestType["MaticContractExecution"] = "MATIC_CONTRACT_EXECUTION"; /** */ VyTransactionRequestType["MaticErc20Transaction"] = "MATIC_ERC20_TRANSACTION"; /** */ VyTransactionRequestType["MaticErc721Transaction"] = "MATIC_ERC721_TRANSACTION"; /** */ VyTransactionRequestType["MaticTransaction"] = "MATIC_TRANSACTION"; /** */ VyTransactionRequestType["NeoContractExecution"] = "NEO_CONTRACT_EXECUTION"; /** */ VyTransactionRequestType["NeoGasTransaction"] = "NEO_GAS_TRANSACTION"; /** */ VyTransactionRequestType["NeoNativeTransaction"] = "NEO_NATIVE_TRANSACTION"; /** */ VyTransactionRequestType["VechainContractExecution"] = "VECHAIN_CONTRACT_EXECUTION"; /** */ VyTransactionRequestType["VechainErc1155Transaction"] = "VECHAIN_ERC1155_TRANSACTION"; /** */ VyTransactionRequestType["VechainVip180Transaction"] = "VECHAIN_VIP180_TRANSACTION"; /** */ VyTransactionRequestType["VetTransaction"] = "VET_TRANSACTION"; /** */ VyTransactionRequestType["VthoTransaction"] = "VTHO_TRANSACTION"; /** */ VyTransactionRequestType["ImxTransaction"] = "IMX_TRANSACTION"; /** */ VyTransactionRequestType["ImxErc20Transaction"] = "IMX_ERC20_TRANSACTION"; /** */ VyTransactionRequestType["ImxErc721Transaction"] = "IMX_ERC721_TRANSACTION"; /** */ VyTransactionRequestType["ImxCollectionCreation"] = "IMX_COLLECTION_CREATION"; /** */ VyTransactionRequestType["ImxProjectCreation"] = "IMX_PROJECT_CREATION"; /** */ VyTransactionRequestType["ImxMetadataSchemaCreation"] = "IMX_METADATA_SCHEMA_CREATION"; /** */ VyTransactionRequestType["ImxTokenMint"] = "IMX_TOKEN_MINT"; /** */ VyTransactionRequestType["ArbitrumTransaction"] = "ARBITRUM_TRANSACTION"; /** */ VyTransactionRequestType["ArbitrumErc20Transaction"] = "ARBITRUM_ERC20_TRANSACTION"; /** */ VyTransactionRequestType["ArbitrumErc721Transaction"] = "ARBITRUM_ERC721_TRANSACTION"; /** */ VyTransactionRequestType["ArbitrumContractExecution"] = "ARBITRUM_CONTRACT_EXECUTION"; /** */ VyTransactionRequestType["BaseTransaction"] = "BASE_TRANSACTION"; /** */ VyTransactionRequestType["BaseErc20Transaction"] = "BASE_ERC20_TRANSACTION"; /** */ VyTransactionRequestType["BaseErc721Transaction"] = "BASE_ERC721_TRANSACTION"; /** */ VyTransactionRequestType["BaseContractExecution"] = "BASE_CONTRACT_EXECUTION"; /** */ VyTransactionRequestType["XplaTransaction"] = "XPLA_TRANSACTION"; /** */ VyTransactionRequestType["XplaCw20Transaction"] = "XPLA_CW20_TRANSACTION"; /** */ VyTransactionRequestType["XplaErc721Transaction"] = "XPLA_ERC721_TRANSACTION"; /** */ VyTransactionRequestType["XplaContractExecution"] = "XPLA_CONTRACT_EXECUTION"; /** */ VyTransactionRequestType["OptimismTransaction"] = "OPTIMISM_TRANSACTION"; /** */ VyTransactionRequestType["OptimismErc20Transaction"] = "OPTIMISM_ERC20_TRANSACTION"; /** */ VyTransactionRequestType["OptimismErc721Transaction"] = "OPTIMISM_ERC721_TRANSACTION"; /** */ VyTransactionRequestType["OptimismContractExecution"] = "OPTIMISM_CONTRACT_EXECUTION"; /** */ VyTransactionRequestType["SolanaTransfer"] = "SOLANA_TRANSFER"; /** */ VyTransactionRequestType["SolanaTokenTransfer"] = "SOLANA_TOKEN_TRANSFER"; /** */ VyTransactionRequestType["SolanaNftTransfer"] = "SOLANA_NFT_TRANSFER"; /** */ VyTransactionRequestType["SolanaProgramExecution"] = "SOLANA_PROGRAM_EXECUTION"; /** */ VyTransactionRequestType["SuiTransfer"] = "SUI_TRANSFER"; /** */ VyTransactionRequestType["SuiTokenTransfer"] = "SUI_TOKEN_TRANSFER"; /** */ VyTransactionRequestType["SuiNftTransfer"] = "SUI_NFT_TRANSFER"; /** */ VyTransactionRequestType["SuiPackageExecution"] = "SUI_PACKAGE_EXECUTION"; })(VyTransactionRequestType || (exports.VyTransactionRequestType = VyTransactionRequestType = {})); /** * */ var VyTransactionSort; (function (VyTransactionSort) { /** */ VyTransactionSort["CreatedAt"] = "createdAt"; /** */ VyTransactionSort["Nonce"] = "nonce"; })(VyTransactionSort || (exports.VyTransactionSort = VyTransactionSort = {})); /** * */ var VyTransferType; (function (VyTransferType) { /** */ VyTransferType["Transfer"] = "TRANSFER"; /** */ VyTransferType["TokenTransfer"] = "TOKEN_TRANSFER"; /** */ VyTransferType["NftTransfer"] = "NFT_TRANSFER"; /** */ VyTransferType["ContractExecution"] = "CONTRACT_EXECUTION"; /** */ VyTransferType["GasTransfer"] = "GAS_TRANSFER"; /** */ VyTransferType["MultiTransfer"] = "MULTI_TRANSFER"; })(VyTransferType || (exports.VyTransferType = VyTransferType = {})); /** * */ var VySignatureType; (function (VySignatureType) { /** */ VySignatureType["HexSignature"] = "HEX_SIGNATURE"; /** */ VySignatureType["SubmittedAndSignedTransactionSignature"] = "SUBMITTED_AND_SIGNED_TRANSACTION_SIGNATURE"; /** */ VySignatureType["TransactionSignature"] = "TRANSACTION_SIGNATURE"; /** */ VySignatureType["RawSignature"] = "RAW_SIGNATURE"; })(VySignatureType || (exports.VySignatureType = VySignatureType = {})); /** * */ var VySignatureRequestType; (function (VySignatureRequestType) { /** */ VySignatureRequestType["AeternityRaw"] = "AETERNITY_RAW"; /** */ VySignatureRequestType["AeternityTransaction"] = "AETERNITY_TRANSACTION"; /** */ VySignatureRequestType["BitcoinTransaction"] = "BITCOIN_TRANSACTION"; /** */ VySignatureRequestType["BscRaw"] = "BSC_RAW"; /** */ VySignatureRequestType["BscTransaction"] = "BSC_TRANSACTION"; /** */ VySignatureRequestType["BscEip712"] = "BSC_EIP712"; /** */ VySignatureRequestType["AvacRaw"] = "AVAC_RAW"; /** */ VySignatureRequestType["AvacTransaction"] = "AVAC_TRANSACTION"; /** */ VySignatureRequestType["AvacEip712"] = "AVAC_EIP712"; /** */ VySignatureRequestType["EthereumRaw"] = "ETHEREUM_RAW"; /** */ VySignatureRequestType["EthereumEip712"] = "ETHEREUM_EIP712"; /** */ VySignatureRequestType["EthereumTransaction"] = "ETHEREUM_TRANSACTION"; /** */ VySignatureRequestType["GochainRaw"] = "GOCHAIN_RAW"; /** */ VySignatureRequestType["GochainTransaction"] = "GOCHAIN_TRANSACTION"; /** */ VySignatureRequestType["HederaHbarTransfer"] = "HEDERA_HBAR_TRANSFER"; /** */ VySignatureRequestType["HederaTokenTransfer"] = "HEDERA_TOKEN_TRANSFER"; /** */ VySignatureRequestType["HederaNftTransfer"] = "HEDERA_NFT_TRANSFER"; /** */ VySignatureRequestType["HederaTokenAssociation"] = "HEDERA_TOKEN_ASSOCIATION"; /** */ VySignatureRequestType["HederaTokenCreation"] = "HEDERA_TOKEN_CREATION"; /** */ VySignatureRequestType["HederaTokenMint"] = "HEDERA_TOKEN_MINT"; /** */ VySignatureRequestType["HederaRaw"] = "HEDERA_RAW"; /** */ VySignatureRequestType["HederaTransaction"] = "HEDERA_TRANSACTION"; /** */ VySignatureRequestType["HederaMultiTransfer"] = "HEDERA_MULTI_TRANSFER"; /** */ VySignatureRequestType["HederaApproveAllowance"] = "HEDERA_APPROVE_ALLOWANCE"; /** */ VySignatureRequestType["LitecoinTransaction"] = "LITECOIN_TRANSACTION"; /** */ VySignatureRequestType["MaticRaw"] = "MATIC_RAW"; /** */ VySignatureRequestType["MaticTransaction"] = "MATIC_TRANSACTION"; /** */ VySignatureRequestType["MaticEip712"] = "MATIC_EIP712"; /** */ VySignatureRequestType["NeoContractExecution"] = "NEO_CONTRACT_EXECUTION"; /** */ VySignatureRequestType["NeoGasTransaction"] = "NEO_GAS_TRANSACTION"; /** */ VySignatureRequestType["NeoMessage"] = "NEO_MESSAGE"; /** */ VySignatureRequestType["NeoNativeTransaction"] = "NEO_NATIVE_TRANSACTION"; /** */ VySignatureRequestType["VechainTransaction"] = "VECHAIN_TRANSACTION"; /** */ VySignatureRequestType["VechainRaw"] = "VECHAIN_RAW"; /** */ VySignatureRequestType["ImxRaw"] = "IMX_RAW"; /** */ VySignatureRequestType["ImxEip712"] = "IMX_EIP712"; /** */ VySignatureRequestType["ImxTransfer"] = "IMX_TRANSFER"; /** */ VySignatureRequestType["ImxErc20Transfer"] = "IMX_ERC20_TRANSFER"; /** */ VySignatureRequestType["ImxErc721Transfer"] = "IMX_ERC721_TRANSFER"; /** */ VySignatureRequestType["ImxCollectionCreation"] = "IMX_COLLECTION_CREATION"; /** */ VySignatureRequestType["ImxProjectCreation"] = "IMX_PROJECT_CREATION"; /** */ VySignatureRequestType["ImxMetadataSchemaCreation"] = "IMX_METADATA_SCHEMA_CREATION"; /** */ VySignatureRequestType["ImxTokenMint"] = "IMX_TOKEN_MINT"; /** */ VySignatureRequestType["ArbitrumRaw"] = "ARBITRUM_RAW"; /** */ VySignatureRequestType["ArbitrumTransaction"] = "ARBITRUM_TRANSACTION"; /** */ VySignatureRequestType["ArbitrumEip712"] = "ARBITRUM_EIP712"; /** */ VySignatureRequestType["BaseRaw"] = "BASE_RAW"; /** */ VySignatureRequestType["BaseTransaction"] = "BASE_TRANSACTION"; /** */ VySignatureRequestType["BaseEip712"] = "BASE_EIP712"; /** */ VySignatureRequestType["XplaRaw"] = "XPLA_RAW"; /** */ VySignatureRequestType["XplaTransaction"] = "XPLA_TRANSACTION"; /** */ VySignatureRequestType["OptimismRaw"] = "OPTIMISM_RAW"; /** */ VySignatureRequestType["OptimismTransaction"] = "OPTIMISM_TRANSACTION"; /** */ VySignatureRequestType["OptimismEip712"] = "OPTIMISM_EIP712"; /** */ VySignatureRequestType["SolanaTransaction"] = "SOLANA_TRANSACTION"; /** */ VySignatureRequestType["SolanaRaw"] = "SOLANA_RAW"; /** */ VySignatureRequestType["SuiRaw"] = "SUI_RAW"; })(VySignatureRequestType || (exports.VySignatureRequestType = VySignatureRequestType = {})); /** * */ var VySignatureState; (function (VySignatureState) { /** */ VySignatureState["Saved"] = "SAVED"; /** */ VySignatureState["Ready"] = "READY"; /** */ VySignatureState["Signed"] = "SIGNED"; /** */ VySignatureState["Expired"] = "EXPIRED"; /** */ VySignatureState["Canceled"] = "CANCELED"; })(VySignatureState || (exports.VySignatureState = VySignatureState = {})); /** * */ var VyBuildSignatureRequestType; (function (VyBuildSignatureRequestType) { /** */ VyBuildSignatureRequestType["Message"] = "MESSAGE"; /** */ VyBuildSignatureRequestType["Eip712"] = "EIP712"; })(VyBuildSignatureRequestType || (exports.VyBuildSignatureRequestType = VyBuildSignatureRequestType = {})); /** * */ var VyExchangeType; (function (VyExchangeType) { /** */ VyExchangeType["AvaxWavax"] = "AVAX_WAVAX"; /** */ VyExchangeType["BscWbnb"] = "BSC_WBNB"; /** */ VyExchangeType["Vexchange"] = "VEXCHANGE"; /** */ VyExchangeType["Uniswap"] = "UNISWAP"; /** */ VyExchangeType["Totle"] = "TOTLE"; /** */ VyExchangeType["OneInch"] = "ONE_INCH"; })(VyExchangeType || (exports.VyExchangeType = VyExchangeType = {})); /** * */ var VyOrderType; (function (VyOrderType) { /** */ VyOrderType["Sell"] = "SELL"; /** */ VyOrderType["Buy"] = "BUY"; })(VyOrderType || (exports.VyOrderType = VyOrderType = {})); /** * */ var VyMediaType; (function (VyMediaType) { /** */ VyMediaType["Image"] = "image"; /** */ VyMediaType["Banner"] = "banner"; /** */ VyMediaType["Instagram"] = "instagram"; /** */ VyMediaType["Twitter"] = "twitter"; /** */ VyMediaType["Facebook"] = "facebook"; /** */ VyMediaType["Discord"] = "discord"; /** */ VyMediaType["Medium"] = "medium"; /** */ VyMediaType["Twitch"] = "twitch"; /** */ VyMediaType["Telegram"] = "telegram"; /** */ VyMediaType["Youtube"] = "youtube"; })(VyMediaType || (exports.VyMediaType = VyMediaType = {})); /** * */ var VyTokenAttributeType; (function (VyTokenAttributeType) { /** */ VyTokenAttributeType["Property"] = "property"; /** */ VyTokenAttributeType["Stat"] = "stat"; /** */ VyTokenAttributeType["Boost"] = "boost"; })(VyTokenAttributeType || (exports.VyTokenAttributeType = VyTokenAttributeType = {})); /** * */ var VyStatus; (function (VyStatus) { /** */ VyStatus["Pending"] = "PENDING"; /** */ VyStatus["Succeeded"] = "SUCCEEDED"; /** */ VyStatus["Failed"] = "FAILED"; /** */ VyStatus["Processing"] = "PROCESSING"; })(VyStatus || (exports.VyStatus = VyStatus = {})); /** * */ var VySortOnType; (function (VySortOnType) { /** */ VySortOnType["CreatedOn"] = "createdOn"; })(VySortOnType || (exports.VySortOnType = VySortOnType = {})); /** * */ var VyOnChainState; (function (VyOnChainState) { /** */ VyOnChainState["Queued"] = "QUEUED"; /** */ VyOnChainState["Processing"] = "PROCESSING"; /** */ VyOnChainState["Pending"] = "PENDING"; /** */ VyOnChainState["MintPending"] = "MINT_PENDING"; /** */ VyOnChainState["MintSucceeded"] = "MINT_SUCCEEDED"; /** */ VyOnChainState["Succeeded"] = "SUCCEEDED"; /** */ VyOnChainState["MintFailed"] = "MINT_FAILED"; /** */ VyOnChainState["Failed"] = "FAILED"; })(VyOnChainState || (exports.VyOnChainState = VyOnChainState = {})); /** * */ var VyRampProviderType; (function (VyRampProviderType) { /** */ VyRampProviderType["Transak"] = "TRANSAK"; /** */ VyRampProviderType["Moonpay"] = "MOONPAY"; /** */ VyRampProviderType["RampNetwork"] = "RAMP_NETWORK"; })(VyRampProviderType || (exports.VyRampProviderType = VyRampProviderType = {})); /** * */ var VyPayWebhookAuthType; (function (VyPayWebhookAuthType) { /** */ VyPayWebhookAuthType["BasicAuthentication"] = "BASIC_AUTHENTICATION"; /** */ VyPayWebhookAuthType["ApiKey"] = "API_KEY"; })(VyPayWebhookAuthType || (exports.VyPayWebhookAuthType = VyPayWebhookAuthType = {})); /** * */ var VyChain; (function (VyChain) { /** */ VyChain["Aeternity"] = "AETERNITY"; /** */ VyChain["Avac"] = "AVAC"; /** */ VyChain["Bitcoin"] = "BITCOIN"; /** */ VyChain["Bsc"] = "BSC"; /** */ VyChain["Ethereum"] = "ETHEREUM"; /** */ VyChain["Gochain"] = "GOCHAIN"; /** */ VyChain["Hedera"] = "HEDERA"; /** */ VyChain["Litecoin"] = "LITECOIN"; /** */ VyChain["Vechain"] = "VECHAIN"; /** */ VyChain["Matic"] = "MATIC"; /** */ VyChain["Neo"] = "NEO"; /** */ VyChain["Imx"] = "IMX"; /** */ VyChain["Arbitrum"] = "ARBITRUM"; /** */ VyChain["Base"] = "BASE"; /** */ VyChain["Xpla"] = "XPLA"; /** */ VyChain["Optimism"] = "OPTIMISM"; /** */ VyChain["Solana"] = "SOLANA"; /** */ VyChain["Sui"] = "SUI"; })(VyChain || (exports.VyChain = VyChain = {})); /** * */ var VyTransactionState; (function (VyTransactionState) { /** */ VyTransactionState["Pending"] = "PENDING"; /** */ VyTransactionState["Succeeded"] = "SUCCEEDED"; /** */ VyTransactionState["Failed"] = "FAILED"; /** */ VyTransactionState["Overridden"] = "OVERRIDDEN"; /** */ VyTransactionState["Expired"] = "EXPIRED"; /** */ VyTransactionState["Canceled"] = "CANCELED"; /** */ VyTransactionState["Unknown"] = "UNKNOWN"; })(VyTransactionState || (exports.VyTransactionState = VyTransactionState = {})); /** * */ var VyTransactionRequestState; (function (VyTransactionRequestState) { /** */ VyTransactionRequestState["Saved"] = "SAVED"; /** */ VyTransactionRequestState["Ready"] = "READY"; /** */ VyTransactionRequestState["Pending"] = "PENDING"; /** */ VyTransactionRequestState["Succeeded"] = "SUCCEEDED"; /** */ VyTransactionRequestState["Failed"] = "FAILED"; /** */ VyTransactionRequestState["Overridden"] = "OVERRIDDEN"; /** */ VyTransactionRequestState["Expired"] = "EXPIRED"; /** */ VyTransactionRequestState["Canceled"] = "CANCELED"; /** */ VyTransactionRequestState["Unknown"] = "UNKNOWN"; })(VyTransactionRequestState || (exports.VyTransactionRequestState = VyTransactionRequestState = {})); /** * */ var VyTokenPropertyType; (function (VyTokenPropertyType) { /** */ VyTokenPropertyType["Name"] = "name"; /** */ VyTokenPropertyType["Description"] = "description"; /** */ VyTokenPropertyType["ExternalUrl"] = "externalUrl"; /** */ VyTokenPropertyType["Image"] = "image"; /** */ VyTokenPropertyType["BackgroundColor"] = "backgroundColor"; })(VyTokenPropertyType || (exports.VyTokenPropertyType = VyTokenPropertyType = {})); //# sourceMappingURL=VyEnums.generated.js.map