@taquito/wallet-connect 24.3.0-beta.2 → 24.3.0-beta.3
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/dist/lib/{taquito-wallet-connect/src/taquito-wallet-connect.js → taquito-wallet-connect.js} +1 -4
- package/dist/lib/{taquito-http-utils/src/version.js → version.js} +2 -2
- package/package.json +5 -7
- package/dist/lib/taquito/src/batch/constants.js +0 -16
- package/dist/lib/taquito/src/batch/rpc-batch-provider.js +0 -327
- package/dist/lib/taquito/src/constants.js +0 -135
- package/dist/lib/taquito/src/context.js +0 -178
- package/dist/lib/taquito/src/contract/big-map.js +0 -57
- package/dist/lib/taquito/src/contract/compose.js +0 -6
- package/dist/lib/taquito/src/contract/constants.js +0 -4
- package/dist/lib/taquito/src/contract/contract-methods/contract-method-factory.js +0 -18
- package/dist/lib/taquito/src/contract/contract-methods/contract-method-interface.js +0 -2
- package/dist/lib/taquito/src/contract/contract-methods/contract-method-object-param.js +0 -72
- package/dist/lib/taquito/src/contract/contract-methods/contract-on-chain-view.js +0 -111
- package/dist/lib/taquito/src/contract/contract.js +0 -158
- package/dist/lib/taquito/src/contract/errors.js +0 -140
- package/dist/lib/taquito/src/contract/index.js +0 -30
- package/dist/lib/taquito/src/contract/interface.js +0 -2
- package/dist/lib/taquito/src/contract/manager-lambda.js +0 -71
- package/dist/lib/taquito/src/contract/prepare.js +0 -231
- package/dist/lib/taquito/src/contract/rpc-contract-provider.js +0 -675
- package/dist/lib/taquito/src/contract/sapling-state-abstraction.js +0 -24
- package/dist/lib/taquito/src/contract/semantic.js +0 -43
- package/dist/lib/taquito/src/contract/view_lambda.js +0 -27
- package/dist/lib/taquito/src/errors.js +0 -42
- package/dist/lib/taquito/src/estimate/errors.js +0 -16
- package/dist/lib/taquito/src/estimate/estimate-provider-interface.js +0 -2
- package/dist/lib/taquito/src/estimate/estimate.js +0 -176
- package/dist/lib/taquito/src/estimate/index.js +0 -20
- package/dist/lib/taquito/src/estimate/rpc-estimate-provider.js +0 -640
- package/dist/lib/taquito/src/extension/extension.js +0 -2
- package/dist/lib/taquito/src/forger/composite-forger.js +0 -32
- package/dist/lib/taquito/src/forger/errors.js +0 -30
- package/dist/lib/taquito/src/forger/rpc-forger.js +0 -12
- package/dist/lib/taquito/src/forger/taquito-local-forger.js +0 -21
- package/dist/lib/taquito/src/global-constants/default-global-constants-provider.js +0 -35
- package/dist/lib/taquito/src/global-constants/errors.js +0 -30
- package/dist/lib/taquito/src/global-constants/interface-global-constants-provider.js +0 -2
- package/dist/lib/taquito/src/global-constants/noop-global-constants-provider.js +0 -10
- package/dist/lib/taquito/src/import-key.js +0 -40
- package/dist/lib/taquito/src/injector/helper.js +0 -18
- package/dist/lib/taquito/src/injector/interface.js +0 -2
- package/dist/lib/taquito/src/injector/rpc-injector.js +0 -27
- package/dist/lib/taquito/src/operations/ballot-operation.js +0 -32
- package/dist/lib/taquito/src/operations/batch-operation.js +0 -69
- package/dist/lib/taquito/src/operations/delegate-operation.js +0 -54
- package/dist/lib/taquito/src/operations/drain-delegate-operation.js +0 -31
- package/dist/lib/taquito/src/operations/errors.js +0 -133
- package/dist/lib/taquito/src/operations/failing-noop-operation.js +0 -2
- package/dist/lib/taquito/src/operations/increase-paid-storage-operation.js +0 -49
- package/dist/lib/taquito/src/operations/index.js +0 -54
- package/dist/lib/taquito/src/operations/operations.js +0 -193
- package/dist/lib/taquito/src/operations/origination-operation.js +0 -78
- package/dist/lib/taquito/src/operations/proposals-operation.js +0 -29
- package/dist/lib/taquito/src/operations/register-global-constant-operation.js +0 -52
- package/dist/lib/taquito/src/operations/reveal-operation.js +0 -74
- package/dist/lib/taquito/src/operations/smart-rollup-add-messages-operation.js +0 -44
- package/dist/lib/taquito/src/operations/smart-rollup-execute-outbox-message-operation.js +0 -53
- package/dist/lib/taquito/src/operations/smart-rollup-originate-operation.js +0 -50
- package/dist/lib/taquito/src/operations/transaction-operation.js +0 -73
- package/dist/lib/taquito/src/operations/transfer-ticket-operation.js +0 -47
- package/dist/lib/taquito/src/operations/types.js +0 -88
- package/dist/lib/taquito/src/operations/update-companion-key-operation.js +0 -55
- package/dist/lib/taquito/src/operations/update-consensus-key-operation.js +0 -55
- package/dist/lib/taquito/src/packer/interface.js +0 -2
- package/dist/lib/taquito/src/packer/michel-codec-packer.js +0 -11
- package/dist/lib/taquito/src/packer/rpc-packer.js +0 -12
- package/dist/lib/taquito/src/parser/interface.js +0 -2
- package/dist/lib/taquito/src/parser/michel-codec-parser.js +0 -110
- package/dist/lib/taquito/src/parser/noop-parser.js +0 -9
- package/dist/lib/taquito/src/prepare/index.js +0 -18
- package/dist/lib/taquito/src/prepare/interface.js +0 -2
- package/dist/lib/taquito/src/prepare/prepare-provider.js +0 -1049
- package/dist/lib/taquito/src/provider.js +0 -363
- package/dist/lib/taquito/src/read-provider/interface.js +0 -2
- package/dist/lib/taquito/src/read-provider/rpc-read-adapter.js +0 -183
- package/dist/lib/taquito/src/signer/errors.js +0 -17
- package/dist/lib/taquito/src/signer/noop.js +0 -23
- package/dist/lib/taquito/src/subscribe/create-observable-from-subscription.js +0 -20
- package/dist/lib/taquito/src/subscribe/errors.js +0 -30
- package/dist/lib/taquito/src/subscribe/filters.js +0 -96
- package/dist/lib/taquito/src/subscribe/interface.js +0 -2
- package/dist/lib/taquito/src/subscribe/observable-subscription.js +0 -79
- package/dist/lib/taquito/src/subscribe/polling-subcribe-provider.js +0 -118
- package/dist/lib/taquito/src/taquito.js +0 -404
- package/dist/lib/taquito/src/tz/interface.js +0 -2
- package/dist/lib/taquito/src/tz/rpc-tz-provider.js +0 -46
- package/dist/lib/taquito/src/version.js +0 -8
- package/dist/lib/taquito/src/wallet/batch-operation.js +0 -71
- package/dist/lib/taquito/src/wallet/delegation-operation.js +0 -42
- package/dist/lib/taquito/src/wallet/errors.js +0 -40
- package/dist/lib/taquito/src/wallet/increase-paid-storage-operation.js +0 -42
- package/dist/lib/taquito/src/wallet/index.js +0 -25
- package/dist/lib/taquito/src/wallet/interface.js +0 -2
- package/dist/lib/taquito/src/wallet/legacy.js +0 -51
- package/dist/lib/taquito/src/wallet/operation-factory.js +0 -88
- package/dist/lib/taquito/src/wallet/operation.js +0 -221
- package/dist/lib/taquito/src/wallet/origination-operation.js +0 -53
- package/dist/lib/taquito/src/wallet/receipt.js +0 -46
- package/dist/lib/taquito/src/wallet/register-global-constant-operation.js +0 -45
- package/dist/lib/taquito/src/wallet/transaction-operation.js +0 -38
- package/dist/lib/taquito/src/wallet/transfer-ticket-operation.js +0 -38
- package/dist/lib/taquito/src/wallet/wallet.js +0 -445
- package/dist/lib/taquito-core/src/errors.js +0 -351
- package/dist/lib/taquito-core/src/signer-interfaces.js +0 -2
- package/dist/lib/taquito-core/src/taquito-core.js +0 -22
- package/dist/lib/taquito-http-utils/src/errors.js +0 -103
- package/dist/lib/taquito-http-utils/src/status_code.js +0 -322
- package/dist/lib/taquito-http-utils/src/taquito-http-utils.js +0 -308
- package/dist/lib/taquito-http-utils/src/transport-errors.js +0 -141
- package/dist/lib/taquito-local-forging/src/codec.js +0 -543
- package/dist/lib/taquito-local-forging/src/constants.js +0 -291
- package/dist/lib/taquito-local-forging/src/decoder.js +0 -64
- package/dist/lib/taquito-local-forging/src/encoder.js +0 -63
- package/dist/lib/taquito-local-forging/src/errors.js +0 -179
- package/dist/lib/taquito-local-forging/src/interface.js +0 -2
- package/dist/lib/taquito-local-forging/src/michelson/codec.js +0 -283
- package/dist/lib/taquito-local-forging/src/protocols.js +0 -60
- package/dist/lib/taquito-local-forging/src/schema/operation.js +0 -259
- package/dist/lib/taquito-local-forging/src/taquito-local-forging.js +0 -117
- package/dist/lib/taquito-local-forging/src/uint8array-consumer.js +0 -35
- package/dist/lib/taquito-local-forging/src/utils.js +0 -18
- package/dist/lib/taquito-local-forging/src/validator.js +0 -57
- package/dist/lib/taquito-local-forging/src/version.js +0 -8
- package/dist/lib/taquito-michel-codec/src/base58.js +0 -255
- package/dist/lib/taquito-michel-codec/src/binary.js +0 -1271
- package/dist/lib/taquito-michel-codec/src/errors.js +0 -90
- package/dist/lib/taquito-michel-codec/src/formatters.js +0 -58
- package/dist/lib/taquito-michel-codec/src/global-constants.js +0 -12
- package/dist/lib/taquito-michel-codec/src/macros.js +0 -551
- package/dist/lib/taquito-michel-codec/src/micheline-emitter.js +0 -128
- package/dist/lib/taquito-michel-codec/src/micheline-parser.js +0 -402
- package/dist/lib/taquito-michel-codec/src/micheline.js +0 -5
- package/dist/lib/taquito-michel-codec/src/michelson-contract.js +0 -93
- package/dist/lib/taquito-michel-codec/src/michelson-typecheck.js +0 -1756
- package/dist/lib/taquito-michel-codec/src/michelson-types.js +0 -83
- package/dist/lib/taquito-michel-codec/src/michelson-validator.js +0 -833
- package/dist/lib/taquito-michel-codec/src/scan.js +0 -128
- package/dist/lib/taquito-michel-codec/src/taquito-michel-codec.js +0 -38
- package/dist/lib/taquito-michel-codec/src/utils.js +0 -323
- package/dist/lib/taquito-michel-codec/src/version.js +0 -8
- package/dist/lib/taquito-michelson-encoder/src/constants.js +0 -11
- package/dist/lib/taquito-michelson-encoder/src/errors.js +0 -38
- package/dist/lib/taquito-michelson-encoder/src/michelson-map.js +0 -201
- package/dist/lib/taquito-michelson-encoder/src/schema/errors.js +0 -127
- package/dist/lib/taquito-michelson-encoder/src/schema/event-schema.js +0 -52
- package/dist/lib/taquito-michelson-encoder/src/schema/parameter.js +0 -113
- package/dist/lib/taquito-michelson-encoder/src/schema/storage.js +0 -260
- package/dist/lib/taquito-michelson-encoder/src/schema/types.js +0 -2
- package/dist/lib/taquito-michelson-encoder/src/schema/view-schema.js +0 -90
- package/dist/lib/taquito-michelson-encoder/src/taquito-michelson-encoder.js +0 -36
- package/dist/lib/taquito-michelson-encoder/src/tokens/bigmap.js +0 -130
- package/dist/lib/taquito-michelson-encoder/src/tokens/bls12-381-fr.js +0 -86
- package/dist/lib/taquito-michelson-encoder/src/tokens/bls12-381-g1.js +0 -76
- package/dist/lib/taquito-michelson-encoder/src/tokens/bls12-381-g2.js +0 -76
- package/dist/lib/taquito-michelson-encoder/src/tokens/chain-id.js +0 -78
- package/dist/lib/taquito-michelson-encoder/src/tokens/chest-key.js +0 -74
- package/dist/lib/taquito-michelson-encoder/src/tokens/chest.js +0 -74
- package/dist/lib/taquito-michelson-encoder/src/tokens/comparable/address.js +0 -116
- package/dist/lib/taquito-michelson-encoder/src/tokens/comparable/bool.js +0 -59
- package/dist/lib/taquito-michelson-encoder/src/tokens/comparable/bytes.js +0 -90
- package/dist/lib/taquito-michelson-encoder/src/tokens/comparable/int.js +0 -90
- package/dist/lib/taquito-michelson-encoder/src/tokens/comparable/key_hash.js +0 -90
- package/dist/lib/taquito-michelson-encoder/src/tokens/comparable/mutez.js +0 -90
- package/dist/lib/taquito-michelson-encoder/src/tokens/comparable/nat.js +0 -93
- package/dist/lib/taquito-michelson-encoder/src/tokens/comparable/string.js +0 -48
- package/dist/lib/taquito-michelson-encoder/src/tokens/comparable/timestamp.js +0 -66
- package/dist/lib/taquito-michelson-encoder/src/tokens/constant.js +0 -80
- package/dist/lib/taquito-michelson-encoder/src/tokens/contract.js +0 -86
- package/dist/lib/taquito-michelson-encoder/src/tokens/createToken.js +0 -35
- package/dist/lib/taquito-michelson-encoder/src/tokens/key.js +0 -97
- package/dist/lib/taquito-michelson-encoder/src/tokens/lambda.js +0 -55
- package/dist/lib/taquito-michelson-encoder/src/tokens/list.js +0 -85
- package/dist/lib/taquito-michelson-encoder/src/tokens/map.js +0 -112
- package/dist/lib/taquito-michelson-encoder/src/tokens/never.js +0 -61
- package/dist/lib/taquito-michelson-encoder/src/tokens/operation.js +0 -39
- package/dist/lib/taquito-michelson-encoder/src/tokens/option.js +0 -88
- package/dist/lib/taquito-michelson-encoder/src/tokens/or.js +0 -282
- package/dist/lib/taquito-michelson-encoder/src/tokens/pair.js +0 -233
- package/dist/lib/taquito-michelson-encoder/src/tokens/sapling-state.js +0 -84
- package/dist/lib/taquito-michelson-encoder/src/tokens/sapling-transaction-deprecated.js +0 -74
- package/dist/lib/taquito-michelson-encoder/src/tokens/sapling-transaction.js +0 -74
- package/dist/lib/taquito-michelson-encoder/src/tokens/set.js +0 -82
- package/dist/lib/taquito-michelson-encoder/src/tokens/signature.js +0 -82
- package/dist/lib/taquito-michelson-encoder/src/tokens/ticket-deprecated.js +0 -92
- package/dist/lib/taquito-michelson-encoder/src/tokens/ticket.js +0 -92
- package/dist/lib/taquito-michelson-encoder/src/tokens/token.js +0 -100
- package/dist/lib/taquito-michelson-encoder/src/tokens/tokens.js +0 -75
- package/dist/lib/taquito-michelson-encoder/src/tokens/unit.js +0 -52
- package/dist/lib/taquito-michelson-encoder/src/version.js +0 -8
- package/dist/lib/taquito-rpc/src/opkind.js +0 -49
- package/dist/lib/taquito-rpc/src/rpc-client-interface.js +0 -60
- package/dist/lib/taquito-rpc/src/rpc-client-modules/rpc-cache.js +0 -1118
- package/dist/lib/taquito-rpc/src/taquito-rpc.js +0 -990
- package/dist/lib/taquito-rpc/src/types.js +0 -114
- package/dist/lib/taquito-rpc/src/utils/utils.js +0 -65
- package/dist/lib/taquito-rpc/src/version.js +0 -8
- package/dist/lib/taquito-signer/src/bls-key.js +0 -104
- package/dist/lib/taquito-signer/src/derivation-tools/ecdsa.js +0 -156
- package/dist/lib/taquito-signer/src/derivation-tools/ed25519.js +0 -82
- package/dist/lib/taquito-signer/src/derivation-tools/index.js +0 -79
- package/dist/lib/taquito-signer/src/derivation-tools/types.js +0 -4
- package/dist/lib/taquito-signer/src/derivation-tools/utils.js +0 -16
- package/dist/lib/taquito-signer/src/ec-key.js +0 -196
- package/dist/lib/taquito-signer/src/ed-key.js +0 -130
- package/dist/lib/taquito-signer/src/errors.js +0 -77
- package/dist/lib/taquito-signer/src/helpers.js +0 -44
- package/dist/lib/taquito-signer/src/in-memory-signer.js +0 -240
- package/dist/lib/taquito-signer/src/key-interface.js +0 -6
- package/dist/lib/taquito-signer/src/taquito-signer.js +0 -28
- package/dist/lib/taquito-signer/src/version.js +0 -8
- package/dist/lib/taquito-utils/src/constants.js +0 -203
- package/dist/lib/taquito-utils/src/encoding.js +0 -606
- package/dist/lib/taquito-utils/src/errors.js +0 -45
- package/dist/lib/taquito-utils/src/format.js +0 -29
- package/dist/lib/taquito-utils/src/taquito-utils.js +0 -42
- package/dist/lib/taquito-utils/src/validators.js +0 -236
- package/dist/lib/taquito-utils/src/verify-signature.js +0 -136
- package/dist/lib/taquito-utils/src/version.js +0 -8
- package/dist/lib/taquito-wallet-connect/src/version.js +0 -8
- package/dist/types/taquito/src/batch/constants.d.ts +0 -3
- package/dist/types/taquito/src/batch/rpc-batch-provider.d.ts +0 -139
- package/dist/types/taquito/src/constants.d.ts +0 -81
- package/dist/types/taquito/src/context.d.ts +0 -100
- package/dist/types/taquito/src/contract/big-map.d.ts +0 -35
- package/dist/types/taquito/src/contract/compose.d.ts +0 -5
- package/dist/types/taquito/src/contract/constants.d.ts +0 -1
- package/dist/types/taquito/src/contract/contract-methods/contract-method-factory.d.ts +0 -14
- package/dist/types/taquito/src/contract/contract-methods/contract-method-interface.d.ts +0 -28
- package/dist/types/taquito/src/contract/contract-methods/contract-method-object-param.d.ts +0 -39
- package/dist/types/taquito/src/contract/contract-methods/contract-on-chain-view.d.ts +0 -43
- package/dist/types/taquito/src/contract/contract.d.ts +0 -75
- package/dist/types/taquito/src/contract/errors.d.ts +0 -83
- package/dist/types/taquito/src/contract/index.d.ts +0 -11
- package/dist/types/taquito/src/contract/interface.d.ts +0 -254
- package/dist/types/taquito/src/contract/manager-lambda.d.ts +0 -73
- package/dist/types/taquito/src/contract/prepare.d.ts +0 -18
- package/dist/types/taquito/src/contract/rpc-contract-provider.d.ts +0 -270
- package/dist/types/taquito/src/contract/sapling-state-abstraction.d.ts +0 -17
- package/dist/types/taquito/src/contract/semantic.d.ts +0 -7
- package/dist/types/taquito/src/contract/view_lambda.d.ts +0 -34
- package/dist/types/taquito/src/errors.d.ts +0 -26
- package/dist/types/taquito/src/estimate/errors.d.ts +0 -8
- package/dist/types/taquito/src/estimate/estimate-provider-interface.d.ts +0 -153
- package/dist/types/taquito/src/estimate/estimate.d.ts +0 -111
- package/dist/types/taquito/src/estimate/index.d.ts +0 -4
- package/dist/types/taquito/src/estimate/rpc-estimate-provider.d.ts +0 -174
- package/dist/types/taquito/src/extension/extension.d.ts +0 -4
- package/dist/types/taquito/src/forger/composite-forger.d.ts +0 -6
- package/dist/types/taquito/src/forger/errors.d.ts +0 -16
- package/dist/types/taquito/src/forger/rpc-forger.d.ts +0 -7
- package/dist/types/taquito/src/forger/taquito-local-forger.d.ts +0 -8
- package/dist/types/taquito/src/global-constants/default-global-constants-provider.d.ts +0 -18
- package/dist/types/taquito/src/global-constants/errors.d.ts +0 -16
- package/dist/types/taquito/src/global-constants/interface-global-constants-provider.d.ts +0 -11
- package/dist/types/taquito/src/global-constants/noop-global-constants-provider.d.ts +0 -5
- package/dist/types/taquito/src/import-key.d.ts +0 -13
- package/dist/types/taquito/src/injector/helper.d.ts +0 -2
- package/dist/types/taquito/src/injector/interface.d.ts +0 -5
- package/dist/types/taquito/src/injector/rpc-injector.d.ts +0 -7
- package/dist/types/taquito/src/operations/ballot-operation.d.ts +0 -18
- package/dist/types/taquito/src/operations/batch-operation.d.ts +0 -19
- package/dist/types/taquito/src/operations/delegate-operation.d.ts +0 -24
- package/dist/types/taquito/src/operations/drain-delegate-operation.d.ts +0 -17
- package/dist/types/taquito/src/operations/errors.d.ts +0 -50
- package/dist/types/taquito/src/operations/failing-noop-operation.d.ts +0 -17
- package/dist/types/taquito/src/operations/increase-paid-storage-operation.d.ts +0 -23
- package/dist/types/taquito/src/operations/index.d.ts +0 -18
- package/dist/types/taquito/src/operations/operations.d.ts +0 -35
- package/dist/types/taquito/src/operations/origination-operation.d.ts +0 -35
- package/dist/types/taquito/src/operations/proposals-operation.d.ts +0 -17
- package/dist/types/taquito/src/operations/register-global-constant-operation.d.ts +0 -25
- package/dist/types/taquito/src/operations/reveal-operation.d.ts +0 -25
- package/dist/types/taquito/src/operations/smart-rollup-add-messages-operation.d.ts +0 -20
- package/dist/types/taquito/src/operations/smart-rollup-execute-outbox-message-operation.d.ts +0 -24
- package/dist/types/taquito/src/operations/smart-rollup-originate-operation.d.ts +0 -23
- package/dist/types/taquito/src/operations/transaction-operation.d.ts +0 -28
- package/dist/types/taquito/src/operations/transfer-ticket-operation.d.ts +0 -22
- package/dist/types/taquito/src/operations/types.d.ts +0 -823
- package/dist/types/taquito/src/operations/update-companion-key-operation.d.ts +0 -23
- package/dist/types/taquito/src/operations/update-consensus-key-operation.d.ts +0 -23
- package/dist/types/taquito/src/packer/interface.d.ts +0 -4
- package/dist/types/taquito/src/packer/michel-codec-packer.d.ts +0 -5
- package/dist/types/taquito/src/packer/rpc-packer.d.ts +0 -8
- package/dist/types/taquito/src/parser/interface.d.ts +0 -4
- package/dist/types/taquito/src/parser/michel-codec-parser.d.ts +0 -16
- package/dist/types/taquito/src/parser/noop-parser.d.ts +0 -5
- package/dist/types/taquito/src/prepare/index.d.ts +0 -2
- package/dist/types/taquito/src/prepare/interface.d.ts +0 -152
- package/dist/types/taquito/src/prepare/prepare-provider.d.ts +0 -187
- package/dist/types/taquito/src/provider.d.ts +0 -50
- package/dist/types/taquito/src/read-provider/interface.d.ts +0 -132
- package/dist/types/taquito/src/read-provider/rpc-read-adapter.d.ts +0 -130
- package/dist/types/taquito/src/signer/errors.d.ts +0 -8
- package/dist/types/taquito/src/signer/noop.d.ts +0 -11
- package/dist/types/taquito/src/subscribe/create-observable-from-subscription.d.ts +0 -4
- package/dist/types/taquito/src/subscribe/errors.d.ts +0 -18
- package/dist/types/taquito/src/subscribe/filters.d.ts +0 -6
- package/dist/types/taquito/src/subscribe/interface.d.ts +0 -48
- package/dist/types/taquito/src/subscribe/observable-subscription.d.ts +0 -21
- package/dist/types/taquito/src/subscribe/polling-subcribe-provider.d.ts +0 -23
- package/dist/types/taquito/src/taquito.d.ts +0 -248
- package/dist/types/taquito/src/tz/interface.d.ts +0 -20
- package/dist/types/taquito/src/tz/rpc-tz-provider.d.ts +0 -13
- package/dist/types/taquito/src/version.d.ts +0 -4
- package/dist/types/taquito/src/wallet/batch-operation.d.ts +0 -13
- package/dist/types/taquito/src/wallet/delegation-operation.d.ts +0 -12
- package/dist/types/taquito/src/wallet/errors.d.ts +0 -24
- package/dist/types/taquito/src/wallet/increase-paid-storage-operation.d.ts +0 -12
- package/dist/types/taquito/src/wallet/index.d.ts +0 -9
- package/dist/types/taquito/src/wallet/interface.d.ts +0 -66
- package/dist/types/taquito/src/wallet/legacy.d.ts +0 -21
- package/dist/types/taquito/src/wallet/operation-factory.d.ts +0 -32
- package/dist/types/taquito/src/wallet/operation.d.ts +0 -55
- package/dist/types/taquito/src/wallet/origination-operation.d.ts +0 -14
- package/dist/types/taquito/src/wallet/receipt.d.ts +0 -16
- package/dist/types/taquito/src/wallet/register-global-constant-operation.d.ts +0 -13
- package/dist/types/taquito/src/wallet/transaction-operation.d.ts +0 -12
- package/dist/types/taquito/src/wallet/transfer-ticket-operation.d.ts +0 -12
- package/dist/types/taquito/src/wallet/wallet.d.ts +0 -196
- package/dist/types/taquito-core/src/errors.d.ts +0 -213
- package/dist/types/taquito-core/src/signer-interfaces.d.ts +0 -38
- package/dist/types/taquito-core/src/taquito-core.d.ts +0 -6
- package/dist/types/taquito-http-utils/src/errors.d.ts +0 -63
- package/dist/types/taquito-http-utils/src/status_code.d.ts +0 -318
- package/dist/types/taquito-http-utils/src/taquito-http-utils.d.ts +0 -58
- package/dist/types/taquito-http-utils/src/transport-errors.d.ts +0 -28
- package/dist/types/taquito-local-forging/src/codec.d.ts +0 -79
- package/dist/types/taquito-local-forging/src/constants.d.ts +0 -75
- package/dist/types/taquito-local-forging/src/decoder.d.ts +0 -5
- package/dist/types/taquito-local-forging/src/encoder.d.ts +0 -4
- package/dist/types/taquito-local-forging/src/errors.d.ts +0 -109
- package/dist/types/taquito-local-forging/src/interface.d.ts +0 -9
- package/dist/types/taquito-local-forging/src/michelson/codec.d.ts +0 -49
- package/dist/types/taquito-local-forging/src/protocols.d.ts +0 -27
- package/dist/types/taquito-local-forging/src/schema/operation.d.ts +0 -198
- package/dist/types/taquito-local-forging/src/taquito-local-forging.d.ts +0 -27
- package/dist/types/taquito-local-forging/src/uint8array-consumer.d.ts +0 -10
- package/dist/types/taquito-local-forging/src/utils.d.ts +0 -3
- package/dist/types/taquito-local-forging/src/validator.d.ts +0 -13
- package/dist/types/taquito-local-forging/src/version.d.ts +0 -4
- package/dist/types/taquito-michel-codec/src/base58.d.ts +0 -13
- package/dist/types/taquito-michel-codec/src/binary.d.ts +0 -127
- package/dist/types/taquito-michel-codec/src/errors.d.ts +0 -57
- package/dist/types/taquito-michel-codec/src/formatters.d.ts +0 -6
- package/dist/types/taquito-michel-codec/src/global-constants.d.ts +0 -3
- package/dist/types/taquito-michel-codec/src/macros.d.ts +0 -13
- package/dist/types/taquito-michel-codec/src/micheline-emitter.d.ts +0 -17
- package/dist/types/taquito-michel-codec/src/micheline-parser.d.ts +0 -130
- package/dist/types/taquito-michel-codec/src/micheline.d.ts +0 -44
- package/dist/types/taquito-michel-codec/src/michelson-contract.d.ts +0 -24
- package/dist/types/taquito-michel-codec/src/michelson-typecheck.d.ts +0 -38
- package/dist/types/taquito-michel-codec/src/michelson-types.d.ts +0 -147
- package/dist/types/taquito-michel-codec/src/michelson-validator.d.ts +0 -66
- package/dist/types/taquito-michel-codec/src/scan.d.ts +0 -26
- package/dist/types/taquito-michel-codec/src/taquito-michel-codec.d.ts +0 -16
- package/dist/types/taquito-michel-codec/src/utils.d.ts +0 -76
- package/dist/types/taquito-michel-codec/src/version.d.ts +0 -4
- package/dist/types/taquito-michelson-encoder/src/constants.d.ts +0 -8
- package/dist/types/taquito-michelson-encoder/src/errors.d.ts +0 -17
- package/dist/types/taquito-michelson-encoder/src/michelson-map.d.ts +0 -82
- package/dist/types/taquito-michelson-encoder/src/schema/errors.d.ts +0 -83
- package/dist/types/taquito-michelson-encoder/src/schema/event-schema.d.ts +0 -12
- package/dist/types/taquito-michelson-encoder/src/schema/parameter.d.ts +0 -54
- package/dist/types/taquito-michelson-encoder/src/schema/storage.d.ts +0 -97
- package/dist/types/taquito-michelson-encoder/src/schema/types.d.ts +0 -105
- package/dist/types/taquito-michelson-encoder/src/schema/view-schema.d.ts +0 -53
- package/dist/types/taquito-michelson-encoder/src/taquito-michelson-encoder.d.ts +0 -16
- package/dist/types/taquito-michelson-encoder/src/tokens/bigmap.d.ts +0 -51
- package/dist/types/taquito-michelson-encoder/src/tokens/bls12-381-fr.d.ts +0 -51
- package/dist/types/taquito-michelson-encoder/src/tokens/bls12-381-g1.d.ts +0 -47
- package/dist/types/taquito-michelson-encoder/src/tokens/bls12-381-g2.d.ts +0 -47
- package/dist/types/taquito-michelson-encoder/src/tokens/chain-id.d.ts +0 -51
- package/dist/types/taquito-michelson-encoder/src/tokens/chest-key.d.ts +0 -47
- package/dist/types/taquito-michelson-encoder/src/tokens/chest.d.ts +0 -47
- package/dist/types/taquito-michelson-encoder/src/tokens/comparable/address.d.ts +0 -61
- package/dist/types/taquito-michelson-encoder/src/tokens/comparable/bool.d.ts +0 -32
- package/dist/types/taquito-michelson-encoder/src/tokens/comparable/bytes.d.ts +0 -52
- package/dist/types/taquito-michelson-encoder/src/tokens/comparable/int.d.ts +0 -56
- package/dist/types/taquito-michelson-encoder/src/tokens/comparable/key_hash.d.ts +0 -55
- package/dist/types/taquito-michelson-encoder/src/tokens/comparable/mutez.d.ts +0 -53
- package/dist/types/taquito-michelson-encoder/src/tokens/comparable/nat.d.ts +0 -55
- package/dist/types/taquito-michelson-encoder/src/tokens/comparable/string.d.ts +0 -31
- package/dist/types/taquito-michelson-encoder/src/tokens/comparable/timestamp.d.ts +0 -34
- package/dist/types/taquito-michelson-encoder/src/tokens/constant.d.ts +0 -51
- package/dist/types/taquito-michelson-encoder/src/tokens/contract.d.ts +0 -48
- package/dist/types/taquito-michelson-encoder/src/tokens/createToken.d.ts +0 -18
- package/dist/types/taquito-michelson-encoder/src/tokens/key.d.ts +0 -55
- package/dist/types/taquito-michelson-encoder/src/tokens/lambda.d.ts +0 -24
- package/dist/types/taquito-michelson-encoder/src/tokens/list.d.ts +0 -46
- package/dist/types/taquito-michelson-encoder/src/tokens/map.d.ts +0 -47
- package/dist/types/taquito-michelson-encoder/src/tokens/never.d.ts +0 -41
- package/dist/types/taquito-michelson-encoder/src/tokens/operation.d.ts +0 -24
- package/dist/types/taquito-michelson-encoder/src/tokens/option.d.ts +0 -37
- package/dist/types/taquito-michelson-encoder/src/tokens/or.d.ts +0 -53
- package/dist/types/taquito-michelson-encoder/src/tokens/pair.d.ts +0 -50
- package/dist/types/taquito-michelson-encoder/src/tokens/sapling-state.d.ts +0 -44
- package/dist/types/taquito-michelson-encoder/src/tokens/sapling-transaction-deprecated.d.ts +0 -40
- package/dist/types/taquito-michelson-encoder/src/tokens/sapling-transaction.d.ts +0 -40
- package/dist/types/taquito-michelson-encoder/src/tokens/set.d.ts +0 -43
- package/dist/types/taquito-michelson-encoder/src/tokens/signature.d.ts +0 -53
- package/dist/types/taquito-michelson-encoder/src/tokens/ticket-deprecated.d.ts +0 -38
- package/dist/types/taquito-michelson-encoder/src/tokens/ticket.d.ts +0 -38
- package/dist/types/taquito-michelson-encoder/src/tokens/token.d.ts +0 -68
- package/dist/types/taquito-michelson-encoder/src/tokens/tokens.d.ts +0 -36
- package/dist/types/taquito-michelson-encoder/src/tokens/unit.d.ts +0 -34
- package/dist/types/taquito-michelson-encoder/src/version.d.ts +0 -4
- package/dist/types/taquito-rpc/src/opkind.d.ts +0 -45
- package/dist/types/taquito-rpc/src/rpc-client-interface.d.ts +0 -126
- package/dist/types/taquito-rpc/src/rpc-client-modules/rpc-cache.d.ts +0 -473
- package/dist/types/taquito-rpc/src/taquito-rpc.d.ts +0 -483
- package/dist/types/taquito-rpc/src/types.d.ts +0 -2362
- package/dist/types/taquito-rpc/src/utils/utils.d.ts +0 -14
- package/dist/types/taquito-rpc/src/version.d.ts +0 -4
- package/dist/types/taquito-signer/src/bls-key.d.ts +0 -21
- package/dist/types/taquito-signer/src/derivation-tools/ecdsa.d.ts +0 -49
- package/dist/types/taquito-signer/src/derivation-tools/ed25519.d.ts +0 -33
- package/dist/types/taquito-signer/src/derivation-tools/index.d.ts +0 -12
- package/dist/types/taquito-signer/src/derivation-tools/types.d.ts +0 -10
- package/dist/types/taquito-signer/src/derivation-tools/utils.d.ts +0 -1
- package/dist/types/taquito-signer/src/ec-key.d.ts +0 -42
- package/dist/types/taquito-signer/src/ed-key.d.ts +0 -39
- package/dist/types/taquito-signer/src/errors.d.ts +0 -51
- package/dist/types/taquito-signer/src/helpers.d.ts +0 -10
- package/dist/types/taquito-signer/src/in-memory-signer.d.ts +0 -56
- package/dist/types/taquito-signer/src/key-interface.d.ts +0 -37
- package/dist/types/taquito-signer/src/taquito-signer.d.ts +0 -10
- package/dist/types/taquito-signer/src/version.d.ts +0 -4
- package/dist/types/taquito-utils/src/constants.d.ts +0 -78
- package/dist/types/taquito-utils/src/encoding.d.ts +0 -184
- package/dist/types/taquito-utils/src/errors.d.ts +0 -20
- package/dist/types/taquito-utils/src/format.d.ts +0 -4
- package/dist/types/taquito-utils/src/taquito-utils.d.ts +0 -11
- package/dist/types/taquito-utils/src/validators.d.ts +0 -167
- package/dist/types/taquito-utils/src/verify-signature.d.ts +0 -22
- package/dist/types/taquito-utils/src/version.d.ts +0 -4
- package/dist/types/taquito-wallet-connect/src/version.d.ts +0 -4
- /package/dist/lib/{taquito-wallet-connect/src/errors.js → errors.js} +0 -0
- /package/dist/lib/{taquito-wallet-connect/src/types.js → types.js} +0 -0
- /package/dist/types/{taquito-wallet-connect/src/errors.d.ts → errors.d.ts} +0 -0
- /package/dist/types/{taquito-wallet-connect/src/taquito-wallet-connect.d.ts → taquito-wallet-connect.d.ts} +0 -0
- /package/dist/types/{taquito-wallet-connect/src/types.d.ts → types.d.ts} +0 -0
- /package/dist/types/{taquito-http-utils/src/version.d.ts → version.d.ts} +0 -0
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
import { ParameterValidationError } from '@taquito/core';
|
|
2
|
-
import { OperationContents } from '@taquito/rpc';
|
|
3
|
-
/**
|
|
4
|
-
* @category Error
|
|
5
|
-
* Error that indicates an invalid operation content being passed or used
|
|
6
|
-
*/ export declare class InvalidOperationSchemaError extends ParameterValidationError {
|
|
7
|
-
readonly operation: OperationContents;
|
|
8
|
-
readonly errorDetail?: string | undefined;
|
|
9
|
-
constructor(operation: OperationContents, errorDetail?: string | undefined);
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* @category Error
|
|
13
|
-
* Error that indicates an entrypoint name exceeding maximum length
|
|
14
|
-
*/
|
|
15
|
-
export declare class OversizedEntryPointError extends ParameterValidationError {
|
|
16
|
-
readonly entrypoint: string;
|
|
17
|
-
constructor(entrypoint: string);
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* @category Error
|
|
21
|
-
* Error that indicates an invalid ballot value being used
|
|
22
|
-
*/
|
|
23
|
-
export declare class InvalidBallotValueError extends ParameterValidationError {
|
|
24
|
-
readonly ballotValue: string;
|
|
25
|
-
constructor(ballotValue: string);
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* @category Error
|
|
29
|
-
* Error that indicates a failure when trying to decode ballot value
|
|
30
|
-
*/
|
|
31
|
-
export declare class DecodeBallotValueError extends ParameterValidationError {
|
|
32
|
-
readonly ballotValue: string;
|
|
33
|
-
constructor(ballotValue: string);
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* @category Error
|
|
37
|
-
* Error that indicates unexpected Michelson Value being passed or used
|
|
38
|
-
*/
|
|
39
|
-
export declare class UnexpectedMichelsonValueError extends ParameterValidationError {
|
|
40
|
-
readonly value: string;
|
|
41
|
-
constructor(value: string);
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* @category Error
|
|
45
|
-
* Error that indicates a failure when trying to decode an operation
|
|
46
|
-
*/
|
|
47
|
-
export declare class OperationDecodingError extends ParameterValidationError {
|
|
48
|
-
readonly message: string;
|
|
49
|
-
constructor(message: string);
|
|
50
|
-
}
|
|
51
|
-
/**
|
|
52
|
-
* @category Error
|
|
53
|
-
* Error that indicates a failure when trying to encode an operation
|
|
54
|
-
*/
|
|
55
|
-
export declare class OperationEncodingError extends ParameterValidationError {
|
|
56
|
-
readonly message: string;
|
|
57
|
-
constructor(message: string);
|
|
58
|
-
}
|
|
59
|
-
/**
|
|
60
|
-
* @category Error
|
|
61
|
-
* Error that indicates an unsupported operation being passed or used
|
|
62
|
-
*/
|
|
63
|
-
export declare class UnsupportedOperationError extends ParameterValidationError {
|
|
64
|
-
readonly op: string;
|
|
65
|
-
constructor(op: string);
|
|
66
|
-
}
|
|
67
|
-
/**
|
|
68
|
-
* @cateogry Error
|
|
69
|
-
* Error that indicates an unsupported pvm being passed or used
|
|
70
|
-
*/
|
|
71
|
-
export declare class UnsupportedPvmKindError extends ParameterValidationError {
|
|
72
|
-
readonly pvm: string;
|
|
73
|
-
constructor(pvm: string);
|
|
74
|
-
}
|
|
75
|
-
/**
|
|
76
|
-
* @category Error
|
|
77
|
-
* Error that indicates an unsupported pvm to decode
|
|
78
|
-
*/
|
|
79
|
-
export declare class DecodePvmKindError extends ParameterValidationError {
|
|
80
|
-
readonly pvm: string;
|
|
81
|
-
constructor(pvm: string);
|
|
82
|
-
}
|
|
83
|
-
/**
|
|
84
|
-
* @category Error
|
|
85
|
-
* Error that indicates an invalid Smart Rollup Address (sr1)
|
|
86
|
-
*/
|
|
87
|
-
export declare class InvalidSmartRollupAddressError extends ParameterValidationError {
|
|
88
|
-
readonly address: string;
|
|
89
|
-
readonly errorDetail?: string | undefined;
|
|
90
|
-
constructor(address: string, errorDetail?: string | undefined);
|
|
91
|
-
}
|
|
92
|
-
/**
|
|
93
|
-
* @category Error
|
|
94
|
-
* Error that indicates an invalid Smart Rollup commitment hash (src1)
|
|
95
|
-
*/
|
|
96
|
-
export declare class InvalidSmartRollupCommitmentHashError extends ParameterValidationError {
|
|
97
|
-
readonly hash: string;
|
|
98
|
-
readonly errorDetail?: string | undefined;
|
|
99
|
-
constructor(hash: string, errorDetail?: string | undefined);
|
|
100
|
-
}
|
|
101
|
-
/**
|
|
102
|
-
* @category Error
|
|
103
|
-
* Error that indicates an invalid dal commitment (sh)
|
|
104
|
-
*/
|
|
105
|
-
export declare class InvalidDalCommitmentError extends ParameterValidationError {
|
|
106
|
-
readonly commitment: string;
|
|
107
|
-
readonly errorDetail?: string | undefined;
|
|
108
|
-
constructor(commitment: string, errorDetail?: string | undefined);
|
|
109
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { Decoder } from '../decoder';
|
|
2
|
-
import { Uint8ArrayConsumer } from '../uint8array-consumer';
|
|
3
|
-
import { Encoder } from '../encoder';
|
|
4
|
-
export type PrimValue = {
|
|
5
|
-
prim: string;
|
|
6
|
-
args?: MichelsonValue[];
|
|
7
|
-
annots?: string[];
|
|
8
|
-
};
|
|
9
|
-
export type BytesValue = {
|
|
10
|
-
bytes: string;
|
|
11
|
-
};
|
|
12
|
-
export type StringValue = {
|
|
13
|
-
string: string;
|
|
14
|
-
};
|
|
15
|
-
export type IntValue = {
|
|
16
|
-
int: string;
|
|
17
|
-
};
|
|
18
|
-
export type MichelsonValue = PrimValue | BytesValue | StringValue | IntValue | (PrimValue | BytesValue | StringValue | IntValue)[];
|
|
19
|
-
export declare const isPrim: (value: MichelsonValue) => value is PrimValue;
|
|
20
|
-
export declare const isBytes: (value: MichelsonValue) => value is BytesValue;
|
|
21
|
-
export declare const isString: (value: MichelsonValue) => value is StringValue;
|
|
22
|
-
export declare const isInt: (value: MichelsonValue) => value is IntValue;
|
|
23
|
-
export declare const scriptEncoder: Encoder<{
|
|
24
|
-
code: MichelsonValue;
|
|
25
|
-
storage: MichelsonValue;
|
|
26
|
-
}>;
|
|
27
|
-
export declare const scriptDecoder: Decoder;
|
|
28
|
-
export declare const valueEncoder: Encoder<MichelsonValue>;
|
|
29
|
-
export declare const valueDecoder: Decoder;
|
|
30
|
-
export declare const extractRequiredLen: (value: Uint8ArrayConsumer, bytesLength?: number) => Uint8Array<ArrayBufferLike>;
|
|
31
|
-
/**
|
|
32
|
-
* parse bytes into multiple items of an array
|
|
33
|
-
* @param value Uint8ArrayConsumer class of forged segment to parse
|
|
34
|
-
* @param bytesLength default 4 bytes for length of variable bytes
|
|
35
|
-
* @returns array of Uint8Array values for each array item
|
|
36
|
-
*/
|
|
37
|
-
export declare const stripLengthPrefixFromBytes: (value: Uint8ArrayConsumer, bytesLength?: number) => Uint8Array[];
|
|
38
|
-
export declare const bytesEncoder: Encoder<BytesValue>;
|
|
39
|
-
export declare const bytesDecoder: Decoder;
|
|
40
|
-
export declare const stringEncoder: Encoder<StringValue>;
|
|
41
|
-
export declare const stringDecoder: Decoder;
|
|
42
|
-
export declare const intEncoder: Encoder<IntValue>;
|
|
43
|
-
export declare const intDecoder: (value: Uint8ArrayConsumer) => IntValue;
|
|
44
|
-
export declare const primEncoder: Encoder<PrimValue>;
|
|
45
|
-
export declare const primDecoder: (value: Uint8ArrayConsumer, preamble: Uint8Array) => Partial<PrimValue>;
|
|
46
|
-
export declare const primViewDecoder: (value: Uint8ArrayConsumer, result: Partial<PrimValue>) => Partial<PrimValue>;
|
|
47
|
-
export declare const decodeCombPair: Decoder;
|
|
48
|
-
export declare const encodeAnnots: Encoder<string[]>;
|
|
49
|
-
export declare const decodeAnnots: Decoder;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
export declare enum ProtocolsHash {
|
|
2
|
-
Pt24m4xi = "Pt24m4xiPbLDhVgVfABUjirbmda3yohdN82Sp9FeuAXJ4eV9otd",
|
|
3
|
-
PsBABY5H = "PsBABY5HQTSkA4297zNHfsZNKtxULfL18y95qb3m53QJiXGmrbU",
|
|
4
|
-
PsBabyM1 = "PsBabyM1eUXZseaJdmXFApDSBqj8YBfwELoxZHHW77EMcAbbwAS",
|
|
5
|
-
PsCARTHA = "PsCARTHAGazKbHtnKfLzQg3kms52kSRpgnDY982a9oYsSXRLQEb",
|
|
6
|
-
PsDELPH1 = "PsDELPH1Kxsxt8f9eWbxQeRxkjfbxoqM52jvs5Y5fBxWWh4ifpo",
|
|
7
|
-
PtEdo2Zk = "PtEdo2ZkT9oKpimTah6x2embF25oss54njMuPzkJTEi5RqfdZFA",
|
|
8
|
-
PsFLorena = "PsFLorenaUUuikDWvMDr6fGBRG8kt3e3D3fHoXK1j1BFRxeSH4i",
|
|
9
|
-
PtGRANADs = "PtGRANADsDU8R9daYKAgWnQYAJ64omN1o3KMGVCykShA97vQbvV",
|
|
10
|
-
PtHangz2 = "PtHangz2aRngywmSRGGvrcTyMbbdpWdpFKuS4uMWxg2RaH9i1qx",
|
|
11
|
-
Psithaca2 = "Psithaca2MLRFYargivpo7YvUr7wUDqyxrdhC5CQq78mRvimz6A",
|
|
12
|
-
PtJakart2 = "PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY",
|
|
13
|
-
PtKathman = "PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg",
|
|
14
|
-
PtLimaPtL = "PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW",
|
|
15
|
-
PtMumbaii = "PtMumbaiiFFEGbew1rRjzSPyzRbA51Tm3RVZL5suHPxSZYDhCEc",
|
|
16
|
-
PtMumbai2 = "PtMumbai2TmsJHNGRkD8v8YDbtao7BLUC3wjASn1inAKLFCjaH1",
|
|
17
|
-
PtNairobi = "PtNairobiyssHuh87hEhfVBGCVrK3WnS8Z2FT4ymB5tAa4r1nQf",
|
|
18
|
-
ProxfordY = "ProxfordYmVfjWnRcgjWH36fW6PArwqykTFzotUxRs6gmTcZDuH",
|
|
19
|
-
PtParisBx = "PtParisBxoLz5gzMmn3d9WBQNoPSZakgnkMC2VNuQ3KXfUtUQeZ",
|
|
20
|
-
PsParisCZ = "PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi",
|
|
21
|
-
PsQuebecn = "PsQuebecnLByd3JwTiGadoG4nGWi3HYiLXUjkibeFV8dCFeVMUg",
|
|
22
|
-
PsRiotuma = "PsRiotumaAMotcRoDWW1bysEhQy2n1M5fy8JgRp8jjRfHGmfeA7",
|
|
23
|
-
PtSeouLou = "PtSeouLouXkxhg39oWzjxDWaCydNfR3RxCUrNe4Q9Ro8BTehcbh",
|
|
24
|
-
PtTALLiNt = "PtTALLiNtPec7mE7yY4m3k26J8Qukef3E3ehzhfXgFZKGtDdAXu",
|
|
25
|
-
ProtoALpha = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK"
|
|
26
|
-
}
|
|
27
|
-
export declare function ProtoInferiorTo(a: ProtocolsHash, b: ProtocolsHash): boolean;
|
|
@@ -1,198 +0,0 @@
|
|
|
1
|
-
import { Decoder } from '../decoder';
|
|
2
|
-
import { Uint8ArrayConsumer } from '../uint8array-consumer';
|
|
3
|
-
import { CODEC } from '../constants';
|
|
4
|
-
export declare const ManagerOperationSchema: {
|
|
5
|
-
branch: CODEC;
|
|
6
|
-
contents: CODEC[];
|
|
7
|
-
};
|
|
8
|
-
export declare const ActivationSchema: {
|
|
9
|
-
pkh: CODEC;
|
|
10
|
-
secret: CODEC;
|
|
11
|
-
};
|
|
12
|
-
export declare const RevealSchema: {
|
|
13
|
-
source: CODEC;
|
|
14
|
-
fee: CODEC;
|
|
15
|
-
counter: CODEC;
|
|
16
|
-
gas_limit: CODEC;
|
|
17
|
-
storage_limit: CODEC;
|
|
18
|
-
public_key: CODEC;
|
|
19
|
-
proof: CODEC;
|
|
20
|
-
};
|
|
21
|
-
export declare const DelegationSchema: {
|
|
22
|
-
source: CODEC;
|
|
23
|
-
fee: CODEC;
|
|
24
|
-
counter: CODEC;
|
|
25
|
-
gas_limit: CODEC;
|
|
26
|
-
storage_limit: CODEC;
|
|
27
|
-
delegate: CODEC;
|
|
28
|
-
};
|
|
29
|
-
export declare const TransactionSchema: {
|
|
30
|
-
source: CODEC;
|
|
31
|
-
fee: CODEC;
|
|
32
|
-
counter: CODEC;
|
|
33
|
-
gas_limit: CODEC;
|
|
34
|
-
storage_limit: CODEC;
|
|
35
|
-
amount: CODEC;
|
|
36
|
-
destination: CODEC;
|
|
37
|
-
parameters: CODEC;
|
|
38
|
-
};
|
|
39
|
-
export declare const OriginationSchema: {
|
|
40
|
-
source: CODEC;
|
|
41
|
-
fee: CODEC;
|
|
42
|
-
counter: CODEC;
|
|
43
|
-
gas_limit: CODEC;
|
|
44
|
-
storage_limit: CODEC;
|
|
45
|
-
balance: CODEC;
|
|
46
|
-
delegate: CODEC;
|
|
47
|
-
script: CODEC;
|
|
48
|
-
};
|
|
49
|
-
export declare const BallotSchema: {
|
|
50
|
-
source: CODEC;
|
|
51
|
-
period: CODEC;
|
|
52
|
-
proposal: CODEC;
|
|
53
|
-
ballot: CODEC;
|
|
54
|
-
};
|
|
55
|
-
export declare const AttestationSchema: {
|
|
56
|
-
slot: CODEC;
|
|
57
|
-
level: CODEC;
|
|
58
|
-
round: CODEC;
|
|
59
|
-
block_payload_hash: CODEC;
|
|
60
|
-
};
|
|
61
|
-
export declare const AttestationWithDalSchema: {
|
|
62
|
-
slot: CODEC;
|
|
63
|
-
level: CODEC;
|
|
64
|
-
round: CODEC;
|
|
65
|
-
block_payload_hash: CODEC;
|
|
66
|
-
dal_attestation: CODEC;
|
|
67
|
-
};
|
|
68
|
-
export declare const SeedNonceRevelationSchema: {
|
|
69
|
-
level: CODEC;
|
|
70
|
-
nonce: CODEC;
|
|
71
|
-
};
|
|
72
|
-
export declare const ProposalsSchema: {
|
|
73
|
-
source: CODEC;
|
|
74
|
-
period: CODEC;
|
|
75
|
-
proposals: CODEC;
|
|
76
|
-
};
|
|
77
|
-
export declare const RegisterGlobalConstantSchema: {
|
|
78
|
-
source: CODEC;
|
|
79
|
-
fee: CODEC;
|
|
80
|
-
counter: CODEC;
|
|
81
|
-
gas_limit: CODEC;
|
|
82
|
-
storage_limit: CODEC;
|
|
83
|
-
value: CODEC;
|
|
84
|
-
};
|
|
85
|
-
export declare const TransferTicketSchema: {
|
|
86
|
-
source: CODEC;
|
|
87
|
-
fee: CODEC;
|
|
88
|
-
counter: CODEC;
|
|
89
|
-
gas_limit: CODEC;
|
|
90
|
-
storage_limit: CODEC;
|
|
91
|
-
ticket_contents: CODEC;
|
|
92
|
-
ticket_ty: CODEC;
|
|
93
|
-
ticket_ticketer: CODEC;
|
|
94
|
-
ticket_amount: CODEC;
|
|
95
|
-
destination: CODEC;
|
|
96
|
-
entrypoint: CODEC;
|
|
97
|
-
};
|
|
98
|
-
export declare const IncreasePaidStorageSchema: {
|
|
99
|
-
source: CODEC;
|
|
100
|
-
fee: CODEC;
|
|
101
|
-
counter: CODEC;
|
|
102
|
-
gas_limit: CODEC;
|
|
103
|
-
storage_limit: CODEC;
|
|
104
|
-
amount: CODEC;
|
|
105
|
-
destination: CODEC;
|
|
106
|
-
};
|
|
107
|
-
export declare const UpdateConsensusKeySchema: {
|
|
108
|
-
source: CODEC;
|
|
109
|
-
fee: CODEC;
|
|
110
|
-
counter: CODEC;
|
|
111
|
-
gas_limit: CODEC;
|
|
112
|
-
storage_limit: CODEC;
|
|
113
|
-
pk: CODEC;
|
|
114
|
-
proof: CODEC;
|
|
115
|
-
};
|
|
116
|
-
export declare const UpdateCompanionKeySchema: {
|
|
117
|
-
source: CODEC;
|
|
118
|
-
fee: CODEC;
|
|
119
|
-
counter: CODEC;
|
|
120
|
-
gas_limit: CODEC;
|
|
121
|
-
storage_limit: CODEC;
|
|
122
|
-
pk: CODEC;
|
|
123
|
-
proof: CODEC;
|
|
124
|
-
};
|
|
125
|
-
export declare const DrainDelegateSchema: {
|
|
126
|
-
consensus_key: CODEC;
|
|
127
|
-
delegate: CODEC;
|
|
128
|
-
destination: CODEC;
|
|
129
|
-
};
|
|
130
|
-
export declare const SetDepositsLimitSchema: {
|
|
131
|
-
source: CODEC;
|
|
132
|
-
fee: CODEC;
|
|
133
|
-
counter: CODEC;
|
|
134
|
-
gas_limit: CODEC;
|
|
135
|
-
storage_limit: CODEC;
|
|
136
|
-
limit: CODEC;
|
|
137
|
-
};
|
|
138
|
-
export declare const SmartRollupOriginateSchema: {
|
|
139
|
-
source: CODEC;
|
|
140
|
-
fee: CODEC;
|
|
141
|
-
counter: CODEC;
|
|
142
|
-
gas_limit: CODEC;
|
|
143
|
-
storage_limit: CODEC;
|
|
144
|
-
pvm_kind: CODEC;
|
|
145
|
-
kernel: CODEC;
|
|
146
|
-
parameters_ty: CODEC;
|
|
147
|
-
whitelist: CODEC;
|
|
148
|
-
};
|
|
149
|
-
export declare const SmartRollupAddMessagesSchema: {
|
|
150
|
-
source: CODEC;
|
|
151
|
-
fee: CODEC;
|
|
152
|
-
counter: CODEC;
|
|
153
|
-
gas_limit: CODEC;
|
|
154
|
-
storage_limit: CODEC;
|
|
155
|
-
message: CODEC;
|
|
156
|
-
};
|
|
157
|
-
export declare const SmartRollupExecuteOutboxMessageSchema: {
|
|
158
|
-
source: CODEC;
|
|
159
|
-
fee: CODEC;
|
|
160
|
-
counter: CODEC;
|
|
161
|
-
gas_limit: CODEC;
|
|
162
|
-
storage_limit: CODEC;
|
|
163
|
-
rollup: CODEC;
|
|
164
|
-
cemented_commitment: CODEC;
|
|
165
|
-
output_proof: CODEC;
|
|
166
|
-
};
|
|
167
|
-
export declare const DalPublishCommitmentSchema: {
|
|
168
|
-
source: CODEC;
|
|
169
|
-
fee: CODEC;
|
|
170
|
-
counter: CODEC;
|
|
171
|
-
gas_limit: CODEC;
|
|
172
|
-
storage_limit: CODEC;
|
|
173
|
-
slot_header: CODEC;
|
|
174
|
-
};
|
|
175
|
-
export declare const FailingNoopSchema: {
|
|
176
|
-
arbitrary: CODEC;
|
|
177
|
-
};
|
|
178
|
-
export declare const operationEncoder: (encoders: {
|
|
179
|
-
[key: string]: (val: object) => string;
|
|
180
|
-
}) => (operation: {
|
|
181
|
-
kind: string;
|
|
182
|
-
}) => string;
|
|
183
|
-
export declare const operationDecoder: (decoders: {
|
|
184
|
-
[key: string]: Decoder;
|
|
185
|
-
}) => (value: Uint8ArrayConsumer) => {
|
|
186
|
-
kind: string;
|
|
187
|
-
};
|
|
188
|
-
type Schema = Record<string, CODEC | CODEC[]>;
|
|
189
|
-
export type Value = Record<keyof Schema, unknown[]>;
|
|
190
|
-
export declare const schemaEncoder: (encoders: {
|
|
191
|
-
[key: string]: (val: object) => string;
|
|
192
|
-
}) => (schema: Schema) => (value: Value) => string;
|
|
193
|
-
export declare const schemaDecoder: (decoders: {
|
|
194
|
-
[key: string]: Decoder;
|
|
195
|
-
}) => (schema: {
|
|
196
|
-
[key: string]: string | string[];
|
|
197
|
-
}) => (value: Uint8ArrayConsumer) => {};
|
|
198
|
-
export {};
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @packageDocumentation
|
|
3
|
-
* @module @taquito/local-forging
|
|
4
|
-
*/
|
|
5
|
-
import 'fast-text-encoding';
|
|
6
|
-
import { ForgeParams, Forger } from './interface';
|
|
7
|
-
import { CODEC } from './constants';
|
|
8
|
-
import { ProtocolsHash } from './protocols';
|
|
9
|
-
export { CODEC, opMapping, opMappingReverse } from './constants';
|
|
10
|
-
export * from './decoder';
|
|
11
|
-
export * from './encoder';
|
|
12
|
-
export * from './uint8array-consumer';
|
|
13
|
-
export * from './interface';
|
|
14
|
-
export { VERSION } from './version';
|
|
15
|
-
export { ProtocolsHash } from './protocols';
|
|
16
|
-
export declare function getCodec(codec: CODEC, _proto: ProtocolsHash): {
|
|
17
|
-
encoder: import("./encoder").Encoder<any>;
|
|
18
|
-
decoder: (hex: string) => any;
|
|
19
|
-
};
|
|
20
|
-
export declare class LocalForger implements Forger {
|
|
21
|
-
readonly protocolHash: ProtocolsHash;
|
|
22
|
-
constructor(protocolHash?: ProtocolsHash);
|
|
23
|
-
private codec;
|
|
24
|
-
forge(params: ForgeParams): Promise<string>;
|
|
25
|
-
parse(hex: string): Promise<ForgeParams>;
|
|
26
|
-
}
|
|
27
|
-
export declare const localForger: LocalForger;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export declare class Uint8ArrayConsumer {
|
|
2
|
-
private readonly arr;
|
|
3
|
-
private offset;
|
|
4
|
-
static fromHexString(hex: string): Uint8ArrayConsumer;
|
|
5
|
-
constructor(arr: Uint8Array, offset?: number);
|
|
6
|
-
consume(count: number): Uint8Array;
|
|
7
|
-
get(idx: number): number;
|
|
8
|
-
length(): number;
|
|
9
|
-
slice(start: number, end?: number): Uint8ArrayConsumer;
|
|
10
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { OpKind } from '@taquito/rpc';
|
|
2
|
-
import { OperationContents } from '@taquito/rpc';
|
|
3
|
-
/**
|
|
4
|
-
* @returns A boolean value to indicate whether the operation kind is valid or not
|
|
5
|
-
*/
|
|
6
|
-
export declare const validateOperationKind: (opKind: OpKind) => boolean;
|
|
7
|
-
/**
|
|
8
|
-
* returns 0 when the two array of properties are identical or the passed property
|
|
9
|
-
* does not have any missing parameters from the corresponding schema
|
|
10
|
-
*
|
|
11
|
-
* @returns array element differences if there are missing required property keys
|
|
12
|
-
*/
|
|
13
|
-
export declare const validateMissingProperty: (operationContent: OperationContents) => string[];
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { TaquitoError } from '@taquito/core';
|
|
2
|
-
/**
|
|
3
|
-
* @category Error
|
|
4
|
-
* Error that indicates a failure when decoding a base58 encoding
|
|
5
|
-
*/
|
|
6
|
-
export declare class Base58DecodingError extends TaquitoError {
|
|
7
|
-
readonly message: string;
|
|
8
|
-
constructor(message: string);
|
|
9
|
-
}
|
|
10
|
-
export declare function decodeBase58(src: string): number[];
|
|
11
|
-
export declare function encodeBase58(src: number[] | Uint8Array): string;
|
|
12
|
-
export declare function decodeBase58Check(src: string): number[];
|
|
13
|
-
export declare function encodeBase58Check(src: number[] | Uint8Array): string;
|
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
import { BytesLiteral } from './micheline';
|
|
2
|
-
import { MichelsonData, MichelsonType } from './michelson-types';
|
|
3
|
-
type AddressType = 'ED25519PublicKeyHash' | 'SECP256K1PublicKeyHash' | 'P256PublicKeyHash' | 'ContractHash';
|
|
4
|
-
export interface Address {
|
|
5
|
-
type: AddressType;
|
|
6
|
-
hash: number[] | Uint8Array;
|
|
7
|
-
entryPoint?: string;
|
|
8
|
-
}
|
|
9
|
-
export type PublicKeyType = 'ED25519PublicKey' | 'SECP256K1PublicKey' | 'P256PublicKey';
|
|
10
|
-
export interface PublicKey {
|
|
11
|
-
type: PublicKeyType;
|
|
12
|
-
publicKey: number[] | Uint8Array;
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* Serializes any value of packable type to its optimized binary representation
|
|
16
|
-
* identical to the one used by PACK and UNPACK Michelson instructions.
|
|
17
|
-
* Without a type definition (not recommended) the data will be encoded as a binary form of a generic Michelson expression.
|
|
18
|
-
* Type definition allows some types like `timestamp` and `address` and other base58 representable types to be encoded to
|
|
19
|
-
* corresponding optimized binary forms borrowed from the Tezos protocol
|
|
20
|
-
*
|
|
21
|
-
* ```typescript
|
|
22
|
-
* const data: MichelsonData = {
|
|
23
|
-
* string: "KT1J4E79F1qL6kGBSQ3yXBdXmuq5j4FNThK2%main"
|
|
24
|
-
* };
|
|
25
|
-
*
|
|
26
|
-
* const typ: MichelsonType = {
|
|
27
|
-
* prim: "address"
|
|
28
|
-
* };
|
|
29
|
-
*
|
|
30
|
-
* const packed = packData(data, typ);
|
|
31
|
-
*
|
|
32
|
-
* // 050a0000001a0167ea84b1082efb9619d6ce04e033633906636e1d006d61696e
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* Without a type definition the base58 encoded address will be treated as a string
|
|
36
|
-
* ```typescript
|
|
37
|
-
* const data: MichelsonData = {
|
|
38
|
-
* string: "KT1J4E79F1qL6kGBSQ3yXBdXmuq5j4FNThK2%main"
|
|
39
|
-
* };
|
|
40
|
-
*
|
|
41
|
-
* const packed = packData(data);
|
|
42
|
-
*
|
|
43
|
-
* // 0501000000294b54314a344537394631714c366b474253513379584264586d7571356a34464e54684b32256d61696e
|
|
44
|
-
* ```
|
|
45
|
-
* @param d Data object
|
|
46
|
-
* @param t Optional type definition
|
|
47
|
-
* @returns Binary representation as numeric array
|
|
48
|
-
*/
|
|
49
|
-
export declare function packData(d: MichelsonData, t?: MichelsonType): number[];
|
|
50
|
-
/**
|
|
51
|
-
* Serializes any value of packable type to its optimized binary representation
|
|
52
|
-
* identical to the one used by PACK and UNPACK Michelson instructions.
|
|
53
|
-
* Same as {@link packData} but returns a `bytes` Michelson data literal instead of an array
|
|
54
|
-
*
|
|
55
|
-
* ```typescript
|
|
56
|
-
* const data: MichelsonData = {
|
|
57
|
-
* string: "2019-09-26T10:59:51Z"
|
|
58
|
-
* };
|
|
59
|
-
*
|
|
60
|
-
* const typ: MichelsonType = {
|
|
61
|
-
* prim: "timestamp"
|
|
62
|
-
* };
|
|
63
|
-
*
|
|
64
|
-
* const packed = packDataBytes(data, typ);
|
|
65
|
-
*
|
|
66
|
-
* // { bytes: "0500a7e8e4d80b" }
|
|
67
|
-
* ```
|
|
68
|
-
* @param d Data object
|
|
69
|
-
* @param t Optional type definition
|
|
70
|
-
* @returns Binary representation as a bytes literal
|
|
71
|
-
*/
|
|
72
|
-
export declare function packDataBytes(d: MichelsonData, t?: MichelsonType): BytesLiteral;
|
|
73
|
-
/**
|
|
74
|
-
* Deserialize a byte array into the corresponding Michelson value.
|
|
75
|
-
* Without a type definition (not recommended) the binary data will be treated as a binary form of a generic Michelson expression and returned as is.
|
|
76
|
-
* Type definition allows some types like `timestamp` and `address` and other types usually encoded in optimized binary forms to be transformed
|
|
77
|
-
* back to their string representations like base58 and ISO timestamps.
|
|
78
|
-
*
|
|
79
|
-
* ```typescript
|
|
80
|
-
* const src = [0x05, 0x00, 0xa7, 0xe8, 0xe4, 0xd8, 0x0b];
|
|
81
|
-
*
|
|
82
|
-
* const typ: MichelsonType = {
|
|
83
|
-
* prim: "timestamp"
|
|
84
|
-
* };
|
|
85
|
-
*
|
|
86
|
-
* const data = unpackData(src, typ);
|
|
87
|
-
*
|
|
88
|
-
* // { string: "2019-09-26T10:59:51Z" }
|
|
89
|
-
* ```
|
|
90
|
-
*
|
|
91
|
-
* Same binary data without a type definition
|
|
92
|
-
* ```typescript
|
|
93
|
-
* const src = [0x05, 0x00, 0xa7, 0xe8, 0xe4, 0xd8, 0x0b];
|
|
94
|
-
*
|
|
95
|
-
* const data = unpackData(src);
|
|
96
|
-
*
|
|
97
|
-
* // { int: "1569495591" }
|
|
98
|
-
* ```
|
|
99
|
-
* @param src Byte array
|
|
100
|
-
* @param t Optional type definition
|
|
101
|
-
* @returns Deserialized data
|
|
102
|
-
*/
|
|
103
|
-
export declare function unpackData(src: number[] | Uint8Array, t?: MichelsonType): MichelsonData;
|
|
104
|
-
/**
|
|
105
|
-
* Deserialize a byte array into the corresponding Michelson value.
|
|
106
|
-
* Same as {@link unpackData} but takes a `bytes` Michelson data literal instead of an array
|
|
107
|
-
*
|
|
108
|
-
* ```typescript
|
|
109
|
-
* const src = { bytes: "0500a7e8e4d80b" };
|
|
110
|
-
*
|
|
111
|
-
* const typ: MichelsonType = {
|
|
112
|
-
* prim: "timestamp"
|
|
113
|
-
* };
|
|
114
|
-
*
|
|
115
|
-
* const data = unpackDataBytes(src, typ);
|
|
116
|
-
*
|
|
117
|
-
* // { string: "2019-09-26T10:59:51Z" }
|
|
118
|
-
* ```
|
|
119
|
-
* @param src Bytes object
|
|
120
|
-
* @param t Optional type definition
|
|
121
|
-
* @returns Deserialized data
|
|
122
|
-
*/
|
|
123
|
-
export declare function unpackDataBytes(src: BytesLiteral, t?: MichelsonType): MichelsonData;
|
|
124
|
-
export declare function decodeAddressBytes(b: BytesLiteral): Address;
|
|
125
|
-
export declare function decodePublicKeyHashBytes(b: BytesLiteral): Address;
|
|
126
|
-
export declare function decodePublicKeyBytes(b: BytesLiteral): PublicKey;
|
|
127
|
-
export {};
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { ParameterValidationError, TaquitoError } from '@taquito/core';
|
|
2
|
-
/**
|
|
3
|
-
* @category Error
|
|
4
|
-
* Error that indicates an invalid Michelson being passed or used
|
|
5
|
-
*/
|
|
6
|
-
export declare class InvalidMichelsonError extends ParameterValidationError {
|
|
7
|
-
readonly message: string;
|
|
8
|
-
constructor(message: string);
|
|
9
|
-
}
|
|
10
|
-
/**
|
|
11
|
-
* @category Error
|
|
12
|
-
* Error that indicates an invalid type expression being passed or used
|
|
13
|
-
*/
|
|
14
|
-
export declare class InvalidTypeExpressionError extends ParameterValidationError {
|
|
15
|
-
readonly message: string;
|
|
16
|
-
constructor(message: string);
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* @category Error
|
|
20
|
-
* Error that indicates an invalid data expression being passed or used
|
|
21
|
-
*/
|
|
22
|
-
export declare class InvalidDataExpressionError extends ParameterValidationError {
|
|
23
|
-
readonly message: string;
|
|
24
|
-
constructor(message: string);
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* @category Error
|
|
28
|
-
* Error that indicates an invalid contract entrypoint being referenced or passed
|
|
29
|
-
*/
|
|
30
|
-
export declare class InvalidEntrypointError extends ParameterValidationError {
|
|
31
|
-
readonly entrypoint?: string | undefined;
|
|
32
|
-
constructor(entrypoint?: string | undefined);
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* @category Error
|
|
36
|
-
* Error that indicates a failure happening when trying to encode Tezos ID
|
|
37
|
-
*/
|
|
38
|
-
export declare class TezosIdEncodeError extends ParameterValidationError {
|
|
39
|
-
readonly message: string;
|
|
40
|
-
constructor(message: string);
|
|
41
|
-
}
|
|
42
|
-
/**
|
|
43
|
-
* @category Error
|
|
44
|
-
* Error that indicates a general error happening when trying to create a LongInteger
|
|
45
|
-
*/
|
|
46
|
-
export declare class LongIntegerError extends TaquitoError {
|
|
47
|
-
readonly message: string;
|
|
48
|
-
constructor(message: string);
|
|
49
|
-
}
|
|
50
|
-
/**
|
|
51
|
-
* @category Error
|
|
52
|
-
* Error that indicates a failure occurring when trying to parse a hex byte
|
|
53
|
-
*/
|
|
54
|
-
export declare class HexParseError extends TaquitoError {
|
|
55
|
-
readonly hexByte: string;
|
|
56
|
-
constructor(hexByte: string);
|
|
57
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { InstructionTrace } from './michelson-typecheck';
|
|
2
|
-
import { MichelsonError } from './utils';
|
|
3
|
-
import { MichelsonReturnType } from './michelson-types';
|
|
4
|
-
export declare function formatStack(s: MichelsonReturnType): string;
|
|
5
|
-
export declare function traceDumpFunc(blocks: boolean, cb: (s: string) => void): (v: InstructionTrace) => void;
|
|
6
|
-
export declare function formatError(err: MichelsonError): string;
|