@arcium-hq/client 0.9.7 → 0.10.1
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/README.md +44 -188
- package/build/index.cjs +1990 -1216
- package/build/index.mjs +1992 -1213
- package/build/types/callback.d.ts +1 -1
- package/build/types/idl/arcium.d.ts +4049 -3137
- package/build/types/idl/arcium.d.ts.map +1 -1
- package/build/types/idl/arcium_staking.d.ts +1 -14
- package/build/types/idl/arcium_staking.d.ts.map +1 -1
- package/build/types/onchain.d.ts +3 -57
- package/build/types/onchain.d.ts.map +1 -1
- package/build/types/pda.d.ts +1 -1
- package/build/types/utils.d.ts +1 -1
- package/package.json +2 -2
- package/src/callback.ts +1 -1
- package/src/idl/arcium.json +4095 -3183
- package/src/idl/arcium.ts +4179 -3267
- package/src/idl/arcium_staking.json +1 -14
- package/src/idl/arcium_staking.ts +1 -14
- package/src/onchain.ts +6 -187
- package/src/pda.ts +1 -1
- package/src/utils.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PublicKey, Finality } from '@solana/web3.js';
|
|
2
|
-
import { AnchorProvider, BN } from '@
|
|
2
|
+
import { AnchorProvider, BN } from '@anchor-lang/core';
|
|
3
3
|
/**
|
|
4
4
|
* Wait for a computation to finalize by polling the computation account
|
|
5
5
|
* status via HTTP RPC. Does not use WebSocket subscriptions.
|