@bitgo/wasm-solana 2.1.0 → 2.2.0

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.
@@ -2,24 +2,10 @@
2
2
  /* eslint-disable */
3
3
  export const memory: WebAssembly.Memory;
4
4
  export const __wbg_parsernamespace_free: (a: number, b: number) => void;
5
- export const __wbg_wasmkeypair_free: (a: number, b: number) => void;
6
- export const __wbg_wasmpubkey_free: (a: number, b: number) => void;
7
5
  export const __wbg_wasmtransaction_free: (a: number, b: number) => void;
8
6
  export const __wbg_wasmversionedtransaction_free: (a: number, b: number) => void;
9
7
  export const is_versioned_transaction: (a: number, b: number) => number;
10
8
  export const parsernamespace_parse_transaction: (a: number, b: number, c: number) => void;
11
- export const wasmkeypair_address: (a: number, b: number) => void;
12
- export const wasmkeypair_from_secret_key: (a: number, b: number, c: number) => void;
13
- export const wasmkeypair_from_solana_secret_key: (a: number, b: number, c: number) => void;
14
- export const wasmkeypair_generate: () => number;
15
- export const wasmkeypair_public_key: (a: number) => number;
16
- export const wasmkeypair_secret_key: (a: number) => number;
17
- export const wasmpubkey_equals: (a: number, b: number) => number;
18
- export const wasmpubkey_from_base58: (a: number, b: number, c: number) => void;
19
- export const wasmpubkey_from_bytes: (a: number, b: number, c: number) => void;
20
- export const wasmpubkey_is_on_curve: (a: number) => number;
21
- export const wasmpubkey_to_base58: (a: number, b: number) => void;
22
- export const wasmpubkey_to_bytes: (a: number) => number;
23
9
  export const wasmtransaction_account_keys: (a: number) => number;
24
10
  export const wasmtransaction_add_signature: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
25
11
  export const wasmtransaction_fee_payer: (a: number, b: number) => void;
@@ -47,8 +33,11 @@ export const wasmversionedtransaction_signatures: (a: number) => number;
47
33
  export const wasmversionedtransaction_signer_index: (a: number, b: number, c: number) => number;
48
34
  export const wasmversionedtransaction_static_account_keys: (a: number) => number;
49
35
  export const wasmversionedtransaction_to_bytes: (a: number, b: number) => void;
50
- export const wasmkeypair_to_base58: (a: number, b: number) => void;
51
36
  export const wasmversionedtransaction_num_signatures: (a: number) => number;
37
+ export const __wbg_buildernamespace_free: (a: number, b: number) => void;
38
+ export const __wbg_intentnamespace_free: (a: number, b: number) => void;
39
+ export const buildernamespace_build_from_versioned_data: (a: number, b: number) => void;
40
+ export const intentnamespace_build_from_intent: (a: number, b: number, c: number) => void;
52
41
  export const ata_program_id: (a: number) => void;
53
42
  export const compute_budget_program_id: (a: number) => void;
54
43
  export const find_withdraw_authority_program_address: (a: number, b: number, c: number) => void;
@@ -62,10 +51,21 @@ export const system_program_id: (a: number) => void;
62
51
  export const sysvar_recent_blockhashes: (a: number) => void;
63
52
  export const token_2022_program_id: (a: number) => void;
64
53
  export const token_program_id: (a: number) => void;
65
- export const __wbg_buildernamespace_free: (a: number, b: number) => void;
66
- export const __wbg_intentnamespace_free: (a: number, b: number) => void;
67
- export const buildernamespace_build_from_versioned_data: (a: number, b: number) => void;
68
- export const intentnamespace_build_from_intent: (a: number, b: number, c: number) => void;
54
+ export const __wbg_wasmkeypair_free: (a: number, b: number) => void;
55
+ export const __wbg_wasmpubkey_free: (a: number, b: number) => void;
56
+ export const wasmkeypair_address: (a: number, b: number) => void;
57
+ export const wasmkeypair_from_secret_key: (a: number, b: number, c: number) => void;
58
+ export const wasmkeypair_from_solana_secret_key: (a: number, b: number, c: number) => void;
59
+ export const wasmkeypair_generate: () => number;
60
+ export const wasmkeypair_public_key: (a: number) => number;
61
+ export const wasmkeypair_secret_key: (a: number) => number;
62
+ export const wasmpubkey_equals: (a: number, b: number) => number;
63
+ export const wasmpubkey_from_base58: (a: number, b: number, c: number) => void;
64
+ export const wasmpubkey_from_bytes: (a: number, b: number, c: number) => void;
65
+ export const wasmpubkey_is_on_curve: (a: number) => number;
66
+ export const wasmpubkey_to_base58: (a: number, b: number) => void;
67
+ export const wasmpubkey_to_bytes: (a: number) => number;
68
+ export const wasmkeypair_to_base58: (a: number, b: number) => void;
69
69
  export const __wbg_keypair_free: (a: number, b: number) => void;
70
70
  export const keypair_constructor: () => number;
71
71
  export const keypair_fromBytes: (a: number, b: number, c: number) => void;
@@ -2,24 +2,10 @@
2
2
  /* eslint-disable */
