@airgap/tezos 0.13.7-beta.22 → 0.13.7-beta.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/airgap-coinlib-tezos.min.js +35555 -22872
- package/index.d.ts +1 -46
- package/index.js +15 -100
- package/index.js.map +1 -1
- package/package.json +5 -3
- package/{actions → v0/actions}/GetKtAccountsAction.d.ts +0 -0
- package/v0/actions/GetKtAccountsAction.js +87 -0
- package/v0/actions/GetKtAccountsAction.js.map +1 -0
- package/{constants.d.ts → v0/constants.d.ts} +0 -0
- package/{constants.js → v0/constants.js} +0 -0
- package/v0/constants.js.map +1 -0
- package/v0/index.d.ts +46 -0
- package/v0/index.js +146 -0
- package/v0/index.js.map +1 -0
- package/{protocol → v0/protocol}/TezosAddress.d.ts +0 -0
- package/v0/protocol/TezosAddress.js +106 -0
- package/v0/protocol/TezosAddress.js.map +1 -0
- package/{protocol → v0/protocol}/TezosCryptoClient.d.ts +0 -0
- package/v0/protocol/TezosCryptoClient.js +158 -0
- package/v0/protocol/TezosCryptoClient.js.map +1 -0
- package/{protocol → v0/protocol}/TezosProtocol.d.ts +0 -0
- package/v0/protocol/TezosProtocol.js +1859 -0
- package/v0/protocol/TezosProtocol.js.map +1 -0
- package/{protocol → v0/protocol}/TezosProtocolOptions.d.ts +0 -0
- package/v0/protocol/TezosProtocolOptions.js +116 -0
- package/v0/protocol/TezosProtocolOptions.js.map +1 -0
- package/{protocol → v0/protocol}/TezosUtils.d.ts +0 -0
- package/v0/protocol/TezosUtils.js +300 -0
- package/v0/protocol/TezosUtils.js.map +1 -0
- package/{protocol → v0/protocol}/contract/TezosContract.d.ts +0 -0
- package/v0/protocol/contract/TezosContract.js +510 -0
- package/v0/protocol/contract/TezosContract.js.map +1 -0
- package/v0/protocol/contract/TezosContractCall.d.ts +11 -0
- package/{protocol → v0/protocol}/contract/TezosContractCall.js +0 -0
- package/v0/protocol/contract/TezosContractCall.js.map +1 -0
- package/{protocol → v0/protocol}/contract/TezosContractEntrypoint.d.ts +0 -0
- package/v0/protocol/contract/TezosContractEntrypoint.js +27 -0
- package/v0/protocol/contract/TezosContractEntrypoint.js.map +1 -0
- package/{protocol → v0/protocol}/contract/TezosContractStorage.d.ts +0 -0
- package/{protocol → v0/protocol}/contract/TezosContractStorage.js +0 -0
- package/v0/protocol/contract/TezosContractStorage.js.map +1 -0
- package/{protocol → v0/protocol}/contract/remote-data/TezosContractRemoteDataFactory.d.ts +0 -0
- package/v0/protocol/contract/remote-data/TezosContractRemoteDataFactory.js +36 -0
- package/v0/protocol/contract/remote-data/TezosContractRemoteDataFactory.js.map +1 -0
- package/{protocol → v0/protocol}/contract/remote-data/TezosStorageRemoteData.d.ts +0 -0
- package/v0/protocol/contract/remote-data/TezosStorageRemoteData.js +152 -0
- package/v0/protocol/contract/remote-data/TezosStorageRemoteData.js.map +1 -0
- package/{protocol → v0/protocol}/domains/TezosDomains.d.ts +0 -0
- package/v0/protocol/domains/TezosDomains.js +306 -0
- package/v0/protocol/domains/TezosDomains.js.map +1 -0
- package/{protocol → v0/protocol}/fa/TezosBTC.d.ts +0 -0
- package/v0/protocol/fa/TezosBTC.js +109 -0
- package/v0/protocol/fa/TezosBTC.js.map +1 -0
- package/{protocol → v0/protocol}/fa/TezosBTCtez.d.ts +0 -0
- package/v0/protocol/fa/TezosBTCtez.js +56 -0
- package/v0/protocol/fa/TezosBTCtez.js.map +1 -0
- package/{protocol → v0/protocol}/fa/TezosCTez.d.ts +0 -0
- package/v0/protocol/fa/TezosCTez.js +53 -0
- package/v0/protocol/fa/TezosCTez.js.map +1 -0
- package/{protocol → v0/protocol}/fa/TezosDOGA.d.ts +0 -0
- package/v0/protocol/fa/TezosDOGA.js +53 -0
- package/v0/protocol/fa/TezosDOGA.js.map +1 -0
- package/{protocol → v0/protocol}/fa/TezosETHtz.d.ts +0 -0
- package/v0/protocol/fa/TezosETHtz.js +74 -0
- package/v0/protocol/fa/TezosETHtz.js.map +1 -0
- package/{protocol → v0/protocol}/fa/TezosFA1Protocol.d.ts +0 -0
- package/v0/protocol/fa/TezosFA1Protocol.js +312 -0
- package/v0/protocol/fa/TezosFA1Protocol.js.map +1 -0
- package/{protocol → v0/protocol}/fa/TezosFA1p2Protocol.d.ts +0 -0
- package/v0/protocol/fa/TezosFA1p2Protocol.js +119 -0
- package/v0/protocol/fa/TezosFA1p2Protocol.js.map +1 -0
- package/{protocol → v0/protocol}/fa/TezosFA2Protocol.d.ts +0 -0
- package/v0/protocol/fa/TezosFA2Protocol.js +451 -0
- package/v0/protocol/fa/TezosFA2Protocol.js.map +1 -0
- package/{protocol → v0/protocol}/fa/TezosFAProtocol.d.ts +0 -0
- package/v0/protocol/fa/TezosFAProtocol.js +513 -0
- package/v0/protocol/fa/TezosFAProtocol.js.map +1 -0
- package/{protocol → v0/protocol}/fa/TezosFAProtocolOptions.d.ts +0 -0
- package/v0/protocol/fa/TezosFAProtocolOptions.js +230 -0
- package/v0/protocol/fa/TezosFAProtocolOptions.js.map +1 -0
- package/{protocol → v0/protocol}/fa/TezosKolibriUSD.d.ts +0 -0
- package/v0/protocol/fa/TezosKolibriUSD.js +76 -0
- package/v0/protocol/fa/TezosKolibriUSD.js.map +1 -0
- package/{protocol → v0/protocol}/fa/TezosPlanty.d.ts +0 -0
- package/v0/protocol/fa/TezosPlanty.js +53 -0
- package/v0/protocol/fa/TezosPlanty.js.map +1 -0
- package/{protocol → v0/protocol}/fa/TezosQUIPU.d.ts +0 -0
- package/v0/protocol/fa/TezosQUIPU.js +56 -0
- package/v0/protocol/fa/TezosQUIPU.js.map +1 -0
- package/{protocol → v0/protocol}/fa/TezosSIRS.d.ts +0 -0
- package/v0/protocol/fa/TezosSIRS.js +53 -0
- package/v0/protocol/fa/TezosSIRS.js.map +1 -0
- package/{protocol → v0/protocol}/fa/TezosStaker.d.ts +0 -0
- package/v0/protocol/fa/TezosStaker.js +76 -0
- package/v0/protocol/fa/TezosStaker.js.map +1 -0
- package/{protocol → v0/protocol}/fa/TezosUBTC.d.ts +0 -0
- package/v0/protocol/fa/TezosUBTC.js +56 -0
- package/v0/protocol/fa/TezosUBTC.js.map +1 -0
- package/{protocol → v0/protocol}/fa/TezosUDEFI.d.ts +0 -0
- package/v0/protocol/fa/TezosUDEFI.js +56 -0
- package/v0/protocol/fa/TezosUDEFI.js.map +1 -0
- package/{protocol → v0/protocol}/fa/TezosUSD.d.ts +0 -0
- package/v0/protocol/fa/TezosUSD.js +76 -0
- package/v0/protocol/fa/TezosUSD.js.map +1 -0
- package/{protocol → v0/protocol}/fa/TezosUSDT.d.ts +0 -0
- package/v0/protocol/fa/TezosUSDT.js +56 -0
- package/v0/protocol/fa/TezosUSDT.js.map +1 -0
- package/{protocol → v0/protocol}/fa/TezosUUSD.d.ts +0 -0
- package/v0/protocol/fa/TezosUUSD.js +33 -0
- package/v0/protocol/fa/TezosUUSD.js.map +1 -0
- package/{protocol → v0/protocol}/fa/TezosWRAP.d.ts +0 -0
- package/v0/protocol/fa/TezosWRAP.js +56 -0
- package/v0/protocol/fa/TezosWRAP.js.map +1 -0
- package/{protocol → v0/protocol}/fa/TezosWrapped.d.ts +0 -0
- package/v0/protocol/fa/TezosWrapped.js +76 -0
- package/v0/protocol/fa/TezosWrapped.js.map +1 -0
- package/{protocol → v0/protocol}/fa/TezosYOU.d.ts +0 -0
- package/v0/protocol/fa/TezosYOU.js +33 -0
- package/v0/protocol/fa/TezosYOU.js.map +1 -0
- package/{protocol → v0/protocol}/indexerClient/TezosIndexerClient.d.ts +0 -0
- package/v0/protocol/indexerClient/TezosIndexerClient.js +269 -0
- package/v0/protocol/indexerClient/TezosIndexerClient.js.map +1 -0
- package/{protocol → v0/protocol}/indexerClient/TezosProtocolIndexerClient.d.ts +0 -0
- package/{protocol → v0/protocol}/indexerClient/TezosProtocolIndexerClient.js +0 -0
- package/v0/protocol/indexerClient/TezosProtocolIndexerClient.js.map +1 -0
- package/{protocol → v0/protocol}/kt/TezosKtAddress.d.ts +0 -0
- package/v0/protocol/kt/TezosKtAddress.js +74 -0
- package/v0/protocol/kt/TezosKtAddress.js.map +1 -0
- package/{protocol → v0/protocol}/kt/TezosKtProtocol.d.ts +0 -0
- package/v0/protocol/kt/TezosKtProtocol.js +320 -0
- package/v0/protocol/kt/TezosKtProtocol.js.map +1 -0
- package/{protocol → v0/protocol}/sapling/TezosSaplingAddress.d.ts +0 -0
- package/v0/protocol/sapling/TezosSaplingAddress.js +140 -0
- package/v0/protocol/sapling/TezosSaplingAddress.js.map +1 -0
- package/{protocol → v0/protocol}/sapling/TezosSaplingCryptoClient.d.ts +0 -0
- package/v0/protocol/sapling/TezosSaplingCryptoClient.js +248 -0
- package/v0/protocol/sapling/TezosSaplingCryptoClient.js.map +1 -0
- package/{protocol → v0/protocol}/sapling/TezosSaplingProtocol.d.ts +0 -0
- package/v0/protocol/sapling/TezosSaplingProtocol.js +1184 -0
- package/v0/protocol/sapling/TezosSaplingProtocol.js.map +1 -0
- package/{protocol → v0/protocol}/sapling/TezosSaplingProtocolOptions.d.ts +0 -0
- package/v0/protocol/sapling/TezosSaplingProtocolOptions.js +81 -0
- package/v0/protocol/sapling/TezosSaplingProtocolOptions.js.map +1 -0
- package/{protocol → v0/protocol}/sapling/TezosShieldedTezProtocol.d.ts +0 -0
- package/v0/protocol/sapling/TezosShieldedTezProtocol.js +142 -0
- package/v0/protocol/sapling/TezosShieldedTezProtocol.js.map +1 -0
- package/{protocol → v0/protocol}/sapling/injector/TezosSaplingInjectorClient.d.ts +0 -0
- package/v0/protocol/sapling/injector/TezosSaplingInjectorClient.js +68 -0
- package/v0/protocol/sapling/injector/TezosSaplingInjectorClient.js.map +1 -0
- package/{protocol → v0/protocol}/sapling/node/TezosSaplingNodeClient.d.ts +0 -0
- package/v0/protocol/sapling/node/TezosSaplingNodeClient.js +78 -0
- package/v0/protocol/sapling/node/TezosSaplingNodeClient.js.map +1 -0
- package/{protocol → v0/protocol}/sapling/utils/TezosSaplingBookkeeper.d.ts +0 -0
- package/v0/protocol/sapling/utils/TezosSaplingBookkeeper.js +591 -0
- package/v0/protocol/sapling/utils/TezosSaplingBookkeeper.js.map +1 -0
- package/{protocol → v0/protocol}/sapling/utils/TezosSaplingEncoder.d.ts +0 -0
- package/v0/protocol/sapling/utils/TezosSaplingEncoder.js +158 -0
- package/v0/protocol/sapling/utils/TezosSaplingEncoder.js.map +1 -0
- package/{protocol → v0/protocol}/sapling/utils/TezosSaplingForger.d.ts +0 -0
- package/v0/protocol/sapling/utils/TezosSaplingForger.js +284 -0
- package/v0/protocol/sapling/utils/TezosSaplingForger.js.map +1 -0
- package/{protocol → v0/protocol}/sapling/utils/TezosSaplingState.d.ts +0 -0
- package/v0/protocol/sapling/utils/TezosSaplingState.js +266 -0
- package/v0/protocol/sapling/utils/TezosSaplingState.js.map +1 -0
- package/{protocol → v0/protocol}/types/TezosAddressCursor.d.ts +0 -0
- package/{protocol → v0/protocol}/types/TezosAddressCursor.js +0 -0
- package/v0/protocol/types/TezosAddressCursor.js.map +1 -0
- package/{protocol → v0/protocol}/types/TezosAddressResult.d.ts +0 -0
- package/{protocol → v0/protocol}/types/TezosAddressResult.js +0 -0
- package/v0/protocol/types/TezosAddressResult.js.map +1 -0
- package/{protocol → v0/protocol}/types/TezosBlockHeader.d.ts +0 -0
- package/{protocol → v0/protocol}/types/TezosBlockHeader.js +0 -0
- package/v0/protocol/types/TezosBlockHeader.js.map +1 -0
- package/{protocol → v0/protocol}/types/TezosBlockMetadata.d.ts +0 -0
- package/{protocol → v0/protocol}/types/TezosBlockMetadata.js +0 -0
- package/v0/protocol/types/TezosBlockMetadata.js.map +1 -0
- package/{protocol → v0/protocol}/types/TezosContractCode.d.ts +0 -0
- package/{protocol → v0/protocol}/types/TezosContractCode.js +0 -0
- package/v0/protocol/types/TezosContractCode.js.map +1 -0
- package/{protocol → v0/protocol}/types/TezosOperationType.d.ts +0 -0
- package/{protocol → v0/protocol}/types/TezosOperationType.js +0 -0
- package/v0/protocol/types/TezosOperationType.js.map +1 -0
- package/{protocol → v0/protocol}/types/TezosTransactionCursor.d.ts +0 -0
- package/{protocol → v0/protocol}/types/TezosTransactionCursor.js +0 -0
- package/v0/protocol/types/TezosTransactionCursor.js.map +1 -0
- package/{protocol → v0/protocol}/types/TezosTransactionResult.d.ts +0 -0
- package/{protocol → v0/protocol}/types/TezosTransactionResult.js +0 -0
- package/v0/protocol/types/TezosTransactionResult.js.map +1 -0
- package/{protocol → v0/protocol}/types/TezosWrappedOperation.d.ts +0 -0
- package/{protocol → v0/protocol}/types/TezosWrappedOperation.js +0 -0
- package/v0/protocol/types/TezosWrappedOperation.js.map +1 -0
- package/{protocol → v0/protocol}/types/contract/BigMap.d.ts +0 -0
- package/{protocol → v0/protocol}/types/contract/BigMap.js +0 -0
- package/v0/protocol/types/contract/BigMap.js.map +1 -0
- package/{protocol → v0/protocol}/types/contract/BigMapEnrtyFilter.d.ts +0 -0
- package/{protocol → v0/protocol}/types/contract/BigMapEnrtyFilter.js +0 -0
- package/v0/protocol/types/contract/BigMapEnrtyFilter.js.map +1 -0
- package/{protocol → v0/protocol}/types/contract/BigMapEntry.d.ts +0 -0
- package/{protocol → v0/protocol}/types/contract/BigMapEntry.js +0 -0
- package/v0/protocol/types/contract/BigMapEntry.js.map +1 -0
- package/{protocol → v0/protocol}/types/contract/BigMapRequest.d.ts +0 -0
- package/{protocol → v0/protocol}/types/contract/BigMapRequest.js +0 -0
- package/v0/protocol/types/contract/BigMapRequest.js.map +1 -0
- package/{protocol → v0/protocol}/types/contract/TezosContractMetadata.d.ts +0 -0
- package/{protocol → v0/protocol}/types/contract/TezosContractMetadata.js +0 -0
- package/v0/protocol/types/contract/TezosContractMetadata.js.map +1 -0
- package/{protocol → v0/protocol}/types/domains/TezosDomainsRecord.d.ts +0 -0
- package/{protocol → v0/protocol}/types/domains/TezosDomainsRecord.js +0 -0
- package/v0/protocol/types/domains/TezosDomainsRecord.js.map +1 -0
- package/{protocol → v0/protocol}/types/domains/TezosDomainsReverseRecord.d.ts +0 -0
- package/{protocol → v0/protocol}/types/domains/TezosDomainsReverseRecord.js +0 -0
- package/v0/protocol/types/domains/TezosDomainsReverseRecord.js.map +1 -0
- package/{protocol → v0/protocol}/types/fa/TezosFA2BalanceOfRequest.d.ts +0 -0
- package/{protocol → v0/protocol}/types/fa/TezosFA2BalanceOfRequest.js +0 -0
- package/v0/protocol/types/fa/TezosFA2BalanceOfRequest.js.map +1 -0
- package/{protocol → v0/protocol}/types/fa/TezosFA2BalanceOfResponse.d.ts +0 -0
- package/{protocol → v0/protocol}/types/fa/TezosFA2BalanceOfResponse.js +0 -0
- package/v0/protocol/types/fa/TezosFA2BalanceOfResponse.js.map +1 -0
- package/{protocol → v0/protocol}/types/fa/TezosFA2TransferRequest.d.ts +0 -0
- package/{protocol → v0/protocol}/types/fa/TezosFA2TransferRequest.js +0 -0
- package/v0/protocol/types/fa/TezosFA2TransferRequest.js.map +1 -0
- package/{protocol → v0/protocol}/types/fa/TezosFA2UpdateOperatorRequest.d.ts +0 -0
- package/{protocol → v0/protocol}/types/fa/TezosFA2UpdateOperatorRequest.js +0 -0
- package/v0/protocol/types/fa/TezosFA2UpdateOperatorRequest.js.map +1 -0
- package/{protocol → v0/protocol}/types/fa/TezosFATokenMetadata.d.ts +0 -0
- package/{protocol → v0/protocol}/types/fa/TezosFATokenMetadata.js +0 -0
- package/v0/protocol/types/fa/TezosFATokenMetadata.js.map +1 -0
- package/{protocol → v0/protocol}/types/kt/TezosKtAddressCursor.d.ts +0 -0
- package/{protocol → v0/protocol}/types/kt/TezosKtAddressCursor.js +0 -0
- package/v0/protocol/types/kt/TezosKtAddressCursor.js.map +1 -0
- package/{protocol → v0/protocol}/types/kt/TezosKtAddressResult.d.ts +0 -0
- package/{protocol → v0/protocol}/types/kt/TezosKtAddressResult.js +0 -0
- package/v0/protocol/types/kt/TezosKtAddressResult.js.map +1 -0
- package/{protocol → v0/protocol}/types/micheline/MichelineNode.d.ts +0 -0
- package/{protocol → v0/protocol}/types/micheline/MichelineNode.js +0 -0
- package/v0/protocol/types/micheline/MichelineNode.js.map +1 -0
- package/{protocol → v0/protocol}/types/micheline/MichelineNodeUtils.d.ts +0 -0
- package/v0/protocol/types/micheline/MichelineNodeUtils.js +40 -0
- package/v0/protocol/types/micheline/MichelineNodeUtils.js.map +1 -0
- package/{protocol → v0/protocol}/types/michelson/MichelsonType.d.ts +0 -0
- package/{protocol → v0/protocol}/types/michelson/MichelsonType.js +0 -0
- package/v0/protocol/types/michelson/MichelsonType.js.map +1 -0
- package/{protocol → v0/protocol}/types/michelson/MichelsonTypeMeta.d.ts +0 -0
- package/v0/protocol/types/michelson/MichelsonTypeMeta.js +136 -0
- package/v0/protocol/types/michelson/MichelsonTypeMeta.js.map +1 -0
- package/{protocol → v0/protocol}/types/michelson/MichelsonTypeUtils.d.ts +0 -0
- package/v0/protocol/types/michelson/MichelsonTypeUtils.js +251 -0
- package/v0/protocol/types/michelson/MichelsonTypeUtils.js.map +1 -0
- package/{protocol → v0/protocol}/types/michelson/generics/MichelsonList.d.ts +0 -0
- package/v0/protocol/types/michelson/generics/MichelsonList.js +70 -0
- package/v0/protocol/types/michelson/generics/MichelsonList.js.map +1 -0
- package/{protocol → v0/protocol}/types/michelson/generics/MichelsonMap.d.ts +0 -0
- package/v0/protocol/types/michelson/generics/MichelsonMap.js +120 -0
- package/v0/protocol/types/michelson/generics/MichelsonMap.js.map +1 -0
- package/{protocol → v0/protocol}/types/michelson/generics/MichelsonOption.d.ts +0 -0
- package/v0/protocol/types/michelson/generics/MichelsonOption.js +121 -0
- package/v0/protocol/types/michelson/generics/MichelsonOption.js.map +1 -0
- package/{protocol → v0/protocol}/types/michelson/generics/MichelsonOr.d.ts +0 -0
- package/v0/protocol/types/michelson/generics/MichelsonOr.js +134 -0
- package/v0/protocol/types/michelson/generics/MichelsonOr.js.map +1 -0
- package/{protocol → v0/protocol}/types/michelson/generics/MichelsonPair.d.ts +0 -0
- package/v0/protocol/types/michelson/generics/MichelsonPair.js +139 -0
- package/v0/protocol/types/michelson/generics/MichelsonPair.js.map +1 -0
- package/{protocol → v0/protocol}/types/michelson/grammar/MichelsonGrammarData.d.ts +0 -0
- package/{protocol → v0/protocol}/types/michelson/grammar/MichelsonGrammarData.js +0 -0
- package/v0/protocol/types/michelson/grammar/MichelsonGrammarData.js.map +1 -0
- package/{protocol → v0/protocol}/types/michelson/grammar/MichelsonGrammarInstruction.d.ts +0 -0
- package/{protocol → v0/protocol}/types/michelson/grammar/MichelsonGrammarInstruction.js +0 -0
- package/v0/protocol/types/michelson/grammar/MichelsonGrammarInstruction.js.map +1 -0
- package/{protocol → v0/protocol}/types/michelson/grammar/MichelsonGrammarType.d.ts +0 -0
- package/{protocol → v0/protocol}/types/michelson/grammar/MichelsonGrammarType.js +0 -0
- package/v0/protocol/types/michelson/grammar/MichelsonGrammarType.js.map +1 -0
- package/{protocol → v0/protocol}/types/michelson/primitives/MichelsonAddress.d.ts +0 -0
- package/v0/protocol/types/michelson/primitives/MichelsonAddress.js +74 -0
- package/v0/protocol/types/michelson/primitives/MichelsonAddress.js.map +1 -0
- package/{protocol → v0/protocol}/types/michelson/primitives/MichelsonBool.d.ts +0 -0
- package/v0/protocol/types/michelson/primitives/MichelsonBool.js +59 -0
- package/v0/protocol/types/michelson/primitives/MichelsonBool.js.map +1 -0
- package/{protocol → v0/protocol}/types/michelson/primitives/MichelsonBytes.d.ts +0 -0
- package/v0/protocol/types/michelson/primitives/MichelsonBytes.js +77 -0
- package/v0/protocol/types/michelson/primitives/MichelsonBytes.js.map +1 -0
- package/{protocol → v0/protocol}/types/michelson/primitives/MichelsonInt.d.ts +0 -0
- package/v0/protocol/types/michelson/primitives/MichelsonInt.js +74 -0
- package/v0/protocol/types/michelson/primitives/MichelsonInt.js.map +1 -0
- package/{protocol → v0/protocol}/types/michelson/primitives/MichelsonString.d.ts +0 -0
- package/v0/protocol/types/michelson/primitives/MichelsonString.js +76 -0
- package/v0/protocol/types/michelson/primitives/MichelsonString.js.map +1 -0
- package/{protocol → v0/protocol}/types/michelson/primitives/MichelsonUnit.d.ts +0 -0
- package/v0/protocol/types/michelson/primitives/MichelsonUnit.js +55 -0
- package/v0/protocol/types/michelson/primitives/MichelsonUnit.js.map +1 -0
- package/{protocol → v0/protocol}/types/operations/ActivateAccount.d.ts +0 -0
- package/{protocol → v0/protocol}/types/operations/ActivateAccount.js +0 -0
- package/v0/protocol/types/operations/ActivateAccount.js.map +1 -0
- package/{protocol → v0/protocol}/types/operations/Ballot.d.ts +0 -0
- package/{protocol → v0/protocol}/types/operations/Ballot.js +0 -0
- package/v0/protocol/types/operations/Ballot.js.map +1 -0
- package/{protocol → v0/protocol}/types/operations/Delegation.d.ts +0 -0
- package/{protocol → v0/protocol}/types/operations/Delegation.js +0 -0
- package/v0/protocol/types/operations/Delegation.js.map +1 -0
- package/{protocol → v0/protocol}/types/operations/DoubleBakingEvidence.d.ts +0 -0
- package/{protocol → v0/protocol}/types/operations/DoubleBakingEvidence.js +0 -0
- package/v0/protocol/types/operations/DoubleBakingEvidence.js.map +1 -0
- package/{protocol → v0/protocol}/types/operations/DoubleEndorsementEvidence.d.ts +0 -0
- package/{protocol → v0/protocol}/types/operations/DoubleEndorsementEvidence.js +0 -0
- package/v0/protocol/types/operations/DoubleEndorsementEvidence.js.map +1 -0
- package/{protocol → v0/protocol}/types/operations/Endorsement.d.ts +0 -0
- package/{protocol → v0/protocol}/types/operations/Endorsement.js +0 -0
- package/v0/protocol/types/operations/Endorsement.js.map +1 -0
- package/{protocol → v0/protocol}/types/operations/Origination.d.ts +0 -0
- package/{protocol → v0/protocol}/types/operations/Origination.js +0 -0
- package/v0/protocol/types/operations/Origination.js.map +1 -0
- package/{protocol → v0/protocol}/types/operations/Proposal.d.ts +0 -0
- package/{protocol → v0/protocol}/types/operations/Proposal.js +0 -0
- package/v0/protocol/types/operations/Proposal.js.map +1 -0
- package/{protocol → v0/protocol}/types/operations/Reveal.d.ts +0 -0
- package/{protocol → v0/protocol}/types/operations/Reveal.js +0 -0
- package/v0/protocol/types/operations/Reveal.js.map +1 -0
- package/{protocol → v0/protocol}/types/operations/SeedNonceRevelation.d.ts +0 -0
- package/{protocol → v0/protocol}/types/operations/SeedNonceRevelation.js +0 -0
- package/v0/protocol/types/operations/SeedNonceRevelation.js.map +1 -0
- package/{protocol → v0/protocol}/types/operations/TezosOperation.d.ts +0 -0
- package/{protocol → v0/protocol}/types/operations/TezosOperation.js +0 -0
- package/v0/protocol/types/operations/TezosOperation.js.map +1 -0
- package/{protocol → v0/protocol}/types/operations/Transaction.d.ts +0 -0
- package/{protocol → v0/protocol}/types/operations/Transaction.js +0 -0
- package/v0/protocol/types/operations/Transaction.js.map +1 -0
- package/{protocol → v0/protocol}/types/sapling/TezosSaplingAddressCursor.d.ts +0 -0
- package/{protocol → v0/protocol}/types/sapling/TezosSaplingAddressCursor.js +0 -0
- package/v0/protocol/types/sapling/TezosSaplingAddressCursor.js.map +1 -0
- package/{protocol → v0/protocol}/types/sapling/TezosSaplingAddressResult.d.ts +0 -0
- package/{protocol → v0/protocol}/types/sapling/TezosSaplingAddressResult.js +0 -0
- package/v0/protocol/types/sapling/TezosSaplingAddressResult.js.map +1 -0
- package/{protocol → v0/protocol}/types/sapling/TezosSaplingCiphertext.d.ts +0 -0
- package/{protocol → v0/protocol}/types/sapling/TezosSaplingCiphertext.js +0 -0
- package/v0/protocol/types/sapling/TezosSaplingCiphertext.js.map +1 -0
- package/{protocol → v0/protocol}/types/sapling/TezosSaplingInput.d.ts +0 -0
- package/{protocol → v0/protocol}/types/sapling/TezosSaplingInput.js +0 -0
- package/v0/protocol/types/sapling/TezosSaplingInput.js.map +1 -0
- package/{protocol → v0/protocol}/types/sapling/TezosSaplingOutput.d.ts +0 -0
- package/{protocol → v0/protocol}/types/sapling/TezosSaplingOutput.js +0 -0
- package/v0/protocol/types/sapling/TezosSaplingOutput.js.map +1 -0
- package/{protocol → v0/protocol}/types/sapling/TezosSaplingStateDiff.d.ts +0 -0
- package/{protocol → v0/protocol}/types/sapling/TezosSaplingStateDiff.js +0 -0
- package/v0/protocol/types/sapling/TezosSaplingStateDiff.js.map +1 -0
- package/{protocol → v0/protocol}/types/sapling/TezosSaplingStateTree.d.ts +0 -0
- package/{protocol → v0/protocol}/types/sapling/TezosSaplingStateTree.js +0 -0
- package/v0/protocol/types/sapling/TezosSaplingStateTree.js.map +1 -0
- package/{protocol → v0/protocol}/types/sapling/TezosSaplingTransaction.d.ts +0 -0
- package/{protocol → v0/protocol}/types/sapling/TezosSaplingTransaction.js +0 -0
- package/v0/protocol/types/sapling/TezosSaplingTransaction.js.map +1 -0
- package/{protocol → v0/protocol}/types/sapling/TezosSaplingTransactionCursor.d.ts +0 -0
- package/{protocol → v0/protocol}/types/sapling/TezosSaplingTransactionCursor.js +0 -0
- package/v0/protocol/types/sapling/TezosSaplingTransactionCursor.js.map +1 -0
- package/{protocol → v0/protocol}/types/sapling/TezosSaplingTransactionResult.d.ts +0 -0
- package/{protocol → v0/protocol}/types/sapling/TezosSaplingTransactionResult.js +0 -0
- package/v0/protocol/types/sapling/TezosSaplingTransactionResult.js.map +1 -0
- package/{protocol → v0/protocol}/types/utils.d.ts +0 -0
- package/{protocol → v0/protocol}/types/utils.js +0 -0
- package/v0/protocol/types/utils.js.map +1 -0
- package/v0/serializer/schemas/v2/transaction-sign-request-tezos-sapling.json +127 -0
- package/v0/serializer/schemas/v2/transaction-sign-request-tezos.json +29 -0
- package/v0/serializer/schemas/v2/transaction-sign-response-tezos-sapling.json +19 -0
- package/v0/serializer/schemas/v2/transaction-sign-response-tezos.json +19 -0
- package/v0/serializer/schemas/v3/transaction-sign-request-tezos-sapling.json +133 -0
- package/v0/serializer/schemas/v3/transaction-sign-request-tezos.json +29 -0
- package/v0/serializer/schemas/v3/transaction-sign-response-tezos-sapling.json +19 -0
- package/v0/serializer/schemas/v3/transaction-sign-response-tezos.json +19 -0
- package/v0/serializer/validators/transaction-validator.d.ts +15 -0
- package/v0/serializer/validators/transaction-validator.js +107 -0
- package/v0/serializer/validators/transaction-validator.js.map +1 -0
- package/v0/serializer/validators/transaction-xtz-btc-validator.d.ts +18 -0
- package/v0/serializer/validators/transaction-xtz-btc-validator.js +170 -0
- package/v0/serializer/validators/transaction-xtz-btc-validator.js.map +1 -0
- package/v0/serializer/validators/validators.d.ts +1 -0
- package/v0/serializer/validators/validators.js +115 -0
- package/v0/serializer/validators/validators.js.map +1 -0
- package/v0/types/signed-transaction-tezos-sapling.d.ts +3 -0
- package/{types → v0/types}/signed-transaction-tezos-sapling.js +0 -0
- package/v0/types/signed-transaction-tezos-sapling.js.map +1 -0
- package/v0/types/signed-transaction-tezos.d.ts +5 -0
- package/{types → v0/types}/signed-transaction-tezos.js +0 -0
- package/v0/types/signed-transaction-tezos.js.map +1 -0
- package/{types → v0/types}/transaction-tezos.d.ts +0 -0
- package/{types → v0/types}/transaction-tezos.js +0 -0
- package/v0/types/transaction-tezos.js.map +1 -0
- package/v0/types/unsigned-transaction-tezos-sapling.d.ts +38 -0
- package/{types → v0/types}/unsigned-transaction-tezos-sapling.js +0 -0
- package/v0/types/unsigned-transaction-tezos-sapling.js.map +1 -0
- package/v0/types/unsigned-transaction-tezos.d.ts +8 -0
- package/{types → v0/types}/unsigned-transaction-tezos.js +0 -0
- package/v0/types/unsigned-transaction-tezos.js.map +1 -0
- package/v1/block-explorer/TzKTBlockExplorer.d.ts +9 -0
- package/v1/block-explorer/TzKTBlockExplorer.js +72 -0
- package/v1/block-explorer/TzKTBlockExplorer.js.map +1 -0
- package/v1/block-explorer/factory.d.ts +3 -0
- package/v1/block-explorer/factory.js +17 -0
- package/v1/block-explorer/factory.js.map +1 -0
- package/v1/contract/TezosContract.d.ts +52 -0
- package/v1/contract/TezosContract.js +510 -0
- package/v1/contract/TezosContract.js.map +1 -0
- package/v1/contract/TezosContractCall.d.ts +11 -0
- package/v1/contract/TezosContractCall.js +23 -0
- package/v1/contract/TezosContractCall.js.map +1 -0
- package/v1/contract/TezosContractEntrypoint.d.ts +9 -0
- package/v1/contract/TezosContractEntrypoint.js +27 -0
- package/v1/contract/TezosContractEntrypoint.js.map +1 -0
- package/v1/contract/TezosContractStorage.d.ts +7 -0
- package/v1/contract/TezosContractStorage.js +16 -0
- package/v1/contract/TezosContractStorage.js.map +1 -0
- package/v1/contract/remote-data/TezosContractRemoteDataFactory.d.ts +11 -0
- package/v1/contract/remote-data/TezosContractRemoteDataFactory.js +36 -0
- package/v1/contract/remote-data/TezosContractRemoteDataFactory.js.map +1 -0
- package/v1/contract/remote-data/TezosStorageRemoteData.d.ts +12 -0
- package/v1/contract/remote-data/TezosStorageRemoteData.js +152 -0
- package/v1/contract/remote-data/TezosStorageRemoteData.js.map +1 -0
- package/v1/crypto/TezosCryptoClient.d.ts +13 -0
- package/v1/crypto/TezosCryptoClient.js +152 -0
- package/v1/crypto/TezosCryptoClient.js.map +1 -0
- package/v1/crypto/TezosSaplingCryptoClient.d.ts +25 -0
- package/v1/crypto/TezosSaplingCryptoClient.js +222 -0
- package/v1/crypto/TezosSaplingCryptoClient.js.map +1 -0
- package/v1/data/TezosAddress.d.ts +9 -0
- package/v1/data/TezosAddress.js +27 -0
- package/v1/data/TezosAddress.js.map +1 -0
- package/v1/data/TezosSaplingAddress.d.ts +14 -0
- package/v1/data/TezosSaplingAddress.js +105 -0
- package/v1/data/TezosSaplingAddress.js.map +1 -0
- package/v1/index.d.ts +53 -0
- package/v1/index.js +84 -0
- package/v1/index.js.map +1 -0
- package/v1/indexer/TezosIndexerClient.d.ts +31 -0
- package/v1/indexer/TezosIndexerClient.js +3 -0
- package/v1/indexer/TezosIndexerClient.js.map +1 -0
- package/v1/indexer/TzKTIndexerClient.d.ts +30 -0
- package/v1/indexer/TzKTIndexerClient.js +277 -0
- package/v1/indexer/TzKTIndexerClient.js.map +1 -0
- package/v1/indexer/factory.d.ts +3 -0
- package/v1/indexer/factory.js +17 -0
- package/v1/indexer/factory.js.map +1 -0
- package/v1/injector/TezosSaplingInjectorClient.d.ts +6 -0
- package/v1/injector/TezosSaplingInjectorClient.js +68 -0
- package/v1/injector/TezosSaplingInjectorClient.js.map +1 -0
- package/v1/module/TezosKtModule.d.ts +8 -0
- package/v1/module/TezosKtModule.js +87 -0
- package/v1/module/TezosKtModule.js.map +1 -0
- package/v1/module/TezosModule.d.ts +8 -0
- package/v1/module/TezosModule.js +86 -0
- package/v1/module/TezosModule.js.map +1 -0
- package/v1/module/TezosShieldedTezModule.d.ts +8 -0
- package/v1/module/TezosShieldedTezModule.js +86 -0
- package/v1/module/TezosShieldedTezModule.js.map +1 -0
- package/v1/node/TezosSaplingNodeClient.d.ts +8 -0
- package/v1/node/TezosSaplingNodeClient.js +78 -0
- package/v1/node/TezosSaplingNodeClient.js.map +1 -0
- package/v1/protocol/TezosProtocol.d.ts +72 -0
- package/v1/protocol/TezosProtocol.js +967 -0
- package/v1/protocol/TezosProtocol.js.map +1 -0
- package/v1/protocol/fa/TezosFA1Protocol.d.ts +30 -0
- package/v1/protocol/fa/TezosFA1Protocol.js +200 -0
- package/v1/protocol/fa/TezosFA1Protocol.js.map +1 -0
- package/v1/protocol/fa/TezosFA1p2Protocol.d.ts +18 -0
- package/v1/protocol/fa/TezosFA1p2Protocol.js +121 -0
- package/v1/protocol/fa/TezosFA1p2Protocol.js.map +1 -0
- package/v1/protocol/fa/TezosFA2Protocol.d.ts +39 -0
- package/v1/protocol/fa/TezosFA2Protocol.js +303 -0
- package/v1/protocol/fa/TezosFA2Protocol.js.map +1 -0
- package/v1/protocol/fa/TezosFAProtocol.d.ts +76 -0
- package/v1/protocol/fa/TezosFAProtocol.js +623 -0
- package/v1/protocol/fa/TezosFAProtocol.js.map +1 -0
- package/v1/protocol/fa/tokens/BTCTezProtocol.d.ts +14 -0
- package/v1/protocol/fa/tokens/BTCTezProtocol.js +76 -0
- package/v1/protocol/fa/tokens/BTCTezProtocol.js.map +1 -0
- package/v1/protocol/fa/tokens/CTezProtocol.d.ts +14 -0
- package/v1/protocol/fa/tokens/CTezProtocol.js +77 -0
- package/v1/protocol/fa/tokens/CTezProtocol.js.map +1 -0
- package/v1/protocol/fa/tokens/DogamiProtocol.d.ts +14 -0
- package/v1/protocol/fa/tokens/DogamiProtocol.js +77 -0
- package/v1/protocol/fa/tokens/DogamiProtocol.js.map +1 -0
- package/v1/protocol/fa/tokens/ETHTezProtocol.d.ts +18 -0
- package/v1/protocol/fa/tokens/ETHTezProtocol.js +120 -0
- package/v1/protocol/fa/tokens/ETHTezProtocol.js.map +1 -0
- package/v1/protocol/fa/tokens/KolibriUSDProtocol.d.ts +18 -0
- package/v1/protocol/fa/tokens/KolibriUSDProtocol.js +120 -0
- package/v1/protocol/fa/tokens/KolibriUSDProtocol.js.map +1 -0
- package/v1/protocol/fa/tokens/PlentyProtocol.d.ts +18 -0
- package/v1/protocol/fa/tokens/PlentyProtocol.js +120 -0
- package/v1/protocol/fa/tokens/PlentyProtocol.js.map +1 -0
- package/v1/protocol/fa/tokens/QuipuswapProtocol.d.ts +14 -0
- package/v1/protocol/fa/tokens/QuipuswapProtocol.js +76 -0
- package/v1/protocol/fa/tokens/QuipuswapProtocol.js.map +1 -0
- package/v1/protocol/fa/tokens/SiriusProtocol.d.ts +14 -0
- package/v1/protocol/fa/tokens/SiriusProtocol.js +77 -0
- package/v1/protocol/fa/tokens/SiriusProtocol.js.map +1 -0
- package/v1/protocol/fa/tokens/StakerProtocol.d.ts +18 -0
- package/v1/protocol/fa/tokens/StakerProtocol.js +120 -0
- package/v1/protocol/fa/tokens/StakerProtocol.js.map +1 -0
- package/v1/protocol/fa/tokens/TetherUSDProtocol.d.ts +14 -0
- package/v1/protocol/fa/tokens/TetherUSDProtocol.js +76 -0
- package/v1/protocol/fa/tokens/TetherUSDProtocol.js.map +1 -0
- package/v1/protocol/fa/tokens/TzBTCProtocol.d.ts +14 -0
- package/v1/protocol/fa/tokens/TzBTCProtocol.js +77 -0
- package/v1/protocol/fa/tokens/TzBTCProtocol.js.map +1 -0
- package/v1/protocol/fa/tokens/UBTCProtocol.d.ts +14 -0
- package/v1/protocol/fa/tokens/UBTCProtocol.js +76 -0
- package/v1/protocol/fa/tokens/UBTCProtocol.js.map +1 -0
- package/v1/protocol/fa/tokens/UDEFIProtocol.d.ts +14 -0
- package/v1/protocol/fa/tokens/UDEFIProtocol.js +76 -0
- package/v1/protocol/fa/tokens/UDEFIProtocol.js.map +1 -0
- package/v1/protocol/fa/tokens/USDTezProtocol.d.ts +14 -0
- package/v1/protocol/fa/tokens/USDTezProtocol.js +77 -0
- package/v1/protocol/fa/tokens/USDTezProtocol.js.map +1 -0
- package/v1/protocol/fa/tokens/UUSDProtocol.d.ts +14 -0
- package/v1/protocol/fa/tokens/UUSDProtocol.js +76 -0
- package/v1/protocol/fa/tokens/UUSDProtocol.js.map +1 -0
- package/v1/protocol/fa/tokens/WrapProtocol.d.ts +14 -0
- package/v1/protocol/fa/tokens/WrapProtocol.js +76 -0
- package/v1/protocol/fa/tokens/WrapProtocol.js.map +1 -0
- package/v1/protocol/fa/tokens/WrappedTezosProtocol.d.ts +14 -0
- package/v1/protocol/fa/tokens/WrappedTezosProtocol.js +77 -0
- package/v1/protocol/fa/tokens/WrappedTezosProtocol.js.map +1 -0
- package/v1/protocol/fa/tokens/YouProtocol.d.ts +14 -0
- package/v1/protocol/fa/tokens/YouProtocol.js +76 -0
- package/v1/protocol/fa/tokens/YouProtocol.js.map +1 -0
- package/v1/protocol/kt/TezosKtProtocol.d.ts +17 -0
- package/v1/protocol/kt/TezosKtProtocol.js +494 -0
- package/v1/protocol/kt/TezosKtProtocol.js.map +1 -0
- package/v1/protocol/sapling/TezosSaplingProtocol.d.ts +103 -0
- package/v1/protocol/sapling/TezosSaplingProtocol.js +1030 -0
- package/v1/protocol/sapling/TezosSaplingProtocol.js.map +1 -0
- package/v1/protocol/sapling/TezosShieldedTezProtocol.d.ts +19 -0
- package/v1/protocol/sapling/TezosShieldedTezProtocol.js +185 -0
- package/v1/protocol/sapling/TezosShieldedTezProtocol.js.map +1 -0
- package/v1/serializer/v3/schemas/converter/transaction-converter.d.ts +13 -0
- package/v1/serializer/v3/schemas/converter/transaction-converter.js +37 -0
- package/v1/serializer/v3/schemas/converter/transaction-converter.js.map +1 -0
- package/v1/serializer/v3/schemas/definitions/transaction-sign-request-tezos-sapling.d.ts +4 -0
- package/v1/serializer/v3/schemas/definitions/transaction-sign-request-tezos-sapling.js +3 -0
- package/v1/serializer/v3/schemas/definitions/transaction-sign-request-tezos-sapling.js.map +1 -0
- package/v1/serializer/v3/schemas/definitions/transaction-sign-request-tezos.d.ts +4 -0
- package/v1/serializer/v3/schemas/definitions/transaction-sign-request-tezos.js +3 -0
- package/v1/serializer/v3/schemas/definitions/transaction-sign-request-tezos.js.map +1 -0
- package/v1/serializer/v3/schemas/definitions/transaction-sign-response-tezos-sapling.d.ts +3 -0
- package/v1/serializer/v3/schemas/definitions/transaction-sign-response-tezos-sapling.js +3 -0
- package/v1/serializer/v3/schemas/definitions/transaction-sign-response-tezos-sapling.js.map +1 -0
- package/v1/serializer/v3/schemas/definitions/transaction-sign-response-tezos.d.ts +3 -0
- package/v1/serializer/v3/schemas/definitions/transaction-sign-response-tezos.js +3 -0
- package/v1/serializer/v3/schemas/definitions/transaction-sign-response-tezos.js.map +1 -0
- package/v1/serializer/v3/schemas/generated/transaction-sign-request-tezos-sapling.json +152 -0
- package/v1/serializer/v3/schemas/generated/transaction-sign-request-tezos.json +36 -0
- package/v1/serializer/v3/schemas/generated/transaction-sign-response-tezos-sapling.json +19 -0
- package/v1/serializer/v3/schemas/generated/transaction-sign-response-tezos.json +19 -0
- package/v1/serializer/v3/validators/transaction-validator.d.ts +20 -0
- package/v1/serializer/v3/validators/transaction-validator.js +197 -0
- package/v1/serializer/v3/validators/transaction-validator.js.map +1 -0
- package/v1/serializer/v3/validators/validators.d.ts +4 -0
- package/v1/serializer/v3/validators/validators.js +108 -0
- package/v1/serializer/v3/validators/validators.js.map +1 -0
- package/v1/types/address.d.ts +7 -0
- package/v1/types/address.js +3 -0
- package/v1/types/address.js.map +1 -0
- package/v1/types/block/TezosBlockHeader.d.ts +13 -0
- package/v1/types/block/TezosBlockHeader.js +3 -0
- package/v1/types/block/TezosBlockHeader.js.map +1 -0
- package/v1/types/block-explorer.d.ts +6 -0
- package/v1/types/block-explorer.js +3 -0
- package/v1/types/block-explorer.js.map +1 -0
- package/v1/types/contract/TezosContractCode.d.ts +5 -0
- package/v1/types/contract/TezosContractCode.js +3 -0
- package/v1/types/contract/TezosContractCode.js.map +1 -0
- package/v1/types/contract/TezosContractMetadata.d.ts +61 -0
- package/v1/types/contract/TezosContractMetadata.js +3 -0
- package/v1/types/contract/TezosContractMetadata.js.map +1 -0
- package/v1/types/contract/bigmap/BigMap.d.ts +7 -0
- package/v1/types/contract/bigmap/BigMap.js +3 -0
- package/v1/types/contract/bigmap/BigMap.js.map +1 -0
- package/v1/types/contract/bigmap/BigMapEnrtyFilter.d.ts +5 -0
- package/v1/types/contract/bigmap/BigMapEnrtyFilter.js +3 -0
- package/v1/types/contract/bigmap/BigMapEnrtyFilter.js.map +1 -0
- package/v1/types/contract/bigmap/BigMapEntry.d.ts +7 -0
- package/v1/types/contract/bigmap/BigMapEntry.js +3 -0
- package/v1/types/contract/bigmap/BigMapEntry.js.map +1 -0
- package/v1/types/contract/bigmap/BigMapRequest.d.ts +8 -0
- package/v1/types/contract/bigmap/BigMapRequest.js +3 -0
- package/v1/types/contract/bigmap/BigMapRequest.js.map +1 -0
- package/v1/types/fa/TezosFA1ContractEntrypoint.d.ts +1 -0
- package/v1/types/fa/TezosFA1ContractEntrypoint.js +3 -0
- package/v1/types/fa/TezosFA1ContractEntrypoint.js.map +1 -0
- package/v1/types/fa/TezosFA1p2ContractEntrypoint.d.ts +2 -0
- package/v1/types/fa/TezosFA1p2ContractEntrypoint.js +3 -0
- package/v1/types/fa/TezosFA1p2ContractEntrypoint.js.map +1 -0
- package/v1/types/fa/TezosFA2BalanceOfRequest.d.ts +4 -0
- package/v1/types/fa/TezosFA2BalanceOfRequest.js +3 -0
- package/v1/types/fa/TezosFA2BalanceOfRequest.js.map +1 -0
- package/v1/types/fa/TezosFA2BalanceOfResponse.d.ts +5 -0
- package/v1/types/fa/TezosFA2BalanceOfResponse.js +3 -0
- package/v1/types/fa/TezosFA2BalanceOfResponse.js.map +1 -0
- package/v1/types/fa/TezosFA2ContractEntrypoint.d.ts +1 -0
- package/v1/types/fa/TezosFA2ContractEntrypoint.js +3 -0
- package/v1/types/fa/TezosFA2ContractEntrypoint.js.map +1 -0
- package/v1/types/fa/TezosFA2TransferRequest.d.ts +8 -0
- package/v1/types/fa/TezosFA2TransferRequest.js +3 -0
- package/v1/types/fa/TezosFA2TransferRequest.js.map +1 -0
- package/v1/types/fa/TezosFA2UpdateOperatorRequest.d.ts +6 -0
- package/v1/types/fa/TezosFA2UpdateOperatorRequest.js +3 -0
- package/v1/types/fa/TezosFA2UpdateOperatorRequest.js.map +1 -0
- package/v1/types/fa/TezosFATokenMetadata.d.ts +6 -0
- package/v1/types/fa/TezosFATokenMetadata.js +3 -0
- package/v1/types/fa/TezosFATokenMetadata.js.map +1 -0
- package/v1/types/indexer.d.ts +6 -0
- package/v1/types/indexer.js +3 -0
- package/v1/types/indexer.js.map +1 -0
- package/v1/types/micheline/MichelineNode.d.ts +15 -0
- package/v1/types/micheline/MichelineNode.js +5 -0
- package/v1/types/micheline/MichelineNode.js.map +1 -0
- package/v1/types/micheline/MichelineNodeUtils.d.ts +6 -0
- package/v1/types/micheline/MichelineNodeUtils.js +40 -0
- package/v1/types/micheline/MichelineNodeUtils.js.map +1 -0
- package/v1/types/michelson/MichelsonType.d.ts +11 -0
- package/v1/types/michelson/MichelsonType.js +22 -0
- package/v1/types/michelson/MichelsonType.js.map +1 -0
- package/v1/types/michelson/MichelsonTypeMeta.d.ts +33 -0
- package/v1/types/michelson/MichelsonTypeMeta.js +136 -0
- package/v1/types/michelson/MichelsonTypeMeta.js.map +1 -0
- package/v1/types/michelson/MichelsonTypeUtils.d.ts +19 -0
- package/v1/types/michelson/MichelsonTypeUtils.js +251 -0
- package/v1/types/michelson/MichelsonTypeUtils.js.map +1 -0
- package/v1/types/michelson/generics/MichelsonList.d.ts +11 -0
- package/v1/types/michelson/generics/MichelsonList.js +70 -0
- package/v1/types/michelson/generics/MichelsonList.js.map +1 -0
- package/v1/types/michelson/generics/MichelsonMap.d.ts +14 -0
- package/v1/types/michelson/generics/MichelsonMap.js +120 -0
- package/v1/types/michelson/generics/MichelsonMap.js.map +1 -0
- package/v1/types/michelson/generics/MichelsonOption.d.ts +25 -0
- package/v1/types/michelson/generics/MichelsonOption.js +121 -0
- package/v1/types/michelson/generics/MichelsonOption.js.map +1 -0
- package/v1/types/michelson/generics/MichelsonOr.d.ts +25 -0
- package/v1/types/michelson/generics/MichelsonOr.js +134 -0
- package/v1/types/michelson/generics/MichelsonOr.js.map +1 -0
- package/v1/types/michelson/generics/MichelsonPair.d.ts +17 -0
- package/v1/types/michelson/generics/MichelsonPair.js +139 -0
- package/v1/types/michelson/generics/MichelsonPair.js.map +1 -0
- package/v1/types/michelson/grammar/MichelsonGrammarData.d.ts +2 -0
- package/v1/types/michelson/grammar/MichelsonGrammarData.js +4 -0
- package/v1/types/michelson/grammar/MichelsonGrammarData.js.map +1 -0
- package/v1/types/michelson/grammar/MichelsonGrammarInstruction.d.ts +1 -0
- package/v1/types/michelson/grammar/MichelsonGrammarInstruction.js +4 -0
- package/v1/types/michelson/grammar/MichelsonGrammarInstruction.js.map +1 -0
- package/v1/types/michelson/grammar/MichelsonGrammarType.d.ts +1 -0
- package/v1/types/michelson/grammar/MichelsonGrammarType.js +4 -0
- package/v1/types/michelson/grammar/MichelsonGrammarType.js.map +1 -0
- package/v1/types/michelson/primitives/MichelsonAddress.d.ts +15 -0
- package/v1/types/michelson/primitives/MichelsonAddress.js +74 -0
- package/v1/types/michelson/primitives/MichelsonAddress.js.map +1 -0
- package/v1/types/michelson/primitives/MichelsonBool.d.ts +12 -0
- package/v1/types/michelson/primitives/MichelsonBool.js +59 -0
- package/v1/types/michelson/primitives/MichelsonBool.js.map +1 -0
- package/v1/types/michelson/primitives/MichelsonBytes.d.ts +14 -0
- package/v1/types/michelson/primitives/MichelsonBytes.js +77 -0
- package/v1/types/michelson/primitives/MichelsonBytes.js.map +1 -0
- package/v1/types/michelson/primitives/MichelsonInt.d.ts +14 -0
- package/v1/types/michelson/primitives/MichelsonInt.js +74 -0
- package/v1/types/michelson/primitives/MichelsonInt.js.map +1 -0
- package/v1/types/michelson/primitives/MichelsonString.d.ts +14 -0
- package/v1/types/michelson/primitives/MichelsonString.js +76 -0
- package/v1/types/michelson/primitives/MichelsonString.js.map +1 -0
- package/v1/types/michelson/primitives/MichelsonUnit.d.ts +9 -0
- package/v1/types/michelson/primitives/MichelsonUnit.js +55 -0
- package/v1/types/michelson/primitives/MichelsonUnit.js.map +1 -0
- package/v1/types/network.d.ts +4 -0
- package/v1/types/network.js +9 -0
- package/v1/types/network.js.map +1 -0
- package/v1/types/node.d.ts +78 -0
- package/v1/types/node.js +3 -0
- package/v1/types/node.js.map +1 -0
- package/v1/types/operations/TezosOperationType.d.ts +13 -0
- package/v1/types/operations/TezosOperationType.js +18 -0
- package/v1/types/operations/TezosOperationType.js.map +1 -0
- package/v1/types/operations/TezosWrappedOperation.d.ts +5 -0
- package/v1/types/operations/TezosWrappedOperation.js +3 -0
- package/v1/types/operations/TezosWrappedOperation.js.map +1 -0
- package/v1/types/operations/kinds/ActivateAccount.d.ts +7 -0
- package/v1/types/operations/kinds/ActivateAccount.js +3 -0
- package/v1/types/operations/kinds/ActivateAccount.js.map +1 -0
- package/v1/types/operations/kinds/Ballot.d.ts +9 -0
- package/v1/types/operations/kinds/Ballot.js +3 -0
- package/v1/types/operations/kinds/Ballot.js.map +1 -0
- package/v1/types/operations/kinds/Delegation.d.ts +11 -0
- package/v1/types/operations/kinds/Delegation.js +3 -0
- package/v1/types/operations/kinds/Delegation.js.map +1 -0
- package/v1/types/operations/kinds/DoubleBakingEvidence.d.ts +8 -0
- package/v1/types/operations/kinds/DoubleBakingEvidence.js +3 -0
- package/v1/types/operations/kinds/DoubleBakingEvidence.js.map +1 -0
- package/v1/types/operations/kinds/DoubleEndorsementEvidence.d.ts +16 -0
- package/v1/types/operations/kinds/DoubleEndorsementEvidence.js +3 -0
- package/v1/types/operations/kinds/DoubleEndorsementEvidence.js.map +1 -0
- package/v1/types/operations/kinds/Endorsement.d.ts +6 -0
- package/v1/types/operations/kinds/Endorsement.js +3 -0
- package/v1/types/operations/kinds/Endorsement.js.map +1 -0
- package/v1/types/operations/kinds/Origination.d.ts +13 -0
- package/v1/types/operations/kinds/Origination.js +3 -0
- package/v1/types/operations/kinds/Origination.js.map +1 -0
- package/v1/types/operations/kinds/Proposal.d.ts +7 -0
- package/v1/types/operations/kinds/Proposal.js +3 -0
- package/v1/types/operations/kinds/Proposal.js.map +1 -0
- package/v1/types/operations/kinds/Reveal.d.ts +11 -0
- package/v1/types/operations/kinds/Reveal.js +3 -0
- package/v1/types/operations/kinds/Reveal.js.map +1 -0
- package/v1/types/operations/kinds/SeedNonceRevelation.d.ts +7 -0
- package/v1/types/operations/kinds/SeedNonceRevelation.js +3 -0
- package/v1/types/operations/kinds/SeedNonceRevelation.js.map +1 -0
- package/v1/types/operations/kinds/TezosOperation.d.ts +4 -0
- package/v1/types/operations/kinds/TezosOperation.js +3 -0
- package/v1/types/operations/kinds/TezosOperation.js.map +1 -0
- package/v1/types/operations/kinds/Transaction.d.ts +24 -0
- package/v1/types/operations/kinds/Transaction.js +3 -0
- package/v1/types/operations/kinds/Transaction.js.map +1 -0
- package/v1/types/protocol.d.ts +61 -0
- package/v1/types/protocol.js +3 -0
- package/v1/types/protocol.js.map +1 -0
- package/v1/types/sapling/TezosSaplingCiphertext.d.ts +8 -0
- package/v1/types/sapling/TezosSaplingCiphertext.js +3 -0
- package/v1/types/sapling/TezosSaplingCiphertext.js.map +1 -0
- package/v1/types/sapling/TezosSaplingExternalMethodProvider.d.ts +10 -0
- package/v1/types/sapling/TezosSaplingExternalMethodProvider.js +3 -0
- package/v1/types/sapling/TezosSaplingExternalMethodProvider.js.map +1 -0
- package/v1/types/sapling/TezosSaplingInput.d.ts +6 -0
- package/v1/types/sapling/TezosSaplingInput.js +3 -0
- package/v1/types/sapling/TezosSaplingInput.js.map +1 -0
- package/v1/types/sapling/TezosSaplingOutput.d.ts +6 -0
- package/v1/types/sapling/TezosSaplingOutput.js +3 -0
- package/v1/types/sapling/TezosSaplingOutput.js.map +1 -0
- package/v1/types/sapling/TezosSaplingStateDiff.d.ts +6 -0
- package/v1/types/sapling/TezosSaplingStateDiff.js +3 -0
- package/v1/types/sapling/TezosSaplingStateDiff.js.map +1 -0
- package/v1/types/sapling/TezosSaplingStateTree.d.ts +7 -0
- package/v1/types/sapling/TezosSaplingStateTree.js +3 -0
- package/v1/types/sapling/TezosSaplingStateTree.js.map +1 -0
- package/v1/types/sapling/TezosSaplingTransaction.d.ts +23 -0
- package/v1/types/sapling/TezosSaplingTransaction.js +3 -0
- package/v1/types/sapling/TezosSaplingTransaction.js.map +1 -0
- package/v1/types/sapling/TezosSaplingTransactionCursor.d.ts +3 -0
- package/v1/types/sapling/TezosSaplingTransactionCursor.js +3 -0
- package/v1/types/sapling/TezosSaplingTransactionCursor.js.map +1 -0
- package/v1/types/sapling/TezosSaplingTransactionResult.d.ts +6 -0
- package/v1/types/sapling/TezosSaplingTransactionResult.js +3 -0
- package/v1/types/sapling/TezosSaplingTransactionResult.js.map +1 -0
- package/v1/types/transaction.d.ts +30 -0
- package/v1/types/transaction.js +3 -0
- package/v1/types/transaction.js.map +1 -0
- package/v1/utils/address.d.ts +2 -0
- package/v1/utils/address.js +13 -0
- package/v1/utils/address.js.map +1 -0
- package/v1/utils/bip.d.ts +2 -0
- package/v1/utils/bip.js +13 -0
- package/v1/utils/bip.js.map +1 -0
- package/v1/utils/convert.d.ts +4 -0
- package/v1/utils/convert.js +33 -0
- package/v1/utils/convert.js.map +1 -0
- package/v1/utils/encoding.d.ts +52 -0
- package/v1/utils/encoding.js +103 -0
- package/v1/utils/encoding.js.map +1 -0
- package/v1/utils/fa.d.ts +2 -0
- package/v1/utils/fa.js +13 -0
- package/v1/utils/fa.js.map +1 -0
- package/v1/utils/key.d.ts +4 -0
- package/v1/utils/key.js +43 -0
- package/v1/utils/key.js.map +1 -0
- package/v1/utils/micheline.d.ts +8 -0
- package/v1/utils/micheline.js +41 -0
- package/v1/utils/micheline.js.map +1 -0
- package/v1/utils/operations.d.ts +12 -0
- package/v1/utils/operations.js +72 -0
- package/v1/utils/operations.js.map +1 -0
- package/v1/utils/pack.d.ts +10 -0
- package/v1/utils/pack.js +252 -0
- package/v1/utils/pack.js.map +1 -0
- package/v1/utils/protocol/fa/TezosFA1Accountant.d.ts +9 -0
- package/v1/utils/protocol/fa/TezosFA1Accountant.js +76 -0
- package/v1/utils/protocol/fa/TezosFA1Accountant.js.map +1 -0
- package/v1/utils/protocol/fa/TezosFA2Accountant.d.ts +12 -0
- package/v1/utils/protocol/fa/TezosFA2Accountant.js +113 -0
- package/v1/utils/protocol/fa/TezosFA2Accountant.js.map +1 -0
- package/v1/utils/protocol/fa/TezosFAAccountant.d.ts +8 -0
- package/v1/utils/protocol/fa/TezosFAAccountant.js +95 -0
- package/v1/utils/protocol/fa/TezosFAAccountant.js.map +1 -0
- package/v1/utils/protocol/sapling/TezosSaplingAccountant.d.ts +32 -0
- package/v1/utils/protocol/sapling/TezosSaplingAccountant.js +589 -0
- package/v1/utils/protocol/sapling/TezosSaplingAccountant.js.map +1 -0
- package/v1/utils/protocol/sapling/TezosSaplingEncoder.d.ts +22 -0
- package/v1/utils/protocol/sapling/TezosSaplingEncoder.js +158 -0
- package/v1/utils/protocol/sapling/TezosSaplingEncoder.js.map +1 -0
- package/v1/utils/protocol/sapling/TezosSaplingForger.d.ts +26 -0
- package/v1/utils/protocol/sapling/TezosSaplingForger.js +284 -0
- package/v1/utils/protocol/sapling/TezosSaplingForger.js.map +1 -0
- package/v1/utils/protocol/sapling/TezosSaplingState.d.ts +17 -0
- package/v1/utils/protocol/sapling/TezosSaplingState.js +266 -0
- package/v1/utils/protocol/sapling/TezosSaplingState.js.map +1 -0
- package/v1/utils/protocol/tezos/TezosAccountant.d.ts +13 -0
- package/v1/utils/protocol/tezos/TezosAccountant.js +173 -0
- package/v1/utils/protocol/tezos/TezosAccountant.js.map +1 -0
- package/v1/utils/protocol/tezos/TezosForger.d.ts +6 -0
- package/v1/utils/protocol/tezos/TezosForger.js +82 -0
- package/v1/utils/protocol/tezos/TezosForger.js.map +1 -0
- package/v1/utils/signature.d.ts +2 -0
- package/v1/utils/signature.js +23 -0
- package/v1/utils/signature.js.map +1 -0
- package/v1/utils/transaction.d.ts +9 -0
- package/v1/utils/transaction.js +26 -0
- package/v1/utils/transaction.js.map +1 -0
- package/actions/GetKtAccountsAction.js +0 -85
- package/actions/GetKtAccountsAction.js.map +0 -1
- package/constants.js.map +0 -1
- package/protocol/TezosAddress.js +0 -102
- package/protocol/TezosAddress.js.map +0 -1
- package/protocol/TezosCryptoClient.js +0 -152
- package/protocol/TezosCryptoClient.js.map +0 -1
- package/protocol/TezosProtocol.js +0 -1853
- package/protocol/TezosProtocol.js.map +0 -1
- package/protocol/TezosProtocolOptions.js +0 -114
- package/protocol/TezosProtocolOptions.js.map +0 -1
- package/protocol/TezosUtils.js +0 -296
- package/protocol/TezosUtils.js.map +0 -1
- package/protocol/contract/TezosContract.js +0 -509
- package/protocol/contract/TezosContract.js.map +0 -1
- package/protocol/contract/TezosContractCall.d.ts +0 -10
- package/protocol/contract/TezosContractCall.js.map +0 -1
- package/protocol/contract/TezosContractEntrypoint.js +0 -27
- package/protocol/contract/TezosContractEntrypoint.js.map +0 -1
- package/protocol/contract/TezosContractStorage.js.map +0 -1
- package/protocol/contract/remote-data/TezosContractRemoteDataFactory.js +0 -34
- package/protocol/contract/remote-data/TezosContractRemoteDataFactory.js.map +0 -1
- package/protocol/contract/remote-data/TezosStorageRemoteData.js +0 -151
- package/protocol/contract/remote-data/TezosStorageRemoteData.js.map +0 -1
- package/protocol/domains/TezosDomains.js +0 -306
- package/protocol/domains/TezosDomains.js.map +0 -1
- package/protocol/fa/TezosBTC.js +0 -107
- package/protocol/fa/TezosBTC.js.map +0 -1
- package/protocol/fa/TezosBTCtez.js +0 -54
- package/protocol/fa/TezosBTCtez.js.map +0 -1
- package/protocol/fa/TezosCTez.js +0 -51
- package/protocol/fa/TezosCTez.js.map +0 -1
- package/protocol/fa/TezosDOGA.js +0 -51
- package/protocol/fa/TezosDOGA.js.map +0 -1
- package/protocol/fa/TezosETHtz.js +0 -72
- package/protocol/fa/TezosETHtz.js.map +0 -1
- package/protocol/fa/TezosFA1Protocol.js +0 -310
- package/protocol/fa/TezosFA1Protocol.js.map +0 -1
- package/protocol/fa/TezosFA1p2Protocol.js +0 -117
- package/protocol/fa/TezosFA1p2Protocol.js.map +0 -1
- package/protocol/fa/TezosFA2Protocol.js +0 -449
- package/protocol/fa/TezosFA2Protocol.js.map +0 -1
- package/protocol/fa/TezosFAProtocol.js +0 -510
- package/protocol/fa/TezosFAProtocol.js.map +0 -1
- package/protocol/fa/TezosFAProtocolOptions.js +0 -228
- package/protocol/fa/TezosFAProtocolOptions.js.map +0 -1
- package/protocol/fa/TezosKolibriUSD.js +0 -74
- package/protocol/fa/TezosKolibriUSD.js.map +0 -1
- package/protocol/fa/TezosPlanty.js +0 -51
- package/protocol/fa/TezosPlanty.js.map +0 -1
- package/protocol/fa/TezosQUIPU.js +0 -54
- package/protocol/fa/TezosQUIPU.js.map +0 -1
- package/protocol/fa/TezosSIRS.js +0 -51
- package/protocol/fa/TezosSIRS.js.map +0 -1
- package/protocol/fa/TezosStaker.js +0 -74
- package/protocol/fa/TezosStaker.js.map +0 -1
- package/protocol/fa/TezosUBTC.js +0 -54
- package/protocol/fa/TezosUBTC.js.map +0 -1
- package/protocol/fa/TezosUDEFI.js +0 -54
- package/protocol/fa/TezosUDEFI.js.map +0 -1
- package/protocol/fa/TezosUSD.js +0 -74
- package/protocol/fa/TezosUSD.js.map +0 -1
- package/protocol/fa/TezosUSDT.js +0 -54
- package/protocol/fa/TezosUSDT.js.map +0 -1
- package/protocol/fa/TezosUUSD.js +0 -31
- package/protocol/fa/TezosUUSD.js.map +0 -1
- package/protocol/fa/TezosWRAP.js +0 -54
- package/protocol/fa/TezosWRAP.js.map +0 -1
- package/protocol/fa/TezosWrapped.js +0 -74
- package/protocol/fa/TezosWrapped.js.map +0 -1
- package/protocol/fa/TezosYOU.js +0 -31
- package/protocol/fa/TezosYOU.js.map +0 -1
- package/protocol/indexerClient/TezosIndexerClient.js +0 -269
- package/protocol/indexerClient/TezosIndexerClient.js.map +0 -1
- package/protocol/indexerClient/TezosProtocolIndexerClient.js.map +0 -1
- package/protocol/kt/TezosKtAddress.js +0 -72
- package/protocol/kt/TezosKtAddress.js.map +0 -1
- package/protocol/kt/TezosKtProtocol.js +0 -317
- package/protocol/kt/TezosKtProtocol.js.map +0 -1
- package/protocol/sapling/TezosSaplingAddress.js +0 -134
- package/protocol/sapling/TezosSaplingAddress.js.map +0 -1
- package/protocol/sapling/TezosSaplingCryptoClient.js +0 -242
- package/protocol/sapling/TezosSaplingCryptoClient.js.map +0 -1
- package/protocol/sapling/TezosSaplingProtocol.js +0 -1175
- package/protocol/sapling/TezosSaplingProtocol.js.map +0 -1
- package/protocol/sapling/TezosSaplingProtocolOptions.js +0 -79
- package/protocol/sapling/TezosSaplingProtocolOptions.js.map +0 -1
- package/protocol/sapling/TezosShieldedTezProtocol.js +0 -133
- package/protocol/sapling/TezosShieldedTezProtocol.js.map +0 -1
- package/protocol/sapling/injector/TezosSaplingInjectorClient.js +0 -68
- package/protocol/sapling/injector/TezosSaplingInjectorClient.js.map +0 -1
- package/protocol/sapling/node/TezosSaplingNodeClient.js +0 -78
- package/protocol/sapling/node/TezosSaplingNodeClient.js.map +0 -1
- package/protocol/sapling/utils/TezosSaplingBookkeeper.js +0 -586
- package/protocol/sapling/utils/TezosSaplingBookkeeper.js.map +0 -1
- package/protocol/sapling/utils/TezosSaplingEncoder.js +0 -158
- package/protocol/sapling/utils/TezosSaplingEncoder.js.map +0 -1
- package/protocol/sapling/utils/TezosSaplingForger.js +0 -278
- package/protocol/sapling/utils/TezosSaplingForger.js.map +0 -1
- package/protocol/sapling/utils/TezosSaplingState.js +0 -260
- package/protocol/sapling/utils/TezosSaplingState.js.map +0 -1
- package/protocol/types/TezosAddressCursor.js.map +0 -1
- package/protocol/types/TezosAddressResult.js.map +0 -1
- package/protocol/types/TezosBlockHeader.js.map +0 -1
- package/protocol/types/TezosBlockMetadata.js.map +0 -1
- package/protocol/types/TezosContractCode.js.map +0 -1
- package/protocol/types/TezosOperationType.js.map +0 -1
- package/protocol/types/TezosTransactionCursor.js.map +0 -1
- package/protocol/types/TezosTransactionResult.js.map +0 -1
- package/protocol/types/TezosWrappedOperation.js.map +0 -1
- package/protocol/types/contract/BigMap.js.map +0 -1
- package/protocol/types/contract/BigMapEnrtyFilter.js.map +0 -1
- package/protocol/types/contract/BigMapEntry.js.map +0 -1
- package/protocol/types/contract/BigMapRequest.js.map +0 -1
- package/protocol/types/contract/TezosContractMetadata.js.map +0 -1
- package/protocol/types/domains/TezosDomainsRecord.js.map +0 -1
- package/protocol/types/domains/TezosDomainsReverseRecord.js.map +0 -1
- package/protocol/types/fa/TezosFA2BalanceOfRequest.js.map +0 -1
- package/protocol/types/fa/TezosFA2BalanceOfResponse.js.map +0 -1
- package/protocol/types/fa/TezosFA2TransferRequest.js.map +0 -1
- package/protocol/types/fa/TezosFA2UpdateOperatorRequest.js.map +0 -1
- package/protocol/types/fa/TezosFATokenMetadata.js.map +0 -1
- package/protocol/types/kt/TezosKtAddressCursor.js.map +0 -1
- package/protocol/types/kt/TezosKtAddressResult.js.map +0 -1
- package/protocol/types/micheline/MichelineNode.js.map +0 -1
- package/protocol/types/micheline/MichelineNodeUtils.js +0 -40
- package/protocol/types/micheline/MichelineNodeUtils.js.map +0 -1
- package/protocol/types/michelson/MichelsonType.js.map +0 -1
- package/protocol/types/michelson/MichelsonTypeMeta.js +0 -132
- package/protocol/types/michelson/MichelsonTypeMeta.js.map +0 -1
- package/protocol/types/michelson/MichelsonTypeUtils.js +0 -249
- package/protocol/types/michelson/MichelsonTypeUtils.js.map +0 -1
- package/protocol/types/michelson/generics/MichelsonList.js +0 -68
- package/protocol/types/michelson/generics/MichelsonList.js.map +0 -1
- package/protocol/types/michelson/generics/MichelsonMap.js +0 -118
- package/protocol/types/michelson/generics/MichelsonMap.js.map +0 -1
- package/protocol/types/michelson/generics/MichelsonOption.js +0 -119
- package/protocol/types/michelson/generics/MichelsonOption.js.map +0 -1
- package/protocol/types/michelson/generics/MichelsonOr.js +0 -132
- package/protocol/types/michelson/generics/MichelsonOr.js.map +0 -1
- package/protocol/types/michelson/generics/MichelsonPair.js +0 -135
- package/protocol/types/michelson/generics/MichelsonPair.js.map +0 -1
- package/protocol/types/michelson/grammar/MichelsonGrammarData.js.map +0 -1
- package/protocol/types/michelson/grammar/MichelsonGrammarInstruction.js.map +0 -1
- package/protocol/types/michelson/grammar/MichelsonGrammarType.js.map +0 -1
- package/protocol/types/michelson/primitives/MichelsonAddress.js +0 -72
- package/protocol/types/michelson/primitives/MichelsonAddress.js.map +0 -1
- package/protocol/types/michelson/primitives/MichelsonBool.js +0 -57
- package/protocol/types/michelson/primitives/MichelsonBool.js.map +0 -1
- package/protocol/types/michelson/primitives/MichelsonBytes.js +0 -75
- package/protocol/types/michelson/primitives/MichelsonBytes.js.map +0 -1
- package/protocol/types/michelson/primitives/MichelsonInt.js +0 -72
- package/protocol/types/michelson/primitives/MichelsonInt.js.map +0 -1
- package/protocol/types/michelson/primitives/MichelsonString.js +0 -74
- package/protocol/types/michelson/primitives/MichelsonString.js.map +0 -1
- package/protocol/types/michelson/primitives/MichelsonUnit.js +0 -53
- package/protocol/types/michelson/primitives/MichelsonUnit.js.map +0 -1
- package/protocol/types/operations/ActivateAccount.js.map +0 -1
- package/protocol/types/operations/Ballot.js.map +0 -1
- package/protocol/types/operations/Delegation.js.map +0 -1
- package/protocol/types/operations/DoubleBakingEvidence.js.map +0 -1
- package/protocol/types/operations/DoubleEndorsementEvidence.js.map +0 -1
- package/protocol/types/operations/Endorsement.js.map +0 -1
- package/protocol/types/operations/Origination.js.map +0 -1
- package/protocol/types/operations/Proposal.js.map +0 -1
- package/protocol/types/operations/Reveal.js.map +0 -1
- package/protocol/types/operations/SeedNonceRevelation.js.map +0 -1
- package/protocol/types/operations/TezosOperation.js.map +0 -1
- package/protocol/types/operations/Transaction.js.map +0 -1
- package/protocol/types/sapling/TezosSaplingAddressCursor.js.map +0 -1
- package/protocol/types/sapling/TezosSaplingAddressResult.js.map +0 -1
- package/protocol/types/sapling/TezosSaplingCiphertext.js.map +0 -1
- package/protocol/types/sapling/TezosSaplingInput.js.map +0 -1
- package/protocol/types/sapling/TezosSaplingOutput.js.map +0 -1
- package/protocol/types/sapling/TezosSaplingStateDiff.js.map +0 -1
- package/protocol/types/sapling/TezosSaplingStateTree.js.map +0 -1
- package/protocol/types/sapling/TezosSaplingTransaction.js.map +0 -1
- package/protocol/types/sapling/TezosSaplingTransactionCursor.js.map +0 -1
- package/protocol/types/sapling/TezosSaplingTransactionResult.js.map +0 -1
- package/protocol/types/utils.js.map +0 -1
- package/types/signed-transaction-tezos-sapling.d.ts +0 -3
- package/types/signed-transaction-tezos-sapling.js.map +0 -1
- package/types/signed-transaction-tezos.d.ts +0 -5
- package/types/signed-transaction-tezos.js.map +0 -1
- package/types/transaction-tezos.js.map +0 -1
- package/types/unsigned-transaction-tezos-sapling.d.ts +0 -38
- package/types/unsigned-transaction-tezos-sapling.js.map +0 -1
- package/types/unsigned-transaction-tezos.d.ts +0 -8
- package/types/unsigned-transaction-tezos.js.map +0 -1
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
extendStatics(d, b);
|
|
11
|
-
function __() { this.constructor = d; }
|
|
12
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
13
|
-
};
|
|
14
|
-
})();
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.MichelsonString = void 0;
|
|
17
|
-
var errors_1 = require("@airgap/coinlib-core/errors");
|
|
18
|
-
var coinlib_error_1 = require("@airgap/coinlib-core/errors/coinlib-error");
|
|
19
|
-
var error_1 = require("@airgap/coinlib-core/utils/error");
|
|
20
|
-
var utils_1 = require("../../utils");
|
|
21
|
-
var MichelsonType_1 = require("../MichelsonType");
|
|
22
|
-
var MichelsonTypeUtils_1 = require("../MichelsonTypeUtils");
|
|
23
|
-
var MichelsonString = /** @class */ (function (_super) {
|
|
24
|
-
__extends(MichelsonString, _super);
|
|
25
|
-
function MichelsonString(value, name) {
|
|
26
|
-
var _this = _super.call(this, name) || this;
|
|
27
|
-
_this.value = value;
|
|
28
|
-
return _this;
|
|
29
|
-
}
|
|
30
|
-
MichelsonString.from = function (value, name) {
|
|
31
|
-
return utils_1.isMichelinePrimitive('string', value) ? MichelsonString.fromMicheline(value, name) : MichelsonString.fromUnknown(value, name);
|
|
32
|
-
};
|
|
33
|
-
MichelsonString.fromMicheline = function (micheline, name) {
|
|
34
|
-
return MichelsonString.fromUnknown(micheline.string, name);
|
|
35
|
-
};
|
|
36
|
-
MichelsonString.fromUnknown = function (unknownValue, name) {
|
|
37
|
-
if (unknownValue instanceof MichelsonString) {
|
|
38
|
-
return unknownValue;
|
|
39
|
-
}
|
|
40
|
-
if (typeof unknownValue !== 'string') {
|
|
41
|
-
throw error_1.invalidArgumentTypeError('MichelsonString', 'string', typeof unknownValue);
|
|
42
|
-
}
|
|
43
|
-
return new MichelsonString(unknownValue, name);
|
|
44
|
-
};
|
|
45
|
-
MichelsonString.decode = function (bytes) {
|
|
46
|
-
var prefix = bytes.slice(0, MichelsonTypeUtils_1.MichelsonTypeUtils.literalPrefixes.string.length);
|
|
47
|
-
if (!prefix.equals(MichelsonTypeUtils_1.MichelsonTypeUtils.literalPrefixes.string)) {
|
|
48
|
-
throw new errors_1.ConditionViolationError(coinlib_error_1.Domain.TEZOS, 'Invalid encoded MichelsonString.');
|
|
49
|
-
}
|
|
50
|
-
var length = bytes.readInt32BE(prefix.length);
|
|
51
|
-
var valueStart = prefix.length + 4;
|
|
52
|
-
var valueEnd = valueStart + length;
|
|
53
|
-
var value = bytes.slice(valueStart, valueEnd).toString();
|
|
54
|
-
return new MichelsonString(value);
|
|
55
|
-
};
|
|
56
|
-
MichelsonString.prototype.encode = function () {
|
|
57
|
-
var bytes = Buffer.from(this.value);
|
|
58
|
-
var length = Buffer.alloc(4);
|
|
59
|
-
length.writeInt32BE(bytes.length);
|
|
60
|
-
return Buffer.concat([MichelsonTypeUtils_1.MichelsonTypeUtils.literalPrefixes.string, length, bytes]);
|
|
61
|
-
};
|
|
62
|
-
MichelsonString.prototype.asRawValue = function () {
|
|
63
|
-
var _a;
|
|
64
|
-
return this.name ? (_a = {}, _a[this.name] = this.value, _a) : this.value;
|
|
65
|
-
};
|
|
66
|
-
MichelsonString.prototype.toMichelineJSON = function () {
|
|
67
|
-
return {
|
|
68
|
-
string: this.value
|
|
69
|
-
};
|
|
70
|
-
};
|
|
71
|
-
return MichelsonString;
|
|
72
|
-
}(MichelsonType_1.MichelsonType));
|
|
73
|
-
exports.MichelsonString = MichelsonString;
|
|
74
|
-
//# sourceMappingURL=MichelsonString.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MichelsonString.js","sourceRoot":"","sources":["../../../../../src/protocol/types/michelson/primitives/MichelsonString.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAqE;AACrE,2EAAkE;AAClE,0DAA2E;AAG3E,qCAAkD;AAClD,kDAAgD;AAChD,4DAA0D;AAE1D;IAAqC,mCAAa;IAChD,yBAA4B,KAAa,EAAE,IAAa;QAAxD,YACE,kBAAM,IAAI,CAAC,SACZ;QAF2B,WAAK,GAAL,KAAK,CAAQ;;IAEzC,CAAC;IAEa,oBAAI,GAAlB,UAAmB,KAAc,EAAE,IAAa;QAC9C,OAAO,4BAAoB,CAAC,QAAQ,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,eAAe,CAAC,aAAa,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,eAAe,CAAC,WAAW,CAAC,KAAK,EAAE,IAAI,CAAC,CAAA;IACtI,CAAC;IAEa,6BAAa,GAA3B,UAA4B,SAAuC,EAAE,IAAa;QAChF,OAAO,eAAe,CAAC,WAAW,CAAC,SAAS,CAAC,MAAM,EAAE,IAAI,CAAC,CAAA;IAC5D,CAAC;IAEa,2BAAW,GAAzB,UAA0B,YAAqB,EAAE,IAAa;QAC5D,IAAI,YAAY,YAAY,eAAe,EAAE;YAC3C,OAAO,YAAY,CAAA;SACpB;QAED,IAAI,OAAO,YAAY,KAAK,QAAQ,EAAE;YACpC,MAAM,gCAAwB,CAAC,iBAAiB,EAAE,QAAQ,EAAE,OAAO,YAAY,CAAC,CAAA;SACjF;QAED,OAAO,IAAI,eAAe,CAAC,YAAY,EAAE,IAAI,CAAC,CAAA;IAChD,CAAC;IAEa,sBAAM,GAApB,UAAqB,KAAa;QAChC,IAAM,MAAM,GAAW,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE,uCAAkB,CAAC,eAAe,CAAC,MAAM,CAAC,MAAM,CAAC,CAAA;QACvF,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,uCAAkB,CAAC,eAAe,CAAC,MAAM,CAAC,EAAE;YAC7D,MAAM,IAAI,gCAAuB,CAAC,sBAAM,CAAC,KAAK,EAAE,kCAAkC,CAAC,CAAA;SACpF;QAED,IAAM,MAAM,GAAW,KAAK,CAAC,WAAW,CAAC,MAAM,CAAC,MAAM,CAAC,CAAA;QACvD,IAAM,UAAU,GAAW,MAAM,CAAC,MAAM,GAAG,CAAC,CAAA;QAC5C,IAAM,QAAQ,GAAW,UAAU,GAAG,MAAM,CAAA;QAC5C,IAAM,KAAK,GAAW,KAAK,CAAC,KAAK,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC,QAAQ,EAAE,CAAA;QAElE,OAAO,IAAI,eAAe,CAAC,KAAK,CAAC,CAAA;IACnC,CAAC;IAEM,gCAAM,GAAb;QACE,IAAM,KAAK,GAAW,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAA;QAC7C,IAAM,MAAM,GAAW,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,CAAA;QACtC,MAAM,CAAC,YAAY,CAAC,KAAK,CAAC,MAAM,CAAC,CAAA;QAEjC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC,uCAAkB,CAAC,eAAe,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,CAAC,CAAC,CAAA;IAClF,CAAC;IAEM,oCAAU,GAAjB;;QACE,OAAO,IAAI,CAAC,IAAI,CAAC,CAAC,WAAG,GAAC,IAAI,CAAC,IAAI,IAAG,IAAI,CAAC,KAAK,MAAG,CAAC,CAAC,IAAI,CAAC,KAAK,CAAA;IAC7D,CAAC;IAEM,yCAAe,GAAtB;QACE,OAAO;YACL,MAAM,EAAE,IAAI,CAAC,KAAK;SACnB,CAAA;IACH,CAAC;IACH,sBAAC;AAAD,CAAC,AAxDD,CAAqC,6BAAa,GAwDjD;AAxDY,0CAAe"}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
extendStatics(d, b);
|
|
11
|
-
function __() { this.constructor = d; }
|
|
12
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
13
|
-
};
|
|
14
|
-
})();
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.MichelsonUnit = void 0;
|
|
17
|
-
var error_1 = require("@airgap/coinlib-core/utils/error");
|
|
18
|
-
var utils_1 = require("../../utils");
|
|
19
|
-
var MichelsonType_1 = require("../MichelsonType");
|
|
20
|
-
var MichelsonUnit = /** @class */ (function (_super) {
|
|
21
|
-
__extends(MichelsonUnit, _super);
|
|
22
|
-
function MichelsonUnit() {
|
|
23
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
24
|
-
}
|
|
25
|
-
MichelsonUnit.from = function (value, name) {
|
|
26
|
-
if (value instanceof MichelsonUnit) {
|
|
27
|
-
return value;
|
|
28
|
-
}
|
|
29
|
-
else if (utils_1.isAnyMichelinePrimitiveApplication(value)) {
|
|
30
|
-
return MichelsonUnit.fromMicheline(value, name);
|
|
31
|
-
}
|
|
32
|
-
else {
|
|
33
|
-
return new MichelsonUnit();
|
|
34
|
-
}
|
|
35
|
-
};
|
|
36
|
-
MichelsonUnit.fromMicheline = function (micheline, name) {
|
|
37
|
-
if (micheline.prim !== 'Unit') {
|
|
38
|
-
throw error_1.invalidArgumentTypeError('MichelsonUnit', 'prim: Unit', "prim: " + micheline.prim);
|
|
39
|
-
}
|
|
40
|
-
return new MichelsonUnit(name);
|
|
41
|
-
};
|
|
42
|
-
MichelsonUnit.prototype.asRawValue = function () {
|
|
43
|
-
return undefined;
|
|
44
|
-
};
|
|
45
|
-
MichelsonUnit.prototype.toMichelineJSON = function () {
|
|
46
|
-
return {
|
|
47
|
-
prim: 'Unit'
|
|
48
|
-
};
|
|
49
|
-
};
|
|
50
|
-
return MichelsonUnit;
|
|
51
|
-
}(MichelsonType_1.MichelsonType));
|
|
52
|
-
exports.MichelsonUnit = MichelsonUnit;
|
|
53
|
-
//# sourceMappingURL=MichelsonUnit.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MichelsonUnit.js","sourceRoot":"","sources":["../../../../../src/protocol/types/michelson/primitives/MichelsonUnit.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAA2E;AAG3E,qCAAgE;AAEhE,kDAAgD;AAEhD;IAAmC,iCAAa;IAAhD;;IA4BA,CAAC;IA3Be,kBAAI,GAAlB,UAAmB,KAAc,EAAE,IAAa;QAC9C,IAAI,KAAK,YAAY,aAAa,EAAE;YAClC,OAAO,KAAK,CAAA;SACb;aAAM,IAAI,0CAAkC,CAAC,KAAK,CAAC,EAAE;YACpD,OAAO,aAAa,CAAC,aAAa,CAAC,KAAK,EAAE,IAAI,CAAC,CAAA;SAChD;aAAM;YACL,OAAO,IAAI,aAAa,EAAE,CAAA;SAC3B;IACH,CAAC;IAEa,2BAAa,GAA3B,UAA4B,SAA8D,EAAE,IAAa;QACvG,IAAI,SAAS,CAAC,IAAI,KAAK,MAAM,EAAE;YAC7B,MAAM,gCAAwB,CAAC,eAAe,EAAE,YAAY,EAAE,WAAS,SAAS,CAAC,IAAM,CAAC,CAAA;SACzF;QAED,OAAO,IAAI,aAAa,CAAC,IAAI,CAAC,CAAA;IAChC,CAAC;IAEM,kCAAU,GAAjB;QACE,OAAO,SAAS,CAAA;IAClB,CAAC;IAEM,uCAAe,GAAtB;QACE,OAAO;YACL,IAAI,EAAE,MAAM;SACb,CAAA;IACH,CAAC;IACH,oBAAC;AAAD,CAAC,AA5BD,CAAmC,6BAAa,GA4B/C;AA5BY,sCAAa"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ActivateAccount.js","sourceRoot":"","sources":["../../../../src/protocol/types/operations/ActivateAccount.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Ballot.js","sourceRoot":"","sources":["../../../../src/protocol/types/operations/Ballot.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Delegation.js","sourceRoot":"","sources":["../../../../src/protocol/types/operations/Delegation.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DoubleBakingEvidence.js","sourceRoot":"","sources":["../../../../src/protocol/types/operations/DoubleBakingEvidence.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DoubleEndorsementEvidence.js","sourceRoot":"","sources":["../../../../src/protocol/types/operations/DoubleEndorsementEvidence.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Endorsement.js","sourceRoot":"","sources":["../../../../src/protocol/types/operations/Endorsement.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Origination.js","sourceRoot":"","sources":["../../../../src/protocol/types/operations/Origination.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Proposal.js","sourceRoot":"","sources":["../../../../src/protocol/types/operations/Proposal.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Reveal.js","sourceRoot":"","sources":["../../../../src/protocol/types/operations/Reveal.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SeedNonceRevelation.js","sourceRoot":"","sources":["../../../../src/protocol/types/operations/SeedNonceRevelation.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TezosOperation.js","sourceRoot":"","sources":["../../../../src/protocol/types/operations/TezosOperation.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Transaction.js","sourceRoot":"","sources":["../../../../src/protocol/types/operations/Transaction.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TezosSaplingAddressCursor.js","sourceRoot":"","sources":["../../../../src/protocol/types/sapling/TezosSaplingAddressCursor.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TezosSaplingAddressResult.js","sourceRoot":"","sources":["../../../../src/protocol/types/sapling/TezosSaplingAddressResult.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TezosSaplingCiphertext.js","sourceRoot":"","sources":["../../../../src/protocol/types/sapling/TezosSaplingCiphertext.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TezosSaplingInput.js","sourceRoot":"","sources":["../../../../src/protocol/types/sapling/TezosSaplingInput.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TezosSaplingOutput.js","sourceRoot":"","sources":["../../../../src/protocol/types/sapling/TezosSaplingOutput.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TezosSaplingStateDiff.js","sourceRoot":"","sources":["../../../../src/protocol/types/sapling/TezosSaplingStateDiff.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TezosSaplingStateTree.js","sourceRoot":"","sources":["../../../../src/protocol/types/sapling/TezosSaplingStateTree.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TezosSaplingTransaction.js","sourceRoot":"","sources":["../../../../src/protocol/types/sapling/TezosSaplingTransaction.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TezosSaplingTransactionCursor.js","sourceRoot":"","sources":["../../../../src/protocol/types/sapling/TezosSaplingTransactionCursor.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TezosSaplingTransactionResult.js","sourceRoot":"","sources":["../../../../src/protocol/types/sapling/TezosSaplingTransactionResult.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/protocol/types/utils.ts"],"names":[],"mappings":";;;AAIA,SAAgB,eAAe,CAAC,IAAa;IAC3C,OAAO,wBAAwB,CAAC,IAAI,EAAE,CAAC,CAAC,CAAA;AAC1C,CAAC;AAFD,0CAEC;AAED,SAAS,wBAAwB,CAAC,IAAa,EAAE,cAAsB;IACrE,OAAO,CACL,oBAAoB,CAAC,KAAK,EAAE,IAAI,CAAC;QACjC,oBAAoB,CAAC,QAAQ,EAAE,IAAI,CAAC;QACpC,oBAAoB,CAAC,OAAO,EAAE,IAAI,CAAC;QACnC,kCAAkC,CAAC,IAAI,CAAC;QACxC,4BAA4B,CAAC,IAAI,EAAE,cAAc,CAAC,CACnD,CAAA;AACH,CAAC;AAED,SAAgB,oBAAoB,CAAuC,IAAO,EAAE,IAAa;IAC/F,OAAO,IAAI,YAAY,MAAM,IAAI,IAAI,IAAI,IAAI,CAAA;AAC/C,CAAC;AAFD,oDAEC;AAED,SAAgB,kCAAkC,CAAC,IAAa;IAC9D,OAAO,IAAI,YAAY,MAAM,IAAI,MAAM,IAAI,IAAI,CAAA;AACjD,CAAC;AAFD,gFAEC;AAED,SAAgB,+BAA+B,CAC7C,IAAO,EACP,IAAa;IAEb,OAAO,kCAAkC,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,IAAI,KAAK,IAAI,CAAA;AACvE,CAAC;AALD,0EAKC;AAED,IAAM,mCAAmC,GAAW,CAAC,CAAA;AACrD,SAAgB,mBAAmB,CAAC,IAAa,EAAE,SAAyB;IAAzB,0BAAA,EAAA,gBAAyB;IAC1E,OAAO,4BAA4B,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,mCAAmC,GAAG,CAAC,CAAC,CAAA;AACpG,CAAC;AAFD,kDAEC;AAED,SAAS,4BAA4B,CAAC,IAAa,EAAE,cAAsB;IACzE,OAAO,CACL,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC;QACnB,CAAC,IAAI,CAAC,MAAM,KAAK,CAAC;YAChB,8EAA8E;YAC9E,sHAAsH;YACtH,cAAc,GAAG,mCAAmC;YACpD,IAAI,CAAC,KAAK,CAAC,UAAC,OAAgB,IAAK,OAAA,wBAAwB,CAAC,OAAO,EAAE,cAAc,GAAG,CAAC,CAAC,EAArD,CAAqD,CAAC,CAAC,CAC3F,CAAA;AACH,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"signed-transaction-tezos-sapling.js","sourceRoot":"","sources":["../../src/types/signed-transaction-tezos-sapling.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"signed-transaction-tezos.js","sourceRoot":"","sources":["../../src/types/signed-transaction-tezos.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"transaction-tezos.js","sourceRoot":"","sources":["../../src/types/transaction-tezos.ts"],"names":[],"mappings":""}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { UnsignedTransaction } from '@airgap/coinlib-core/types/unsigned-transaction';
|
|
2
|
-
interface TezosSaplingInput {
|
|
3
|
-
rcm: string;
|
|
4
|
-
pos: string;
|
|
5
|
-
value: string;
|
|
6
|
-
address: string;
|
|
7
|
-
}
|
|
8
|
-
interface TezosSaplingOutput {
|
|
9
|
-
address: string;
|
|
10
|
-
value: string;
|
|
11
|
-
memo: string;
|
|
12
|
-
browsable: boolean;
|
|
13
|
-
}
|
|
14
|
-
interface TezosSaplingStateDiff {
|
|
15
|
-
root: string;
|
|
16
|
-
commitments_and_ciphertexts: [string, TezosSaplingCiphertext][];
|
|
17
|
-
nullifiers: string[];
|
|
18
|
-
}
|
|
19
|
-
interface TezosSaplingCiphertext {
|
|
20
|
-
cv: string;
|
|
21
|
-
epk: string;
|
|
22
|
-
payload_enc: string;
|
|
23
|
-
nonce_enc: string;
|
|
24
|
-
payload_out: string;
|
|
25
|
-
nonce_out: string;
|
|
26
|
-
}
|
|
27
|
-
interface RawTezosSaplingTransaction {
|
|
28
|
-
ins: TezosSaplingInput[];
|
|
29
|
-
outs: TezosSaplingOutput[];
|
|
30
|
-
contractAddress: string;
|
|
31
|
-
chainId: string;
|
|
32
|
-
stateDiff: TezosSaplingStateDiff;
|
|
33
|
-
unshieldTarget: string;
|
|
34
|
-
}
|
|
35
|
-
export interface UnsignedTezosSaplingTransaction extends UnsignedTransaction {
|
|
36
|
-
transaction: RawTezosSaplingTransaction;
|
|
37
|
-
}
|
|
38
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"unsigned-transaction-tezos-sapling.js","sourceRoot":"","sources":["../../src/types/unsigned-transaction-tezos-sapling.ts"],"names":[],"mappings":""}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { UnsignedTransaction } from '@airgap/coinlib-core/types/unsigned-transaction';
|
|
2
|
-
interface RawTezosTransaction {
|
|
3
|
-
binaryTransaction: string;
|
|
4
|
-
}
|
|
5
|
-
export interface UnsignedTezosTransaction extends UnsignedTransaction {
|
|
6
|
-
transaction: RawTezosTransaction;
|
|
7
|
-
}
|
|
8
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"unsigned-transaction-tezos.js","sourceRoot":"","sources":["../../src/types/unsigned-transaction-tezos.ts"],"names":[],"mappings":""}
|