@bitgo/wasm-solana 2.1.0 → 2.3.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.
@@ -1,13 +1,24 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  export const memory: WebAssembly.Memory;
4
- export const __wbg_parsernamespace_free: (a: number, b: number) => void;
4
+ export const ata_program_id: (a: number) => void;
5
+ export const compute_budget_program_id: (a: number) => void;
6
+ export const find_withdraw_authority_program_address: (a: number, b: number, c: number) => void;
7
+ export const get_associated_token_address: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
8
+ export const memo_program_id: (a: number) => void;
9
+ export const nonce_account_space: () => bigint;
10
+ export const stake_account_space: () => bigint;
11
+ export const stake_pool_program_id: (a: number) => void;
12
+ export const stake_program_id: (a: number) => void;
13
+ export const system_program_id: (a: number) => void;
14
+ export const sysvar_recent_blockhashes: (a: number) => void;
15
+ export const token_2022_program_id: (a: number) => void;
16
+ export const token_program_id: (a: number) => void;
5
17
  export const __wbg_wasmkeypair_free: (a: number, b: number) => void;
6
18
  export const __wbg_wasmpubkey_free: (a: number, b: number) => void;
7
19
  export const __wbg_wasmtransaction_free: (a: number, b: number) => void;
8
20
  export const __wbg_wasmversionedtransaction_free: (a: number, b: number) => void;
9
21
  export const is_versioned_transaction: (a: number, b: number) => number;
10
- export const parsernamespace_parse_transaction: (a: number, b: number, c: number) => void;
11
22
  export const wasmkeypair_address: (a: number, b: number) => void;
12
23
  export const wasmkeypair_from_secret_key: (a: number, b: number, c: number) => void;
13
24
  export const wasmkeypair_from_solana_secret_key: (a: number, b: number, c: number) => void;
@@ -49,23 +60,12 @@ export const wasmversionedtransaction_static_account_keys: (a: number) => number
49
60
  export const wasmversionedtransaction_to_bytes: (a: number, b: number) => void;
50
61
  export const wasmkeypair_to_base58: (a: number, b: number) => void;
51
62
  export const wasmversionedtransaction_num_signatures: (a: number) => number;
52
- export const ata_program_id: (a: number) => void;
53
- export const compute_budget_program_id: (a: number) => void;
54
- export const find_withdraw_authority_program_address: (a: number, b: number, c: number) => void;
55
- export const get_associated_token_address: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
56
- export const memo_program_id: (a: number) => void;
57
- export const nonce_account_space: () => bigint;
58
- export const stake_account_space: () => bigint;
59
- export const stake_pool_program_id: (a: number) => void;
60
- export const stake_program_id: (a: number) => void;
61
- export const system_program_id: (a: number) => void;
62
- export const sysvar_recent_blockhashes: (a: number) => void;
63
- export const token_2022_program_id: (a: number) => void;
64
- export const token_program_id: (a: number) => void;
65
63
  export const __wbg_buildernamespace_free: (a: number, b: number) => void;
66
64
  export const __wbg_intentnamespace_free: (a: number, b: number) => void;
67
65
  export const buildernamespace_build_from_versioned_data: (a: number, b: number) => void;
68
66
  export const intentnamespace_build_from_intent: (a: number, b: number, c: number) => void;
67
+ export const __wbg_parsernamespace_free: (a: number, b: number) => void;
68
+ export const parsernamespace_parse_transaction: (a: number, b: number, c: 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;
@@ -1,13 +1,24 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  export const memory: WebAssembly.Memory;
4
- export const __wbg_parsernamespace_free: (a: number, b: number) => void;
4
+ export const ata_program_id: (a: number) => void;
5
+ export const compute_budget_program_id: (a: number) => void;
6
+ export const find_withdraw_authority_program_address: (a: number, b: number, c: number) => void;
7
+ export const get_associated_token_address: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
8
+ export const memo_program_id: (a: number) => void;
9
+ export const nonce_account_space: () => bigint;
10
+ export const stake_account_space: () => bigint;
11
+ export const stake_pool_program_id: (a: number) => void;
12
+ export const stake_program_id: (a: number) => void;
13
+ export const system_program_id: (a: number) => void;
14
+ export const sysvar_recent_blockhashes: (a: number) => void;
15
+ export const token_2022_program_id: (a: number) => void;
16
+ export const token_program_id: (a: number) => void;
5
17
  export const __wbg_wasmkeypair_free: (a: number, b: number) => void;
6
18
  export const __wbg_wasmpubkey_free: (a: number, b: number) => void;
7
19
  export const __wbg_wasmtransaction_free: (a: number, b: number) => void;
8
20
  export const __wbg_wasmversionedtransaction_free: (a: number, b: number) => void;
9
21
  export const is_versioned_transaction: (a: number, b: number) => number;
10
- export const parsernamespace_parse_transaction: (a: number, b: number, c: number) => void;
11
22
  export const wasmkeypair_address: (a: number, b: number) => void;
12
23
  export const wasmkeypair_from_secret_key: (a: number, b: number, c: number) => void;
13
24
  export const wasmkeypair_from_solana_secret_key: (a: number, b: number, c: number) => void;
@@ -49,23 +60,12 @@ export const wasmversionedtransaction_static_account_keys: (a: number) => number
49
60
  export const wasmversionedtransaction_to_bytes: (a: number, b: number) => void;
50
61
  export const wasmkeypair_to_base58: (a: number, b: number) => void;
51
62
  export const wasmversionedtransaction_num_signatures: (a: number) => number;
52
- export const ata_program_id: (a: number) => void;
53
- export const compute_budget_program_id: (a: number) => void;
54
- export const find_withdraw_authority_program_address: (a: number, b: number, c: number) => void;
55
- export const get_associated_token_address: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
56
- export const memo_program_id: (a: number) => void;
57
- export const nonce_account_space: () => bigint;
58
- export const stake_account_space: () => bigint;
59
- export const stake_pool_program_id: (a: number) => void;
60
- export const stake_program_id: (a: number) => void;
61
- export const system_program_id: (a: number) => void;
62
- export const sysvar_recent_blockhashes: (a: number) => void;
63
- export const token_2022_program_id: (a: number) => void;
64
- export const token_program_id: (a: number) => void;
65
63
  export const __wbg_buildernamespace_free: (a: number, b: number) => void;
66
64
  export const __wbg_intentnamespace_free: (a: number, b: number) => void;
67
65
  export const buildernamespace_build_from_versioned_data: (a: number, b: number) => void;
68
66
  export const intentnamespace_build_from_intent: (a: number, b: number, c: number) => void;
67
+ export const __wbg_parsernamespace_free: (a: number, b: number) => void;
68
+ export const parsernamespace_parse_transaction: (a: number, b: number, c: 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.3.0",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",