3
3
  export const memory: WebAssembly.Memory;
4
4
  export const __wbg_parsernamespace_free: (a: number, b: number) => void;
5
- export const __wbg_wasmkeypair_free: (a: number, b: number) => void;
6
- export const __wbg_wasmpubkey_free: (a: number, b: number) => void;
7
5
  export const __wbg_wasmtransaction_free: (a: number, b: number) => void;
8
6
  export const __wbg_wasmversionedtransaction_free: (a: number, b: number) => void;
9
7
  export const is_versioned_transaction: (a: number, b: number) => number;
10
8
  export const parsernamespace_parse_transaction: (a: number, b: number, c: number) => void;
11
- export const wasmkeypair_address: (a: number, b: number) => void;
12
- export const wasmkeypair_from_secret_key: (a: number, b: number, c: number) => void;
13
- export const wasmkeypair_from_solana_secret_key: (a: number, b: number, c: number) => void;
14
- export const wasmkeypair_generate: () => number;
15
- export const wasmkeypair_public_key: (a: number) => number;
16
- export const wasmkeypair_secret_key: (a: number) => number;
17
- export const wasmpubkey_equals: (a: number, b: number) => number;
18
- export const wasmpubkey_from_base58: (a: number, b: number, c: number) => void;
19
- export const wasmpubkey_from_bytes: (a: number, b: number, c: number) => void;
20
- export const wasmpubkey_is_on_curve: (a: number) => number;
21
- export const wasmpubkey_to_base58: (a: number, b: number) => void;
22
- export const wasmpubkey_to_bytes: (a: number) => number;
23
9
  export const wasmtransaction_account_keys: (a: number) => number;
24
10
  export const wasmtransaction_add_signature: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
25
11
  export const wasmtransaction_fee_payer: (a: number, b: number) => void;
@@ -47,8 +33,11 @@ export const wasmversionedtransaction_signatures: (a: number) => number;
47
33
  export const wasmversionedtransaction_signer_index: (a: number, b: number, c: number) => number;
48
34
  export const wasmversionedtransaction_static_account_keys: (a: number) => number;
49
35
  export const wasmversionedtransaction_to_bytes: (a: number, b: number) => void;
50
- export const wasmkeypair_to_base58: (a: number, b: number) => void;
51
36
  export const wasmversionedtransaction_num_signatures: (a: number) => number;
37
+ export const __wbg_buildernamespace_free: (a: number, b: number) => void;
38
+ export const __wbg_intentnamespace_free: (a: number, b: number) => void;
39
+ export const buildernamespace_build_from_versioned_data: (a: number, b: number) => void;
40
+ export const intentnamespace_build_from_intent: (a: number, b: number, c: number) => void;
52
41
  export const ata_program_id: (a: number) => void;
53
42
  export const compute_budget_program_id: (a: number) => void;
54
43
  export const find_withdraw_authority_program_address: (a: number, b: number, c: number) => void;
@@ -62,10 +51,21 @@ export const system_program_id: (a: number) => void;
62
51
  export const sysvar_recent_blockhashes: (a: number) => void;
63
52
  export const token_2022_program_id: (a: number) => void;
64
53
  export const token_program_id: (a: number) => void;
65
- export const __wbg_buildernamespace_free: (a: number, b: number) => void;
66
- export const __wbg_intentnamespace_free: (a: number, b: number) => void;
67
- export const buildernamespace_build_from_versioned_data: (a: number, b: number) => void;
68
- export const intentnamespace_build_from_intent: (a: number, b: number, c: number) => void;
54
+ export const __wbg_wasmkeypair_free: (a: number, b: number) => void;
55
+ export const __wbg_wasmpubkey_free: (a: number, b: number) => void;
56
+ export const wasmkeypair_address: (a: number, b: number) => void;
57
+ export const wasmkeypair_from_secret_key: (a: number, b: number, c: number) => void;
58
+ export const wasmkeypair_from_solana_secret_key: (a: number, b: number, c: number) => void;
59
+ export const wasmkeypair_generate: () => number;
60
+ export const wasmkeypair_public_key: (a: number) => number;
61
+ export const wasmkeypair_secret_key: (a: number) => number;
62
+ export const wasmpubkey_equals: (a: number, b: number) => number;
63
+ export const wasmpubkey_from_base58: (a: number, b: number, c: number) => void;
64
+ export const wasmpubkey_from_bytes: (a: number, b: number, c: number) => void;
65
+ export const wasmpubkey_is_on_curve: (a: number) => number;
66
+ export const wasmpubkey_to_base58: (a: number, b: number) => void;
67
+ export const wasmpubkey_to_bytes: (a: number) => number;
68
+ export const wasmkeypair_to_base58: (a: number, b: number) => void;
69
69
  export const __wbg_keypair_free: (a: number, b: number) => void;
70
70
  export const keypair_constructor: () => number;
71
71
  export const keypair_fromBytes: (a: number, b: number, c: number) => void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitgo/wasm-solana",
3
3
  "description": "WebAssembly wrapper for Solana cryptographic operations",
4
- "version": "2.1.0",
4
+ "version": "2.2.0",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",