@airgap/coinlib-core 0.13.8-beta.8 → 0.13.8
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/dependencies/src/@stablelib/binary-1.0.1/packages/binary/binary.d.ts +230 -0
- package/dependencies/src/@stablelib/binary-1.0.1/packages/binary/binary.js +471 -0
- package/dependencies/src/@stablelib/binary-1.0.1/packages/binary/binary.js.map +1 -0
- package/dependencies/src/@stablelib/blake2b-1.0.1/packages/blake2b/blake2b.d.ts +76 -0
- package/dependencies/src/@stablelib/blake2b-1.0.1/packages/blake2b/blake2b.js +455 -0
- package/dependencies/src/@stablelib/blake2b-1.0.1/packages/blake2b/blake2b.js.map +1 -0
- package/dependencies/src/@stablelib/ed25519-1.0.3/packages/ed25519/ed25519.d.ts +27 -0
- package/dependencies/src/@stablelib/ed25519-1.0.3/packages/ed25519/ed25519.js +848 -0
- package/dependencies/src/@stablelib/ed25519-1.0.3/packages/ed25519/ed25519.js.map +1 -0
- package/dependencies/src/@stablelib/hash-1.0.1/packages/hash/hash.d.ts +22 -0
- package/dependencies/src/@stablelib/hash-1.0.1/packages/hash/hash.js +14 -0
- package/dependencies/src/@stablelib/hash-1.0.1/packages/hash/hash.js.map +1 -0
- package/dependencies/src/@stablelib/int-1.0.1/packages/int/int.d.ts +29 -0
- package/dependencies/src/@stablelib/int-1.0.1/packages/int/int.js +63 -0
- package/dependencies/src/@stablelib/int-1.0.1/packages/int/int.js.map +1 -0
- package/dependencies/src/@stablelib/random-1.0.2/packages/random/random.d.ts +36 -0
- package/dependencies/src/@stablelib/random-1.0.2/packages/random/random.js +87 -0
- package/dependencies/src/@stablelib/random-1.0.2/packages/random/random.js.map +1 -0
- package/dependencies/src/@stablelib/random-1.0.2/packages/random/source/browser.d.ts +8 -0
- package/dependencies/src/@stablelib/random-1.0.2/packages/random/source/browser.js +33 -0
- package/dependencies/src/@stablelib/random-1.0.2/packages/random/source/browser.js.map +1 -0
- package/dependencies/src/@stablelib/random-1.0.2/packages/random/source/index.d.ts +11 -0
- package/dependencies/src/@stablelib/random-1.0.2/packages/random/source/index.js +5 -0
- package/dependencies/src/@stablelib/random-1.0.2/packages/random/source/index.js.map +1 -0
- package/dependencies/src/@stablelib/random-1.0.2/packages/random/source/node.d.ts +8 -0
- package/dependencies/src/@stablelib/random-1.0.2/packages/random/source/node.js +43 -0
- package/dependencies/src/@stablelib/random-1.0.2/packages/random/source/node.js.map +1 -0
- package/dependencies/src/@stablelib/random-1.0.2/packages/random/source/system.d.ts +8 -0
- package/dependencies/src/@stablelib/random-1.0.2/packages/random/source/system.js +37 -0
- package/dependencies/src/@stablelib/random-1.0.2/packages/random/source/system.js.map +1 -0
- package/dependencies/src/@stablelib/sha512/packages/sha512/sha512.d.ts +73 -0
- package/dependencies/src/@stablelib/sha512/packages/sha512/sha512.js +552 -0
- package/dependencies/src/@stablelib/sha512/packages/sha512/sha512.js.map +1 -0
- package/dependencies/src/@stablelib/sha512-1.0.1/packages/sha512/sha512.d.ts +73 -0
- package/dependencies/src/@stablelib/sha512-1.0.1/packages/sha512/sha512.js +552 -0
- package/dependencies/src/@stablelib/sha512-1.0.1/packages/sha512/sha512.js.map +1 -0
- package/dependencies/src/@stablelib/wipe-1.0.1/packages/wipe/wipe.d.ts +18 -0
- package/dependencies/src/@stablelib/wipe-1.0.1/packages/wipe/wipe.js +29 -0
- package/dependencies/src/@stablelib/wipe-1.0.1/packages/wipe/wipe.js.map +1 -0
- package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/codec.d.ts +22 -4
- package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/codec.js +104 -13
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/codec.js.map +1 -0
- package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/constants.d.ts +17 -1
- package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/constants.js +44 -6
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/constants.js.map +1 -0
- package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/decoder.d.ts +1 -1
- package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/decoder.js +30 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/decoder.js.map +1 -0
- package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/encoder.d.ts +0 -0
- package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/encoder.js +28 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/encoder.js.map +1 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/error.d.ts +89 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/error.js +169 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/error.js.map +1 -0
- package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1/packages/taquito/src/forger → local-forging-15.0.1/packages/taquito-local-forging/src}/interface.d.ts +1 -1
- package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1/packages/taquito/src/forger → local-forging-15.0.1/packages/taquito-local-forging/src}/interface.js +0 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/interface.js.map +1 -0
- package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/michelson/codec.d.ts +6 -5
- package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/michelson/codec.js +62 -19
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/michelson/codec.js.map +1 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/codec-proto14.d.ts +15 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/codec-proto14.js +80 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/codec-proto14.js.map +1 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/constants-proto14.d.ts +12 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/constants-proto14.js +184 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/constants-proto14.js.map +1 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/decoder-proto14.d.ts +5 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/decoder-proto14.js +81 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/decoder-proto14.js.map +1 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/encoder-proto14.d.ts +4 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/encoder-proto14.js +76 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/encoder-proto14.js.map +1 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/michelson/codec-proto14.d.ts +14 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/michelson/codec-proto14.js +150 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/proto14-kathmandu/michelson/codec-proto14.js.map +1 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/protocols.d.ts +17 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/protocols.js +41 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/protocols.js.map +1 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/schema/operation.d.ts +150 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/schema/operation.js +217 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/schema/operation.js.map +1 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/taquito-local-forging.d.ts +26 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/taquito-local-forging.js +115 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/taquito-local-forging.js.map +1 -0
- package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/uint8array-consumer.d.ts +0 -0
- package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/uint8array-consumer.js +2 -1
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/uint8array-consumer.js.map +1 -0
- package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/utils.d.ts +0 -0
- package/dependencies/src/@taquito/{local-forging-8.0.1-beta.1 → local-forging-15.0.1}/packages/taquito-local-forging/src/utils.js +0 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/utils.js.map +1 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/validator.d.ts +13 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/validator.js +52 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/validator.js.map +1 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/version.d.ts +4 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/version.js +9 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-local-forging/src/version.js.map +1 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-rpc/src/opkind.d.ts +34 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-rpc/src/opkind.js +39 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-rpc/src/opkind.js.map +1 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-rpc/src/types.d.ts +1590 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-rpc/src/types.js +35 -0
- package/dependencies/src/@taquito/local-forging-15.0.1/packages/taquito-rpc/src/types.js.map +1 -0
- package/dependencies/src/@taquito/{utils-8.0.1-beta.1 → utils-15.0.1}/packages/taquito-utils/src/constants.d.ts +27 -3
- package/dependencies/src/@taquito/{utils-8.0.1-beta.1 → utils-15.0.1}/packages/taquito-utils/src/constants.js +40 -1
- package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/constants.js.map +1 -0
- package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/errors.d.ts +145 -0
- package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/errors.js +270 -0
- package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/errors.js.map +1 -0
- package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/format.d.ts +4 -0
- package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/format.js +33 -0
- package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/format.js.map +1 -0
- package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/taquito-utils.d.ts +163 -0
- package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/taquito-utils.js +438 -0
- package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/taquito-utils.js.map +1 -0
- package/dependencies/src/@taquito/{utils-8.0.1-beta.1 → utils-15.0.1}/packages/taquito-utils/src/validators.d.ts +63 -9
- package/dependencies/src/@taquito/{utils-8.0.1-beta.1 → utils-15.0.1}/packages/taquito-utils/src/validators.js +85 -8
- package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/validators.js.map +1 -0
- package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/verify-signature.d.ts +24 -0
- package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/verify-signature.js +126 -0
- package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/verify-signature.js.map +1 -0
- package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/version.d.ts +4 -0
- package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/version.js +9 -0
- package/dependencies/src/@taquito/utils-15.0.1/packages/taquito-utils/src/version.js.map +1 -0
- package/dependencies/src/typedarray-to-buffer-4.0.0/index.js +17 -0
- package/package.json +2 -1
- package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito/src/forger/interface.js.map +0 -1
- package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/codec.js.map +0 -1
- package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/constants.js.map +0 -1
- package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/decoder.js.map +0 -1
- package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/encoder.js.map +0 -1
- package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/michelson/codec.js.map +0 -1
- package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/schema/operation.d.ts +0 -86
- package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/schema/operation.js +0 -149
- package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/schema/operation.js.map +0 -1
- package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/taquito-local-forging.d.ts +0 -16
- package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/taquito-local-forging.js +0 -51
- package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/taquito-local-forging.js.map +0 -1
- package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/uint8array-consumer.js.map +0 -1
- package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/utils.js.map +0 -1
- package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-rpc/src/opkind.d.ts +0 -13
- package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-rpc/src/opkind.js +0 -18
- package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-rpc/src/opkind.js.map +0 -1
- package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-rpc/src/types.d.ts +0 -598
- package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-rpc/src/types.js +0 -3
- package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-rpc/src/types.js.map +0 -1
- package/dependencies/src/@taquito/utils-8.0.1-beta.1/packages/taquito-utils/src/constants.js.map +0 -1
- package/dependencies/src/@taquito/utils-8.0.1-beta.1/packages/taquito-utils/src/taquito-utils.d.ts +0 -83
- package/dependencies/src/@taquito/utils-8.0.1-beta.1/packages/taquito-utils/src/taquito-utils.js +0 -245
- package/dependencies/src/@taquito/utils-8.0.1-beta.1/packages/taquito-utils/src/taquito-utils.js.map +0 -1
- package/dependencies/src/@taquito/utils-8.0.1-beta.1/packages/taquito-utils/src/validators.js.map +0 -1
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
import { Decoder } from '../decoder';
|
|
2
|
-
import { Uint8ArrayConsumer } from '../uint8array-consumer';
|
|
3
|
-
export declare const ManagerOperationSchema: {
|
|
4
|
-
branch: string;
|
|
5
|
-
contents: string[];
|
|
6
|
-
};
|
|
7
|
-
export declare const ActivationSchema: {
|
|
8
|
-
pkh: string;
|
|
9
|
-
secret: string;
|
|
10
|
-
};
|
|
11
|
-
export declare const RevealSchema: {
|
|
12
|
-
source: string;
|
|
13
|
-
fee: string;
|
|
14
|
-
counter: string;
|
|
15
|
-
gas_limit: string;
|
|
16
|
-
storage_limit: string;
|
|
17
|
-
public_key: string;
|
|
18
|
-
};
|
|
19
|
-
export declare const DelegationSchema: {
|
|
20
|
-
source: string;
|
|
21
|
-
fee: string;
|
|
22
|
-
counter: string;
|
|
23
|
-
gas_limit: string;
|
|
24
|
-
storage_limit: string;
|
|
25
|
-
delegate: string;
|
|
26
|
-
};
|
|
27
|
-
export declare const TransactionSchema: {
|
|
28
|
-
source: string;
|
|
29
|
-
fee: string;
|
|
30
|
-
counter: string;
|
|
31
|
-
gas_limit: string;
|
|
32
|
-
storage_limit: string;
|
|
33
|
-
amount: string;
|
|
34
|
-
destination: string;
|
|
35
|
-
parameters: string;
|
|
36
|
-
};
|
|
37
|
-
export declare const OriginationSchema: {
|
|
38
|
-
source: string;
|
|
39
|
-
fee: string;
|
|
40
|
-
counter: string;
|
|
41
|
-
gas_limit: string;
|
|
42
|
-
storage_limit: string;
|
|
43
|
-
balance: string;
|
|
44
|
-
delegate: string;
|
|
45
|
-
script: string;
|
|
46
|
-
};
|
|
47
|
-
export declare const BallotSchema: {
|
|
48
|
-
source: string;
|
|
49
|
-
period: string;
|
|
50
|
-
proposal: string;
|
|
51
|
-
ballot: string;
|
|
52
|
-
};
|
|
53
|
-
export declare const EndorsementSchema: {
|
|
54
|
-
level: string;
|
|
55
|
-
};
|
|
56
|
-
export declare const SeedNonceRevelationSchema: {
|
|
57
|
-
level: string;
|
|
58
|
-
nonce: string;
|
|
59
|
-
};
|
|
60
|
-
export declare const ProposalsSchema: {
|
|
61
|
-
source: string;
|
|
62
|
-
period: string;
|
|
63
|
-
proposals: string;
|
|
64
|
-
};
|
|
65
|
-
export declare const operationEncoder: (encoders: {
|
|
66
|
-
[key: string]: (val: {}) => string;
|
|
67
|
-
}) => (operation: {
|
|
68
|
-
kind: string;
|
|
69
|
-
}) => string;
|
|
70
|
-
export declare const operationDecoder: (decoders: {
|
|
71
|
-
[key: string]: Decoder;
|
|
72
|
-
}) => (value: Uint8ArrayConsumer) => {
|
|
73
|
-
kind: string;
|
|
74
|
-
};
|
|
75
|
-
export declare const schemaEncoder: (encoders: {
|
|
76
|
-
[key: string]: (val: {}) => string;
|
|
77
|
-
}) => (schema: {
|
|
78
|
-
[key: string]: string | string[];
|
|
79
|
-
}) => <T extends {
|
|
80
|
-
[key: string]: any;
|
|
81
|
-
}>(value: T) => string;
|
|
82
|
-
export declare const schemaDecoder: (decoders: {
|
|
83
|
-
[key: string]: Decoder;
|
|
84
|
-
}) => (schema: {
|
|
85
|
-
[key: string]: string | string[];
|
|
86
|
-
}) => (value: Uint8ArrayConsumer) => {};
|
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
-
exports.schemaDecoder = exports.schemaEncoder = exports.operationDecoder = exports.operationEncoder = exports.ProposalsSchema = exports.SeedNonceRevelationSchema = exports.EndorsementSchema = exports.BallotSchema = exports.OriginationSchema = exports.TransactionSchema = exports.DelegationSchema = exports.RevealSchema = exports.ActivationSchema = exports.ManagerOperationSchema = void 0;
|
|
15
|
-
var constants_1 = require("../constants");
|
|
16
|
-
exports.ManagerOperationSchema = {
|
|
17
|
-
branch: 'branch',
|
|
18
|
-
contents: ['operation'],
|
|
19
|
-
};
|
|
20
|
-
exports.ActivationSchema = {
|
|
21
|
-
pkh: 'tz1',
|
|
22
|
-
secret: 'secret',
|
|
23
|
-
};
|
|
24
|
-
exports.RevealSchema = {
|
|
25
|
-
source: 'pkh',
|
|
26
|
-
fee: 'zarith',
|
|
27
|
-
counter: 'zarith',
|
|
28
|
-
gas_limit: 'zarith',
|
|
29
|
-
storage_limit: 'zarith',
|
|
30
|
-
public_key: 'public_key',
|
|
31
|
-
};
|
|
32
|
-
exports.DelegationSchema = {
|
|
33
|
-
source: 'pkh',
|
|
34
|
-
fee: 'zarith',
|
|
35
|
-
counter: 'zarith',
|
|
36
|
-
gas_limit: 'zarith',
|
|
37
|
-
storage_limit: 'zarith',
|
|
38
|
-
delegate: 'delegate',
|
|
39
|
-
};
|
|
40
|
-
exports.TransactionSchema = {
|
|
41
|
-
source: 'pkh',
|
|
42
|
-
fee: 'zarith',
|
|
43
|
-
counter: 'zarith',
|
|
44
|
-
gas_limit: 'zarith',
|
|
45
|
-
storage_limit: 'zarith',
|
|
46
|
-
amount: 'zarith',
|
|
47
|
-
destination: 'address',
|
|
48
|
-
parameters: 'parameters',
|
|
49
|
-
};
|
|
50
|
-
exports.OriginationSchema = {
|
|
51
|
-
source: 'pkh',
|
|
52
|
-
fee: 'zarith',
|
|
53
|
-
counter: 'zarith',
|
|
54
|
-
gas_limit: 'zarith',
|
|
55
|
-
storage_limit: 'zarith',
|
|
56
|
-
balance: 'zarith',
|
|
57
|
-
delegate: 'delegate',
|
|
58
|
-
script: 'script',
|
|
59
|
-
};
|
|
60
|
-
exports.BallotSchema = {
|
|
61
|
-
source: 'pkh',
|
|
62
|
-
period: 'int32',
|
|
63
|
-
proposal: 'proposal',
|
|
64
|
-
ballot: 'ballotStmt',
|
|
65
|
-
};
|
|
66
|
-
exports.EndorsementSchema = {
|
|
67
|
-
level: 'int32',
|
|
68
|
-
};
|
|
69
|
-
exports.SeedNonceRevelationSchema = {
|
|
70
|
-
level: 'int32',
|
|
71
|
-
nonce: 'raw',
|
|
72
|
-
};
|
|
73
|
-
exports.ProposalsSchema = {
|
|
74
|
-
source: 'pkh',
|
|
75
|
-
period: 'int32',
|
|
76
|
-
proposals: 'proposalArr',
|
|
77
|
-
};
|
|
78
|
-
var operationEncoder = function (encoders) { return function (operation) {
|
|
79
|
-
if (!(operation.kind in encoders) || !(operation.kind in constants_1.kindMappingReverse)) {
|
|
80
|
-
throw new Error("Unsupported operation kind: ".concat(operation.kind));
|
|
81
|
-
}
|
|
82
|
-
return constants_1.kindMappingReverse[operation.kind] + encoders[operation.kind](operation);
|
|
83
|
-
}; };
|
|
84
|
-
exports.operationEncoder = operationEncoder;
|
|
85
|
-
var operationDecoder = function (decoders) { return function (value) {
|
|
86
|
-
var op = value.consume(1);
|
|
87
|
-
var operationName = constants_1.kindMapping[op[0]];
|
|
88
|
-
var decodedObj = decoders[operationName](value);
|
|
89
|
-
if (typeof decodedObj !== 'object') {
|
|
90
|
-
throw new Error('Decoded invalid operation');
|
|
91
|
-
}
|
|
92
|
-
if (operationName) {
|
|
93
|
-
return __assign({ kind: operationName }, decodedObj);
|
|
94
|
-
}
|
|
95
|
-
else {
|
|
96
|
-
throw new Error("Unsupported operation ".concat(op[0]));
|
|
97
|
-
}
|
|
98
|
-
}; };
|
|
99
|
-
exports.operationDecoder = operationDecoder;
|
|
100
|
-
var schemaEncoder = function (encoders) { return function (schema) { return function (value) {
|
|
101
|
-
var keys = Object.keys(schema);
|
|
102
|
-
return keys.reduce(function (prev, key) {
|
|
103
|
-
var valueToEncode = schema[key];
|
|
104
|
-
if (Array.isArray(valueToEncode)) {
|
|
105
|
-
var encoder_1 = encoders[valueToEncode[0]];
|
|
106
|
-
var values = value[key];
|
|
107
|
-
if (!Array.isArray(values)) {
|
|
108
|
-
throw new Error("Exepected value to be Array ".concat(JSON.stringify(values)));
|
|
109
|
-
}
|
|
110
|
-
return prev + values.reduce(function (prevBytes, current) { return prevBytes + encoder_1(current); }, '');
|
|
111
|
-
}
|
|
112
|
-
else {
|
|
113
|
-
var encoder = encoders[valueToEncode];
|
|
114
|
-
return prev + encoder(value[key]);
|
|
115
|
-
}
|
|
116
|
-
}, '');
|
|
117
|
-
}; }; };
|
|
118
|
-
exports.schemaEncoder = schemaEncoder;
|
|
119
|
-
var schemaDecoder = function (decoders) { return function (schema) { return function (value) {
|
|
120
|
-
var keys = Object.keys(schema);
|
|
121
|
-
return keys.reduce(function (prev, key) {
|
|
122
|
-
var _a, _b;
|
|
123
|
-
var valueToEncode = schema[key];
|
|
124
|
-
if (Array.isArray(valueToEncode)) {
|
|
125
|
-
var decoder = decoders[valueToEncode[0]];
|
|
126
|
-
var decoded = [];
|
|
127
|
-
var lastLength = value.length();
|
|
128
|
-
while (value.length() > 0) {
|
|
129
|
-
decoded.push(decoder(value));
|
|
130
|
-
if (lastLength === value.length()) {
|
|
131
|
-
throw new Error('Unable to decode value');
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
return __assign(__assign({}, prev), (_a = {}, _a[key] = decoded, _a));
|
|
135
|
-
}
|
|
136
|
-
else {
|
|
137
|
-
var decoder = decoders[valueToEncode];
|
|
138
|
-
var result = decoder(value);
|
|
139
|
-
if (result) {
|
|
140
|
-
return __assign(__assign({}, prev), (_b = {}, _b[key] = result, _b));
|
|
141
|
-
}
|
|
142
|
-
else {
|
|
143
|
-
return __assign({}, prev);
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
}, {});
|
|
147
|
-
}; }; };
|
|
148
|
-
exports.schemaDecoder = schemaDecoder;
|
|
149
|
-
//# sourceMappingURL=operation.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operation.js","sourceRoot":"","sources":["../../../../../../../../../src/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/schema/operation.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ForgeParams, Forger } from '../../taquito/src/forger/interface';
|
|
2
|
-
import { CODEC } from './constants';
|
|
3
|
-
export { CODEC } from './constants';
|
|
4
|
-
export * from './decoder';
|
|
5
|
-
export * from './encoder';
|
|
6
|
-
export * from './uint8array-consumer';
|
|
7
|
-
export declare function getCodec(codec: CODEC): {
|
|
8
|
-
encoder: import("./encoder").Encoder<any>;
|
|
9
|
-
decoder: (hex: string) => any;
|
|
10
|
-
};
|
|
11
|
-
export declare class LocalForger implements Forger {
|
|
12
|
-
private codec;
|
|
13
|
-
forge(params: ForgeParams): Promise<string>;
|
|
14
|
-
parse(hex: string): Promise<ForgeParams>;
|
|
15
|
-
}
|
|
16
|
-
export declare const localForger: LocalForger;
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.localForger = exports.LocalForger = exports.getCodec = exports.CODEC = void 0;
|
|
18
|
-
var constants_1 = require("./constants");
|
|
19
|
-
var decoder_1 = require("./decoder");
|
|
20
|
-
var encoder_1 = require("./encoder");
|
|
21
|
-
var uint8array_consumer_1 = require("./uint8array-consumer");
|
|
22
|
-
var constants_2 = require("./constants");
|
|
23
|
-
Object.defineProperty(exports, "CODEC", { enumerable: true, get: function () { return constants_2.CODEC; } });
|
|
24
|
-
__exportStar(require("./decoder"), exports);
|
|
25
|
-
__exportStar(require("./encoder"), exports);
|
|
26
|
-
__exportStar(require("./uint8array-consumer"), exports);
|
|
27
|
-
function getCodec(codec) {
|
|
28
|
-
return {
|
|
29
|
-
encoder: encoder_1.encoders[codec],
|
|
30
|
-
decoder: function (hex) {
|
|
31
|
-
var consumer = uint8array_consumer_1.Uint8ArrayConsumer.fromHexString(hex);
|
|
32
|
-
return decoder_1.decoders[codec](consumer);
|
|
33
|
-
},
|
|
34
|
-
};
|
|
35
|
-
}
|
|
36
|
-
exports.getCodec = getCodec;
|
|
37
|
-
var LocalForger = /** @class */ (function () {
|
|
38
|
-
function LocalForger() {
|
|
39
|
-
this.codec = getCodec(constants_1.CODEC.MANAGER);
|
|
40
|
-
}
|
|
41
|
-
LocalForger.prototype.forge = function (params) {
|
|
42
|
-
return Promise.resolve(this.codec.encoder(params));
|
|
43
|
-
};
|
|
44
|
-
LocalForger.prototype.parse = function (hex) {
|
|
45
|
-
return Promise.resolve(this.codec.decoder(hex));
|
|
46
|
-
};
|
|
47
|
-
return LocalForger;
|
|
48
|
-
}());
|
|
49
|
-
exports.LocalForger = LocalForger;
|
|
50
|
-
exports.localForger = new LocalForger();
|
|
51
|
-
//# sourceMappingURL=taquito-local-forging.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"taquito-local-forging.js","sourceRoot":"","sources":["../../../../../../../../src/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/taquito-local-forging.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AACA,yCAAoC;AACpC,qCAAqC;AACrC,qCAAqC;AACrC,6DAA2D;AAE3D,yCAAoC;AAA3B,kGAAA,KAAK,OAAA;AACd,4CAA0B;AAC1B,4CAA0B;AAC1B,wDAAsC;AAEtC,SAAgB,QAAQ,CAAC,KAAY;IACnC,OAAO;QACL,OAAO,EAAE,kBAAQ,CAAC,KAAK,CAAC;QACxB,OAAO,EAAE,UAAC,GAAW;YACnB,IAAM,QAAQ,GAAG,wCAAkB,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;YACvD,OAAO,kBAAQ,CAAC,KAAK,CAAC,CAAC,QAAQ,CAAQ,CAAC;QAC1C,CAAC;KACF,CAAC;AACJ,CAAC;AARD,4BAQC;AAED;IAAA;QACU,UAAK,GAAG,QAAQ,CAAC,iBAAK,CAAC,OAAO,CAAC,CAAC;IAS1C,CAAC;IAPC,2BAAK,GAAL,UAAM,MAAmB;QACvB,OAAO,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC;IACrD,CAAC;IAED,2BAAK,GAAL,UAAM,GAAW;QACf,OAAO,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,GAAG,CAAgB,CAAC,CAAC;IACjE,CAAC;IACH,kBAAC;AAAD,CAAC,AAVD,IAUC;AAVY,kCAAW;AAYX,QAAA,WAAW,GAAG,IAAI,WAAW,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uint8array-consumer.js","sourceRoot":"","sources":["../../../../../../../../src/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/uint8array-consumer.ts"],"names":[],"mappings":";;;AAAA;IAaE,4BAA6B,GAAe,EAAU,MAAkB;QAAlB,uBAAA,EAAA,UAAkB;QAA3C,QAAG,GAAH,GAAG,CAAY;QAAU,WAAM,GAAN,MAAM,CAAY;IAAG,CAAC;IAZrE,gCAAa,GAApB,UAAqB,GAAW;QAC9B,IAAM,MAAM,GAAG,GAAG,CAAC,WAAW,EAAE,CAAC;QACjC,IAAI,oBAAoB,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE;YACrC,IAAM,GAAG,GAAG,IAAI,UAAU,CACxB,CAAC,MAAM,CAAC,KAAK,CAAC,gBAAgB,CAAC,IAAI,EAAE,CAAC,CAAC,GAAG,CAAC,UAAA,IAAI,IAAI,OAAA,QAAQ,CAAC,IAAI,EAAE,EAAE,CAAC,EAAlB,CAAkB,CAAC,CACvE,CAAC;YACF,OAAO,IAAI,kBAAkB,CAAC,GAAG,CAAC,CAAC;SACpC;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,oBAAoB,CAAC,CAAC;SACvC;IACH,CAAC;IAIM,oCAAO,GAAd,UAAe,KAAa;QAC1B,IAAM,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC,CAAC;QACnE,IAAI,CAAC,MAAM,IAAI,KAAK,CAAC;QACrB,OAAO,MAAM,CAAC;IAChB,CAAC;IAEM,gCAAG,GAAV,UAAW,GAAW;QACpB,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,MAAM,GAAG,GAAG,CAAC,CAAC;IACrC,CAAC;IAEM,mCAAM,GAAb;QACE,OAAO,IAAI,CAAC,GAAG,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC;IACvC,CAAC;IACH,yBAAC;AAAD,CAAC,AA5BD,IA4BC;AA5BY,gDAAkB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../../../../../src/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-local-forging/src/utils.ts"],"names":[],"mappings":";;;AAAO,IAAM,MAAM,GAAG;IAAC,aAAoB;SAApB,UAAoB,EAApB,qBAAoB,EAApB,IAAoB;QAApB,wBAAoB;;IACzC,OAAO,GAAG,CAAC,MAAM,CAAC,UAAC,CAAa,EAAE,CAAa;QAC7C,IAAM,CAAC,GAAG,IAAI,UAAU,CAAC,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,MAAM,CAAC,CAAC;QAC9C,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QACT,CAAC,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC;QACnB,OAAO,CAAC,CAAC;IACX,CAAC,EAAE,IAAI,UAAU,EAAE,CAAC,CAAC;AACvB,CAAC,CAAC;AAPW,QAAA,MAAM,UAOjB;AAEK,IAAM,WAAW,GAAG,UAAC,KAAiB;IAC3C,OAAA,KAAK,CAAC,MAAM,CAAC,UAAC,GAAG,EAAE,IAAI,IAAK,OAAA,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,EAAE,GAAG,CAAC,EAAxC,CAAwC,EAAE,EAAE,CAAC;AAAzE,CAAyE,CAAC;AAD/D,QAAA,WAAW,eACoD;AAErE,IAAM,GAAG,GAAG,UAAC,GAAW,EAAE,UAAsB;IAAtB,2BAAA,EAAA,cAAsB;IACrD,OAAO,GAAG,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,UAAU,EAAE,GAAG,CAAC,CAAC;AACpD,CAAC,CAAC;AAFW,QAAA,GAAG,OAEd"}
|
package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-rpc/src/opkind.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export declare enum OpKind {
|
|
2
|
-
ORIGINATION = "origination",
|
|
3
|
-
DELEGATION = "delegation",
|
|
4
|
-
REVEAL = "reveal",
|
|
5
|
-
TRANSACTION = "transaction",
|
|
6
|
-
ACTIVATION = "activate_account",
|
|
7
|
-
ENDORSEMENT = "endorsement",
|
|
8
|
-
SEED_NONCE_REVELATION = "seed_nonce_revelation",
|
|
9
|
-
DOUBLE_ENDORSEMENT_EVIDENCE = "double_endorsement_evidence",
|
|
10
|
-
DOUBLE_BAKING_EVIDENCE = "double_baking_evidence",
|
|
11
|
-
PROPOSALS = "proposals",
|
|
12
|
-
BALLOT = "ballot"
|
|
13
|
-
}
|
package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-rpc/src/opkind.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.OpKind = void 0;
|
|
4
|
-
var OpKind;
|
|
5
|
-
(function (OpKind) {
|
|
6
|
-
OpKind["ORIGINATION"] = "origination";
|
|
7
|
-
OpKind["DELEGATION"] = "delegation";
|
|
8
|
-
OpKind["REVEAL"] = "reveal";
|
|
9
|
-
OpKind["TRANSACTION"] = "transaction";
|
|
10
|
-
OpKind["ACTIVATION"] = "activate_account";
|
|
11
|
-
OpKind["ENDORSEMENT"] = "endorsement";
|
|
12
|
-
OpKind["SEED_NONCE_REVELATION"] = "seed_nonce_revelation";
|
|
13
|
-
OpKind["DOUBLE_ENDORSEMENT_EVIDENCE"] = "double_endorsement_evidence";
|
|
14
|
-
OpKind["DOUBLE_BAKING_EVIDENCE"] = "double_baking_evidence";
|
|
15
|
-
OpKind["PROPOSALS"] = "proposals";
|
|
16
|
-
OpKind["BALLOT"] = "ballot";
|
|
17
|
-
})(OpKind = exports.OpKind || (exports.OpKind = {}));
|
|
18
|
-
//# sourceMappingURL=opkind.js.map
|
package/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-rpc/src/opkind.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"opkind.js","sourceRoot":"","sources":["../../../../../../../../src/dependencies/src/@taquito/local-forging-8.0.1-beta.1/packages/taquito-rpc/src/opkind.ts"],"names":[],"mappings":";;;AAAA,IAAY,MAYX;AAZD,WAAY,MAAM;IAChB,qCAA2B,CAAA;IAC3B,mCAAyB,CAAA;IACzB,2BAAiB,CAAA;IACjB,qCAA2B,CAAA;IAC3B,yCAA+B,CAAA;IAC/B,qCAA2B,CAAA;IAC3B,yDAA+C,CAAA;IAC/C,qEAA2D,CAAA;IAC3D,2DAAiD,CAAA;IACjD,iCAAuB,CAAA;IACvB,2BAAiB,CAAA;AACnB,CAAC,EAZW,MAAM,GAAN,cAAM,KAAN,cAAM,QAYjB"}
|