@junobuild/functions 0.4.1 → 0.5.1-next-2025-11-29
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/canisters/_canister.d.ts +17 -0
- package/canisters/_constants.d.ts +3 -0
- package/canisters/ckbtc/index.d.ts +1 -0
- package/canisters/ckbtc/index.js +2 -0
- package/canisters/cketh/index.d.ts +1 -0
- package/canisters/cketh/index.js +2 -0
- package/canisters/cketh/index.js.map +7 -0
- package/canisters/cmc/cmc.canister.d.ts +28 -0
- package/canisters/cmc/index.d.ts +2 -0
- package/canisters/cmc/index.js +2 -0
- package/canisters/cmc/index.js.map +7 -0
- package/canisters/declarations/_idl.d.ts +16 -0
- package/canisters/declarations/_types.d.ts +16 -0
- package/canisters/declarations/ckbtc/bitcoin.did.d.ts +134 -0
- package/canisters/declarations/ckbtc/bitcoin.did.idl.d.ts +40 -0
- package/canisters/declarations/ckbtc/minter.did.d.ts +831 -0
- package/canisters/declarations/ckbtc/minter.did.idl.d.ts +61 -0
- package/canisters/declarations/cketh/minter.did.d.ts +893 -0
- package/canisters/declarations/cketh/minter.did.idl.d.ts +58 -0
- package/canisters/declarations/cketh/orchestrator.did.d.ts +302 -0
- package/canisters/declarations/cketh/orchestrator.did.idl.d.ts +34 -0
- package/canisters/declarations/cmc/cmc.did.d.ts +344 -0
- package/canisters/declarations/cmc/cmc.did.idl.d.ts +53 -0
- package/canisters/declarations/ic-management/ic-management.did.d.ts +583 -0
- package/canisters/declarations/ic-management/ic-management.did.idl.d.ts +147 -0
- package/canisters/declarations/index.d.ts +2 -0
- package/canisters/declarations/ledger-icp/index.did.d.ts +119 -0
- package/canisters/declarations/ledger-icp/index.did.idl.d.ts +35 -0
- package/canisters/declarations/ledger-icp/ledger.did.d.ts +606 -0
- package/canisters/declarations/ledger-icp/ledger.did.idl.d.ts +106 -0
- package/canisters/declarations/ledger-icrc/icrc_index-ng.did.d.ts +148 -0
- package/canisters/declarations/ledger-icrc/icrc_index-ng.did.idl.d.ts +44 -0
- package/canisters/declarations/ledger-icrc/icrc_index.did.d.ts +102 -0
- package/canisters/declarations/ledger-icrc/icrc_index.did.idl.d.ts +28 -0
- package/canisters/declarations/ledger-icrc/icrc_ledger.did.d.ts +579 -0
- package/canisters/declarations/ledger-icrc/icrc_ledger.did.idl.d.ts +100 -0
- package/canisters/declarations/ledger-icrc/icrc_nft-ledger.did.d.ts +81 -0
- package/canisters/declarations/ledger-icrc/icrc_nft-ledger.did.idl.d.ts +39 -0
- package/canisters/declarations/nns/genesis_token.did.d.ts +49 -0
- package/canisters/declarations/nns/genesis_token.did.idl.d.ts +24 -0
- package/canisters/declarations/nns/governance.did.d.ts +1254 -0
- package/canisters/declarations/nns/governance.did.idl.d.ts +217 -0
- package/canisters/declarations/nns/governance_test.did.d.ts +1258 -0
- package/canisters/declarations/nns/governance_test.did.idl.d.ts +218 -0
- package/canisters/declarations/nns/sns_wasm.did.d.ts +286 -0
- package/canisters/declarations/nns/sns_wasm.did.idl.d.ts +80 -0
- package/canisters/declarations/sns/sns_governance.did.d.ts +834 -0
- package/canisters/declarations/sns/sns_governance.did.idl.d.ts +189 -0
- package/canisters/declarations/sns/sns_governance_test.did.d.ts +861 -0
- package/canisters/declarations/sns/sns_governance_test.did.idl.d.ts +199 -0
- package/canisters/declarations/sns/sns_root.did.d.ts +204 -0
- package/canisters/declarations/sns/sns_root.did.idl.d.ts +53 -0
- package/canisters/declarations/sns/sns_swap.did.d.ts +411 -0
- package/canisters/declarations/sns/sns_swap.did.idl.d.ts +108 -0
- package/canisters/ic-management/index.d.ts +1 -0
- package/canisters/ic-management/index.js +2 -0
- package/canisters/ic-management/index.js.map +7 -0
- package/canisters/index.d.ts +1 -0
- package/canisters/index.js +2 -0
- package/canisters/index.js.map +7 -0
- package/canisters/ledger/icp/index.d.ts +2 -0
- package/canisters/ledger/icp/index.js +2 -0
- package/canisters/ledger/icp/index.js.map +7 -0
- package/canisters/ledger/icp/ledger.canister.d.ts +24 -0
- package/canisters/ledger/icrc/index.d.ts +3 -0
- package/canisters/ledger/icrc/index.js +2 -0
- package/canisters/ledger/icrc/index.js.map +7 -0
- package/canisters/ledger/icrc/ledger.canister.d.ts +45 -0
- package/canisters/ledger/icrc/schemas.d.ts +11 -0
- package/canisters/nns/index.d.ts +1 -0
- package/canisters/nns/index.js +2 -0
- package/canisters/nns/index.js.map +7 -0
- package/canisters/schemas.d.ts +11 -0
- package/canisters/sns/index.d.ts +1 -0
- package/canisters/sns/index.js +2 -0
- package/canisters/sns/index.js.map +7 -0
- package/chunk-4C666HHU.js +2 -0
- package/chunk-4C666HHU.js.map +7 -0
- package/chunk-5NZMOUKF.js +2 -0
- package/chunk-5NZMOUKF.js.map +7 -0
- package/chunk-BXZ5PSUW.js +2 -0
- package/chunk-BXZ5PSUW.js.map +7 -0
- package/chunk-EMQQE34V.js +2 -0
- package/chunk-EMQQE34V.js.map +7 -0
- package/chunk-HANEPD6T.js +2 -0
- package/chunk-HANEPD6T.js.map +7 -0
- package/chunk-TZVF5LQY.js +2 -0
- package/chunk-TZVF5LQY.js.map +7 -0
- package/ic-cdk.js +1 -1
- package/ic-cdk.js.map +4 -4
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +43 -6
- package/sdk.js +1 -1
- package/sdk.js.map +1 -1
- package/src/canisters/declarations/ckbtc/bitcoin.did.d.ts +134 -0
- package/src/canisters/declarations/ckbtc/bitcoin.did.idl.js +302 -0
- package/src/canisters/declarations/ckbtc/minter.did.d.ts +831 -0
- package/src/canisters/declarations/ckbtc/minter.did.idl.js +893 -0
- package/src/canisters/declarations/cketh/minter.did.d.ts +893 -0
- package/src/canisters/declarations/cketh/minter.did.idl.js +878 -0
- package/src/canisters/declarations/cketh/orchestrator.did.d.ts +302 -0
- package/src/canisters/declarations/cketh/orchestrator.did.idl.js +343 -0
- package/src/canisters/declarations/cmc/cmc.did.d.ts +344 -0
- package/src/canisters/declarations/cmc/cmc.did.idl.js +338 -0
- package/src/canisters/declarations/ic-management/ic-management.did.d.ts +583 -0
- package/src/canisters/declarations/ic-management/ic-management.did.idl.js +1150 -0
- package/src/canisters/declarations/ledger-icp/index.did.d.ts +119 -0
- package/src/canisters/declarations/ledger-icp/index.did.idl.js +225 -0
- package/src/canisters/declarations/ledger-icp/ledger.did.d.ts +606 -0
- package/src/canisters/declarations/ledger-icp/ledger.did.idl.js +813 -0
- package/src/canisters/declarations/ledger-icrc/icrc_index-ng.did.d.ts +148 -0
- package/src/canisters/declarations/ledger-icrc/icrc_index-ng.did.idl.js +274 -0
- package/src/canisters/declarations/ledger-icrc/icrc_index.did.d.ts +102 -0
- package/src/canisters/declarations/ledger-icrc/icrc_index.did.idl.js +171 -0
- package/src/canisters/declarations/ledger-icrc/icrc_ledger.did.d.ts +579 -0
- package/src/canisters/declarations/ledger-icrc/icrc_ledger.did.idl.js +923 -0
- package/src/canisters/declarations/ledger-icrc/icrc_nft-ledger.did.d.ts +81 -0
- package/src/canisters/declarations/ledger-icrc/icrc_nft-ledger.did.idl.js +163 -0
- package/src/canisters/declarations/nns/genesis_token.did.d.ts +49 -0
- package/src/canisters/declarations/nns/genesis_token.did.idl.js +84 -0
- package/src/canisters/declarations/nns/governance.did.d.ts +1254 -0
- package/src/canisters/declarations/nns/governance.did.idl.js +2756 -0
- package/src/canisters/declarations/nns/governance_test.did.d.ts +1258 -0
- package/src/canisters/declarations/nns/governance_test.did.idl.js +2758 -0
- package/src/canisters/declarations/nns/sns_wasm.did.d.ts +286 -0
- package/src/canisters/declarations/nns/sns_wasm.did.idl.js +589 -0
- package/src/canisters/declarations/sns/sns_governance.did.d.ts +834 -0
- package/src/canisters/declarations/sns/sns_governance.did.idl.js +2235 -0
- package/src/canisters/declarations/sns/sns_governance_test.did.d.ts +861 -0
- package/src/canisters/declarations/sns/sns_governance_test.did.idl.js +2283 -0
- package/src/canisters/declarations/sns/sns_root.did.d.ts +204 -0
- package/src/canisters/declarations/sns/sns_root.did.idl.js +433 -0
- package/src/canisters/declarations/sns/sns_swap.did.d.ts +411 -0
- package/src/canisters/declarations/sns/sns_swap.did.idl.js +858 -0
- package/global.d.js +0 -1
- /package/{global.d.js.map → canisters/ckbtc/index.js.map} +0 -0
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
|
|
3
|
+
// @ts-nocheck
|
|
4
|
+
|
|
5
|
+
// This file was automatically generated by @icp-sdk/bindgen@0.2.0.
|
|
6
|
+
// You should NOT make any changes in this file as it will be overwritten.
|
|
7
|
+
// Additionally, you should also exclude this file from your linter and/or formatter to prevent it from being checked or modified.
|
|
8
|
+
|
|
9
|
+
import type { ActorMethod } from '@icp-sdk/core/agent';
|
|
10
|
+
import type { IDL } from '@icp-sdk/core/candid';
|
|
11
|
+
import type { Principal } from '@icp-sdk/core/principal';
|
|
12
|
+
|
|
13
|
+
export interface Account {
|
|
14
|
+
'owner' : Principal,
|
|
15
|
+
'subaccount' : [] | [Subaccount],
|
|
16
|
+
}
|
|
17
|
+
export type Subaccount = Uint8Array;
|
|
18
|
+
export interface TransferArg {
|
|
19
|
+
'to' : Account,
|
|
20
|
+
'token_id' : bigint,
|
|
21
|
+
'memo' : [] | [Uint8Array],
|
|
22
|
+
'from_subaccount' : [] | [Uint8Array],
|
|
23
|
+
'created_at_time' : [] | [bigint],
|
|
24
|
+
}
|
|
25
|
+
export type TransferError = {
|
|
26
|
+
'GenericError' : { 'message' : string, 'error_code' : bigint }
|
|
27
|
+
} |
|
|
28
|
+
{ 'Duplicate' : { 'duplicate_of' : bigint } } |
|
|
29
|
+
{ 'NonExistingTokenId' : null } |
|
|
30
|
+
{ 'Unauthorized' : null } |
|
|
31
|
+
{ 'CreatedInFuture' : { 'ledger_time' : bigint } } |
|
|
32
|
+
{ 'InvalidRecipient' : null } |
|
|
33
|
+
{ 'GenericBatchError' : { 'message' : string, 'error_code' : bigint } } |
|
|
34
|
+
{ 'TooOld' : null };
|
|
35
|
+
export type TransferResult = { 'Ok' : bigint } |
|
|
36
|
+
{ 'Err' : TransferError };
|
|
37
|
+
/**
|
|
38
|
+
* Generic value in accordance with ICRC-3
|
|
39
|
+
*/
|
|
40
|
+
export type Value = { 'Int' : bigint } |
|
|
41
|
+
{ 'Map' : Array<[string, Value]> } |
|
|
42
|
+
{ 'Nat' : bigint } |
|
|
43
|
+
{ 'Blob' : Uint8Array } |
|
|
44
|
+
{ 'Text' : string } |
|
|
45
|
+
{ 'Array' : Array<Value> };
|
|
46
|
+
export interface _SERVICE {
|
|
47
|
+
'icrc7_atomic_batch_transfers' : ActorMethod<[], [] | [boolean]>,
|
|
48
|
+
'icrc7_balance_of' : ActorMethod<[Array<Account>], Array<bigint>>,
|
|
49
|
+
'icrc7_collection_metadata' : ActorMethod<[], Array<[string, Value]>>,
|
|
50
|
+
'icrc7_default_take_value' : ActorMethod<[], [] | [bigint]>,
|
|
51
|
+
'icrc7_description' : ActorMethod<[], [] | [string]>,
|
|
52
|
+
'icrc7_logo' : ActorMethod<[], [] | [string]>,
|
|
53
|
+
'icrc7_max_memo_size' : ActorMethod<[], [] | [bigint]>,
|
|
54
|
+
'icrc7_max_query_batch_size' : ActorMethod<[], [] | [bigint]>,
|
|
55
|
+
'icrc7_max_take_value' : ActorMethod<[], [] | [bigint]>,
|
|
56
|
+
'icrc7_max_update_batch_size' : ActorMethod<[], [] | [bigint]>,
|
|
57
|
+
'icrc7_name' : ActorMethod<[], string>,
|
|
58
|
+
'icrc7_owner_of' : ActorMethod<[Array<bigint>], Array<[] | [Account]>>,
|
|
59
|
+
'icrc7_permitted_drift' : ActorMethod<[], [] | [bigint]>,
|
|
60
|
+
'icrc7_supply_cap' : ActorMethod<[], [] | [bigint]>,
|
|
61
|
+
'icrc7_symbol' : ActorMethod<[], string>,
|
|
62
|
+
'icrc7_token_metadata' : ActorMethod<
|
|
63
|
+
[Array<bigint>],
|
|
64
|
+
Array<[] | [Array<[string, Value]>]>
|
|
65
|
+
>,
|
|
66
|
+
'icrc7_tokens' : ActorMethod<[[] | [bigint], [] | [bigint]], Array<bigint>>,
|
|
67
|
+
'icrc7_tokens_of' : ActorMethod<
|
|
68
|
+
[Account, [] | [bigint], [] | [bigint]],
|
|
69
|
+
Array<bigint>
|
|
70
|
+
>,
|
|
71
|
+
'icrc7_total_supply' : ActorMethod<[], bigint>,
|
|
72
|
+
'icrc7_transfer' : ActorMethod<
|
|
73
|
+
[Array<TransferArg>],
|
|
74
|
+
Array<[] | [TransferResult]>
|
|
75
|
+
>,
|
|
76
|
+
'icrc7_tx_window' : ActorMethod<[], [] | [bigint]>,
|
|
77
|
+
}
|
|
78
|
+
export declare const idlService: IDL.ServiceClass;
|
|
79
|
+
export declare const idlInitArgs: IDL.Type[];
|
|
80
|
+
export declare const idlFactory: IDL.InterfaceFactory;
|
|
81
|
+
export declare const init: (args: { IDL: typeof IDL }) => IDL.Type[];
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export const Value: IDL.RecClass<any>;
|
|
2
|
+
export const Subaccount: IDL.VecClass<number | bigint>;
|
|
3
|
+
export const Account: IDL.RecordClass;
|
|
4
|
+
export const TransferArg: IDL.RecordClass;
|
|
5
|
+
export const TransferError: IDL.VariantClass;
|
|
6
|
+
export const TransferResult: IDL.VariantClass;
|
|
7
|
+
export const idlService: IDL.ServiceClass<string, {
|
|
8
|
+
icrc7_atomic_batch_transfers: IDL.FuncClass<[], [IDL.OptClass<boolean>]>;
|
|
9
|
+
icrc7_balance_of: IDL.FuncClass<[IDL.VecClass<Record<string, any>>], [IDL.VecClass<number | bigint>]>;
|
|
10
|
+
icrc7_collection_metadata: IDL.FuncClass<[], [IDL.VecClass<any[]>]>;
|
|
11
|
+
icrc7_default_take_value: IDL.FuncClass<[], [IDL.OptClass<number | bigint>]>;
|
|
12
|
+
icrc7_description: IDL.FuncClass<[], [IDL.OptClass<string>]>;
|
|
13
|
+
icrc7_logo: IDL.FuncClass<[], [IDL.OptClass<string>]>;
|
|
14
|
+
icrc7_max_memo_size: IDL.FuncClass<[], [IDL.OptClass<number | bigint>]>;
|
|
15
|
+
icrc7_max_query_batch_size: IDL.FuncClass<[], [IDL.OptClass<number | bigint>]>;
|
|
16
|
+
icrc7_max_take_value: IDL.FuncClass<[], [IDL.OptClass<number | bigint>]>;
|
|
17
|
+
icrc7_max_update_batch_size: IDL.FuncClass<[], [IDL.OptClass<number | bigint>]>;
|
|
18
|
+
icrc7_name: IDL.FuncClass<[], [IDL.TextClass]>;
|
|
19
|
+
icrc7_owner_of: IDL.FuncClass<[IDL.VecClass<number | bigint>], [IDL.VecClass<[] | [Record<string, any>]>]>;
|
|
20
|
+
icrc7_permitted_drift: IDL.FuncClass<[], [IDL.OptClass<number | bigint>]>;
|
|
21
|
+
icrc7_supply_cap: IDL.FuncClass<[], [IDL.OptClass<number | bigint>]>;
|
|
22
|
+
icrc7_symbol: IDL.FuncClass<[], [IDL.TextClass]>;
|
|
23
|
+
icrc7_token_metadata: IDL.FuncClass<[IDL.VecClass<number | bigint>], [IDL.VecClass<[] | [any[][]]>]>;
|
|
24
|
+
icrc7_tokens: IDL.FuncClass<[IDL.OptClass<number | bigint>, IDL.OptClass<number | bigint>], [IDL.VecClass<number | bigint>]>;
|
|
25
|
+
icrc7_tokens_of: IDL.FuncClass<[IDL.RecordClass, IDL.OptClass<number | bigint>, IDL.OptClass<number | bigint>], [IDL.VecClass<number | bigint>]>;
|
|
26
|
+
icrc7_total_supply: IDL.FuncClass<[], [IDL.NatClass]>;
|
|
27
|
+
icrc7_transfer: IDL.FuncClass<[IDL.VecClass<Record<string, any>>], [IDL.VecClass<[] | [{
|
|
28
|
+
[x: string]: any;
|
|
29
|
+
}]>]>;
|
|
30
|
+
icrc7_tx_window: IDL.FuncClass<[], [IDL.OptClass<number | bigint>]>;
|
|
31
|
+
}>;
|
|
32
|
+
export const idlInitArgs: any[];
|
|
33
|
+
export function idlFactory({ IDL }: {
|
|
34
|
+
IDL: any;
|
|
35
|
+
}): any;
|
|
36
|
+
export function init({ IDL }: {
|
|
37
|
+
IDL: any;
|
|
38
|
+
}): never[];
|
|
39
|
+
import { IDL } from '@icp-sdk/core/candid';
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
|
|
3
|
+
// @ts-nocheck
|
|
4
|
+
|
|
5
|
+
// This file was automatically generated by @icp-sdk/bindgen@0.2.0.
|
|
6
|
+
// You should NOT make any changes in this file as it will be overwritten.
|
|
7
|
+
// Additionally, you should also exclude this file from your linter and/or formatter to prevent it from being checked or modified.
|
|
8
|
+
|
|
9
|
+
import type { ActorMethod } from '@icp-sdk/core/agent';
|
|
10
|
+
import type { IDL } from '@icp-sdk/core/candid';
|
|
11
|
+
import type { Principal } from '@icp-sdk/core/principal';
|
|
12
|
+
|
|
13
|
+
export interface AccountState {
|
|
14
|
+
'authenticated_principal_id' : [] | [Principal],
|
|
15
|
+
'successfully_transferred_neurons' : Array<TransferredNeuron>,
|
|
16
|
+
'is_whitelisted_for_forwarding' : boolean,
|
|
17
|
+
'has_donated' : boolean,
|
|
18
|
+
'failed_transferred_neurons' : Array<TransferredNeuron>,
|
|
19
|
+
'neuron_ids' : Array<NeuronId>,
|
|
20
|
+
'has_claimed' : boolean,
|
|
21
|
+
'has_forwarded' : boolean,
|
|
22
|
+
'icpts' : number,
|
|
23
|
+
}
|
|
24
|
+
export interface NeuronId { 'id' : bigint }
|
|
25
|
+
export type Result = { 'Ok' : Array<NeuronId> } |
|
|
26
|
+
{ 'Err' : string };
|
|
27
|
+
export type Result_1 = { 'Ok' : null } |
|
|
28
|
+
{ 'Err' : string };
|
|
29
|
+
export type Result_2 = { 'Ok' : AccountState } |
|
|
30
|
+
{ 'Err' : string };
|
|
31
|
+
export interface TransferredNeuron {
|
|
32
|
+
'error' : [] | [string],
|
|
33
|
+
'timestamp_seconds' : bigint,
|
|
34
|
+
'neuron_id' : [] | [NeuronId],
|
|
35
|
+
}
|
|
36
|
+
export interface _SERVICE {
|
|
37
|
+
'balance' : ActorMethod<[string], number>,
|
|
38
|
+
'claim_neurons' : ActorMethod<[string], Result>,
|
|
39
|
+
'donate_account' : ActorMethod<[string], Result_1>,
|
|
40
|
+
'forward_whitelisted_unclaimed_accounts' : ActorMethod<[null], Result_1>,
|
|
41
|
+
'get_account' : ActorMethod<[string], Result_2>,
|
|
42
|
+
'get_build_metadata' : ActorMethod<[], string>,
|
|
43
|
+
'len' : ActorMethod<[], number>,
|
|
44
|
+
'total' : ActorMethod<[], number>,
|
|
45
|
+
}
|
|
46
|
+
export declare const idlService: IDL.ServiceClass;
|
|
47
|
+
export declare const idlInitArgs: IDL.Type[];
|
|
48
|
+
export declare const idlFactory: IDL.InterfaceFactory;
|
|
49
|
+
export declare const init: (args: { IDL: typeof IDL }) => IDL.Type[];
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export const NeuronId: IDL.RecordClass;
|
|
2
|
+
export const Result: IDL.VariantClass;
|
|
3
|
+
export const Result_1: IDL.VariantClass;
|
|
4
|
+
export const TransferredNeuron: IDL.RecordClass;
|
|
5
|
+
export const AccountState: IDL.RecordClass;
|
|
6
|
+
export const Result_2: IDL.VariantClass;
|
|
7
|
+
export const idlService: IDL.ServiceClass<string, {
|
|
8
|
+
balance: IDL.FuncClass<[IDL.TextClass], [IDL.FixedNatClass]>;
|
|
9
|
+
claim_neurons: IDL.FuncClass<[IDL.TextClass], [IDL.VariantClass]>;
|
|
10
|
+
donate_account: IDL.FuncClass<[IDL.TextClass], [IDL.VariantClass]>;
|
|
11
|
+
forward_whitelisted_unclaimed_accounts: IDL.FuncClass<[IDL.NullClass], [IDL.VariantClass]>;
|
|
12
|
+
get_account: IDL.FuncClass<[IDL.TextClass], [IDL.VariantClass]>;
|
|
13
|
+
get_build_metadata: IDL.FuncClass<[], [IDL.TextClass]>;
|
|
14
|
+
len: IDL.FuncClass<[], [IDL.FixedNatClass]>;
|
|
15
|
+
total: IDL.FuncClass<[], [IDL.FixedNatClass]>;
|
|
16
|
+
}>;
|
|
17
|
+
export const idlInitArgs: any[];
|
|
18
|
+
export function idlFactory({ IDL }: {
|
|
19
|
+
IDL: any;
|
|
20
|
+
}): any;
|
|
21
|
+
export function init({ IDL }: {
|
|
22
|
+
IDL: any;
|
|
23
|
+
}): never[];
|
|
24
|
+
import { IDL } from '@icp-sdk/core/candid';
|