@junobuild/functions 0.8.4 → 0.9.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.
- package/canisters/ckbtc/index.js +1 -1
- package/canisters/cketh/index.js +1 -1
- package/canisters/cmc/cmc.canister.d.ts +6 -6
- package/canisters/cmc/index.d.ts +1 -0
- package/canisters/cmc/index.js +1 -1
- package/canisters/cmc/index.js.map +4 -4
- package/canisters/cmc/schema.d.ts +92 -0
- package/canisters/declarations/_idl.d.ts +2 -1
- package/canisters/declarations/_types.d.ts +2 -1
- package/canisters/declarations/ckbtc/bitcoin.did.d.ts +8 -0
- package/canisters/declarations/ckbtc/bitcoin.did.idl.d.ts +2 -0
- package/canisters/declarations/ckbtc/minter.did.d.ts +190 -0
- package/canisters/declarations/ckbtc/minter.did.idl.d.ts +9 -0
- package/canisters/declarations/cketh/minter.did.d.ts +140 -0
- package/canisters/declarations/cketh/minter.did.idl.d.ts +8 -0
- package/canisters/declarations/cycles-ledger/cycles-ledger.did.d.ts +413 -0
- package/canisters/declarations/cycles-ledger/cycles-ledger.did.idl.d.ts +82 -0
- package/canisters/declarations/ic-management/ic-management.did.d.ts +18 -4
- package/canisters/declarations/ledger-icp/index.did.d.ts +20 -1
- package/canisters/declarations/ledger-icp/index.did.idl.d.ts +5 -1
- package/canisters/declarations/ledger-icrc/icrc_index.did.d.ts +1 -0
- package/canisters/declarations/ledger-icrc/icrc_ledger.did.d.ts +1 -0
- package/canisters/declarations/nns/governance.did.d.ts +100 -0
- package/canisters/declarations/nns/governance.did.idl.d.ts +11 -0
- package/canisters/declarations/nns/governance_test.did.d.ts +100 -0
- package/canisters/declarations/nns/governance_test.did.idl.d.ts +11 -0
- package/canisters/declarations/nns/sns_wasm.did.d.ts +4 -0
- package/canisters/declarations/nns/sns_wasm.did.idl.d.ts +1 -0
- package/canisters/declarations/sns/governance.did.d.ts +4 -0
- package/canisters/declarations/sns/governance.did.idl.d.ts +1 -0
- package/canisters/declarations/sns/governance_test.did.d.ts +4 -0
- package/canisters/declarations/sns/governance_test.did.idl.d.ts +1 -0
- package/canisters/ic-management/index.js +1 -1
- package/canisters/index.d.ts +1 -1
- package/canisters/index.js +1 -1
- package/canisters/ledger/cycles/index.d.ts +1 -0
- package/canisters/ledger/cycles/index.js +2 -0
- package/canisters/ledger/cycles/index.js.map +7 -0
- package/canisters/ledger/icp/index.d.ts +1 -0
- package/canisters/ledger/icp/index.js +1 -1
- package/canisters/ledger/icp/index.js.map +4 -4
- package/canisters/ledger/icp/ledger.canister.d.ts +6 -6
- package/canisters/ledger/icp/schema.d.ts +152 -0
- package/canisters/ledger/icrc/index.d.ts +1 -1
- package/canisters/ledger/icrc/index.js +1 -1
- package/canisters/ledger/icrc/index.js.map +4 -4
- package/canisters/ledger/icrc/ledger.canister.d.ts +22 -14
- package/canisters/ledger/icrc/schema.d.ts +507 -0
- package/canisters/nns/index.js +1 -1
- package/canisters/sns/index.js +1 -1
- package/chunk-I3WMKZTG.js +2 -0
- package/chunk-I3WMKZTG.js.map +7 -0
- package/{chunk-X3EF7OU6.js → chunk-JI3RCRR6.js} +1 -1
- package/{chunk-X3EF7OU6.js.map → chunk-JI3RCRR6.js.map} +1 -1
- package/package.json +5 -1
- package/src/canisters/declarations/ckbtc/bitcoin.did.d.ts +8 -0
- package/src/canisters/declarations/ckbtc/bitcoin.did.idl.js +16 -0
- package/src/canisters/declarations/ckbtc/minter.did.d.ts +190 -0
- package/src/canisters/declarations/ckbtc/minter.did.idl.js +118 -0
- package/src/canisters/declarations/cketh/minter.did.d.ts +140 -0
- package/src/canisters/declarations/cketh/minter.did.idl.js +78 -0
- package/src/canisters/declarations/cycles-ledger/cycles-ledger.did.d.ts +413 -0
- package/src/canisters/declarations/cycles-ledger/cycles-ledger.did.idl.js +806 -0
- package/src/canisters/declarations/ic-management/ic-management.did.d.ts +18 -4
- package/src/canisters/declarations/ic-management/ic-management.did.idl.js +32 -8
- package/src/canisters/declarations/ledger-icp/index.did.d.ts +20 -1
- package/src/canisters/declarations/ledger-icp/index.did.idl.js +32 -5
- package/src/canisters/declarations/ledger-icrc/icrc_index.did.d.ts +1 -0
- package/src/canisters/declarations/ledger-icrc/icrc_index.did.idl.js +2 -0
- package/src/canisters/declarations/ledger-icrc/icrc_ledger.did.d.ts +1 -0
- package/src/canisters/declarations/ledger-icrc/icrc_ledger.did.idl.js +2 -0
- package/src/canisters/declarations/nns/governance.did.d.ts +100 -0
- package/src/canisters/declarations/nns/governance.did.idl.js +132 -0
- package/src/canisters/declarations/nns/governance_test.did.d.ts +100 -0
- package/src/canisters/declarations/nns/governance_test.did.idl.js +132 -0
- package/src/canisters/declarations/nns/sns_wasm.did.d.ts +4 -0
- package/src/canisters/declarations/nns/sns_wasm.did.idl.js +8 -0
- package/src/canisters/declarations/sns/governance.did.d.ts +4 -0
- package/src/canisters/declarations/sns/governance.did.idl.js +12 -0
- package/src/canisters/declarations/sns/governance_test.did.d.ts +4 -0
- package/src/canisters/declarations/sns/governance_test.did.idl.js +12 -0
- package/canisters/ledger/icrc/schemas.d.ts +0 -11
- package/chunk-I4MVAQHI.js +0 -2
- package/chunk-I4MVAQHI.js.map +0 -7
- /package/canisters/{schemas.d.ts → schema.d.ts} +0 -0
|
@@ -403,6 +403,25 @@ export const ManageNeuronProposal = IDL.Record({
|
|
|
403
403
|
command: IDL.Opt(ManageNeuronProposalCommand),
|
|
404
404
|
neuron_id_or_subaccount: IDL.Opt(NeuronIdOrSubaccount)
|
|
405
405
|
});
|
|
406
|
+
export const LoadCanisterSnapshot = IDL.Record({
|
|
407
|
+
canister_id: IDL.Opt(IDL.Principal),
|
|
408
|
+
snapshot_id: IDL.Opt(IDL.Vec(IDL.Nat8))
|
|
409
|
+
});
|
|
410
|
+
export const GuestLaunchMeasurementMetadata = IDL.Record({
|
|
411
|
+
kernel_cmdline: IDL.Opt(IDL.Text)
|
|
412
|
+
});
|
|
413
|
+
export const GuestLaunchMeasurement = IDL.Record({
|
|
414
|
+
metadata: IDL.Opt(GuestLaunchMeasurementMetadata),
|
|
415
|
+
measurement: IDL.Opt(IDL.Vec(IDL.Nat8))
|
|
416
|
+
});
|
|
417
|
+
export const GuestLaunchMeasurements = IDL.Record({
|
|
418
|
+
guest_launch_measurements: IDL.Opt(IDL.Vec(GuestLaunchMeasurement))
|
|
419
|
+
});
|
|
420
|
+
export const BlessAlternativeGuestOsVersion = IDL.Record({
|
|
421
|
+
rootfs_hash: IDL.Opt(IDL.Text),
|
|
422
|
+
chip_ids: IDL.Opt(IDL.Vec(IDL.Vec(IDL.Nat8))),
|
|
423
|
+
base_guest_launch_measurements: IDL.Opt(GuestLaunchMeasurements)
|
|
424
|
+
});
|
|
406
425
|
export const Controllers = IDL.Record({
|
|
407
426
|
controllers: IDL.Vec(IDL.Principal)
|
|
408
427
|
});
|
|
@@ -427,12 +446,19 @@ export const InstallCode = IDL.Record({
|
|
|
427
446
|
install_mode: IDL.Opt(IDL.Int32)
|
|
428
447
|
});
|
|
429
448
|
export const DeregisterKnownNeuron = IDL.Record({id: IDL.Opt(NeuronId)});
|
|
449
|
+
export const TakeCanisterSnapshot = IDL.Record({
|
|
450
|
+
replace_snapshot: IDL.Opt(IDL.Vec(IDL.Nat8)),
|
|
451
|
+
canister_id: IDL.Opt(IDL.Principal)
|
|
452
|
+
});
|
|
430
453
|
export const StopOrStartCanister = IDL.Record({
|
|
431
454
|
action: IDL.Opt(IDL.Int32),
|
|
432
455
|
canister_id: IDL.Opt(IDL.Principal)
|
|
433
456
|
});
|
|
434
457
|
export const Duration = IDL.Record({seconds: IDL.Opt(IDL.Nat64)});
|
|
435
458
|
export const Tokens = IDL.Record({e8s: IDL.Opt(IDL.Nat64)});
|
|
459
|
+
export const CustomProposalCriticality = IDL.Record({
|
|
460
|
+
additional_critical_native_action_ids: IDL.Opt(IDL.Vec(IDL.Nat64))
|
|
461
|
+
});
|
|
436
462
|
export const VotingRewardParameters = IDL.Record({
|
|
437
463
|
reward_rate_transition_duration: IDL.Opt(Duration),
|
|
438
464
|
initial_reward_rate: IDL.Opt(Percentage),
|
|
@@ -447,6 +473,7 @@ export const GovernanceParameters = IDL.Record({
|
|
|
447
473
|
neuron_minimum_stake: IDL.Opt(Tokens),
|
|
448
474
|
proposal_wait_for_quiet_deadline_increase: IDL.Opt(Duration),
|
|
449
475
|
proposal_initial_voting_period: IDL.Opt(Duration),
|
|
476
|
+
custom_proposal_criticality: IDL.Opt(CustomProposalCriticality),
|
|
450
477
|
proposal_rejection_fee: IDL.Opt(Tokens),
|
|
451
478
|
voting_reward_parameters: IDL.Opt(VotingRewardParameters)
|
|
452
479
|
});
|
|
@@ -567,9 +594,12 @@ export const Action = IDL.Variant({
|
|
|
567
594
|
RegisterKnownNeuron: KnownNeuron,
|
|
568
595
|
FulfillSubnetRentalRequest: FulfillSubnetRentalRequest,
|
|
569
596
|
ManageNeuron: ManageNeuronProposal,
|
|
597
|
+
LoadCanisterSnapshot: LoadCanisterSnapshot,
|
|
598
|
+
BlessAlternativeGuestOsVersion: BlessAlternativeGuestOsVersion,
|
|
570
599
|
UpdateCanisterSettings: UpdateCanisterSettings,
|
|
571
600
|
InstallCode: InstallCode,
|
|
572
601
|
DeregisterKnownNeuron: DeregisterKnownNeuron,
|
|
602
|
+
TakeCanisterSnapshot: TakeCanisterSnapshot,
|
|
573
603
|
StopOrStartCanister: StopOrStartCanister,
|
|
574
604
|
CreateServiceNervousSystem: CreateServiceNervousSystem,
|
|
575
605
|
ExecuteNnsFunction: ExecuteNnsFunction,
|
|
@@ -589,6 +619,8 @@ SelfDescribingValue.fill(
|
|
|
589
619
|
Map: IDL.Vec(IDL.Tuple(IDL.Text, SelfDescribingValue)),
|
|
590
620
|
Nat: IDL.Nat,
|
|
591
621
|
Blob: IDL.Vec(IDL.Nat8),
|
|
622
|
+
Bool: IDL.Bool,
|
|
623
|
+
Null: IDL.Null,
|
|
592
624
|
Text: IDL.Text,
|
|
593
625
|
Array: IDL.Vec(SelfDescribingValue)
|
|
594
626
|
})
|
|
@@ -718,6 +750,20 @@ export const Result_1 = IDL.Variant({
|
|
|
718
750
|
export const ClaimOrRefreshNeuronFromAccountResponse = IDL.Record({
|
|
719
751
|
result: IDL.Opt(Result_1)
|
|
720
752
|
});
|
|
753
|
+
export const CreateNeuronRequest = IDL.Record({
|
|
754
|
+
controller: IDL.Opt(IDL.Principal),
|
|
755
|
+
source_subaccount: IDL.Opt(IDL.Vec(IDL.Nat8)),
|
|
756
|
+
dissolve_delay_seconds: IDL.Opt(IDL.Nat64),
|
|
757
|
+
auto_stake_maturity: IDL.Opt(IDL.Bool),
|
|
758
|
+
amount_e8s: IDL.Opt(IDL.Nat64),
|
|
759
|
+
followees: IDL.Opt(SetFollowing),
|
|
760
|
+
dissolving: IDL.Opt(IDL.Bool)
|
|
761
|
+
});
|
|
762
|
+
export const CreatedNeuron = IDL.Record({neuron_id: IDL.Opt(NeuronId)});
|
|
763
|
+
export const CreateNeuronResponse = IDL.Variant({
|
|
764
|
+
Ok: CreatedNeuron,
|
|
765
|
+
Err: GovernanceError
|
|
766
|
+
});
|
|
721
767
|
export const Result_2 = IDL.Variant({Ok: Neuron, Err: GovernanceError});
|
|
722
768
|
export const Result_3 = IDL.Variant({
|
|
723
769
|
Ok: GovernanceCachedMetrics,
|
|
@@ -878,9 +924,12 @@ export const ProposalActionRequest = IDL.Variant({
|
|
|
878
924
|
RegisterKnownNeuron: KnownNeuron,
|
|
879
925
|
FulfillSubnetRentalRequest: FulfillSubnetRentalRequest,
|
|
880
926
|
ManageNeuron: ManageNeuronRequest,
|
|
927
|
+
LoadCanisterSnapshot: LoadCanisterSnapshot,
|
|
928
|
+
BlessAlternativeGuestOsVersion: BlessAlternativeGuestOsVersion,
|
|
881
929
|
UpdateCanisterSettings: UpdateCanisterSettings,
|
|
882
930
|
InstallCode: InstallCodeRequest,
|
|
883
931
|
DeregisterKnownNeuron: DeregisterKnownNeuron,
|
|
932
|
+
TakeCanisterSnapshot: TakeCanisterSnapshot,
|
|
884
933
|
StopOrStartCanister: StopOrStartCanister,
|
|
885
934
|
CreateServiceNervousSystem: CreateServiceNervousSystem,
|
|
886
935
|
ExecuteNnsFunction: ExecuteNnsFunction,
|
|
@@ -1025,6 +1074,7 @@ export const idlService = IDL.Service({
|
|
|
1025
1074
|
[ClaimOrRefreshNeuronFromAccountResponse],
|
|
1026
1075
|
[]
|
|
1027
1076
|
),
|
|
1077
|
+
create_neuron: IDL.Func([CreateNeuronRequest], [CreateNeuronResponse], []),
|
|
1028
1078
|
get_build_metadata: IDL.Func([], [IDL.Text], ['query']),
|
|
1029
1079
|
get_full_neuron: IDL.Func([IDL.Nat64], [Result_2], ['query']),
|
|
1030
1080
|
get_full_neuron_by_id_or_subaccount: IDL.Func([NeuronIdOrSubaccount], [Result_2], ['query']),
|
|
@@ -1470,6 +1520,25 @@ export const idlFactory = ({IDL}) => {
|
|
|
1470
1520
|
command: IDL.Opt(ManageNeuronProposalCommand),
|
|
1471
1521
|
neuron_id_or_subaccount: IDL.Opt(NeuronIdOrSubaccount)
|
|
1472
1522
|
});
|
|
1523
|
+
const LoadCanisterSnapshot = IDL.Record({
|
|
1524
|
+
canister_id: IDL.Opt(IDL.Principal),
|
|
1525
|
+
snapshot_id: IDL.Opt(IDL.Vec(IDL.Nat8))
|
|
1526
|
+
});
|
|
1527
|
+
const GuestLaunchMeasurementMetadata = IDL.Record({
|
|
1528
|
+
kernel_cmdline: IDL.Opt(IDL.Text)
|
|
1529
|
+
});
|
|
1530
|
+
const GuestLaunchMeasurement = IDL.Record({
|
|
1531
|
+
metadata: IDL.Opt(GuestLaunchMeasurementMetadata),
|
|
1532
|
+
measurement: IDL.Opt(IDL.Vec(IDL.Nat8))
|
|
1533
|
+
});
|
|
1534
|
+
const GuestLaunchMeasurements = IDL.Record({
|
|
1535
|
+
guest_launch_measurements: IDL.Opt(IDL.Vec(GuestLaunchMeasurement))
|
|
1536
|
+
});
|
|
1537
|
+
const BlessAlternativeGuestOsVersion = IDL.Record({
|
|
1538
|
+
rootfs_hash: IDL.Opt(IDL.Text),
|
|
1539
|
+
chip_ids: IDL.Opt(IDL.Vec(IDL.Vec(IDL.Nat8))),
|
|
1540
|
+
base_guest_launch_measurements: IDL.Opt(GuestLaunchMeasurements)
|
|
1541
|
+
});
|
|
1473
1542
|
const Controllers = IDL.Record({controllers: IDL.Vec(IDL.Principal)});
|
|
1474
1543
|
const CanisterSettings = IDL.Record({
|
|
1475
1544
|
freezing_threshold: IDL.Opt(IDL.Nat64),
|
|
@@ -1492,12 +1561,19 @@ export const idlFactory = ({IDL}) => {
|
|
|
1492
1561
|
install_mode: IDL.Opt(IDL.Int32)
|
|
1493
1562
|
});
|
|
1494
1563
|
const DeregisterKnownNeuron = IDL.Record({id: IDL.Opt(NeuronId)});
|
|
1564
|
+
const TakeCanisterSnapshot = IDL.Record({
|
|
1565
|
+
replace_snapshot: IDL.Opt(IDL.Vec(IDL.Nat8)),
|
|
1566
|
+
canister_id: IDL.Opt(IDL.Principal)
|
|
1567
|
+
});
|
|
1495
1568
|
const StopOrStartCanister = IDL.Record({
|
|
1496
1569
|
action: IDL.Opt(IDL.Int32),
|
|
1497
1570
|
canister_id: IDL.Opt(IDL.Principal)
|
|
1498
1571
|
});
|
|
1499
1572
|
const Duration = IDL.Record({seconds: IDL.Opt(IDL.Nat64)});
|
|
1500
1573
|
const Tokens = IDL.Record({e8s: IDL.Opt(IDL.Nat64)});
|
|
1574
|
+
const CustomProposalCriticality = IDL.Record({
|
|
1575
|
+
additional_critical_native_action_ids: IDL.Opt(IDL.Vec(IDL.Nat64))
|
|
1576
|
+
});
|
|
1501
1577
|
const VotingRewardParameters = IDL.Record({
|
|
1502
1578
|
reward_rate_transition_duration: IDL.Opt(Duration),
|
|
1503
1579
|
initial_reward_rate: IDL.Opt(Percentage),
|
|
@@ -1512,6 +1588,7 @@ export const idlFactory = ({IDL}) => {
|
|
|
1512
1588
|
neuron_minimum_stake: IDL.Opt(Tokens),
|
|
1513
1589
|
proposal_wait_for_quiet_deadline_increase: IDL.Opt(Duration),
|
|
1514
1590
|
proposal_initial_voting_period: IDL.Opt(Duration),
|
|
1591
|
+
custom_proposal_criticality: IDL.Opt(CustomProposalCriticality),
|
|
1515
1592
|
proposal_rejection_fee: IDL.Opt(Tokens),
|
|
1516
1593
|
voting_reward_parameters: IDL.Opt(VotingRewardParameters)
|
|
1517
1594
|
});
|
|
@@ -1630,9 +1707,12 @@ export const idlFactory = ({IDL}) => {
|
|
|
1630
1707
|
RegisterKnownNeuron: KnownNeuron,
|
|
1631
1708
|
FulfillSubnetRentalRequest: FulfillSubnetRentalRequest,
|
|
1632
1709
|
ManageNeuron: ManageNeuronProposal,
|
|
1710
|
+
LoadCanisterSnapshot: LoadCanisterSnapshot,
|
|
1711
|
+
BlessAlternativeGuestOsVersion: BlessAlternativeGuestOsVersion,
|
|
1633
1712
|
UpdateCanisterSettings: UpdateCanisterSettings,
|
|
1634
1713
|
InstallCode: InstallCode,
|
|
1635
1714
|
DeregisterKnownNeuron: DeregisterKnownNeuron,
|
|
1715
|
+
TakeCanisterSnapshot: TakeCanisterSnapshot,
|
|
1636
1716
|
StopOrStartCanister: StopOrStartCanister,
|
|
1637
1717
|
CreateServiceNervousSystem: CreateServiceNervousSystem,
|
|
1638
1718
|
ExecuteNnsFunction: ExecuteNnsFunction,
|
|
@@ -1652,6 +1732,8 @@ export const idlFactory = ({IDL}) => {
|
|
|
1652
1732
|
Map: IDL.Vec(IDL.Tuple(IDL.Text, SelfDescribingValue)),
|
|
1653
1733
|
Nat: IDL.Nat,
|
|
1654
1734
|
Blob: IDL.Vec(IDL.Nat8),
|
|
1735
|
+
Bool: IDL.Bool,
|
|
1736
|
+
Null: IDL.Null,
|
|
1655
1737
|
Text: IDL.Text,
|
|
1656
1738
|
Array: IDL.Vec(SelfDescribingValue)
|
|
1657
1739
|
})
|
|
@@ -1781,6 +1863,20 @@ export const idlFactory = ({IDL}) => {
|
|
|
1781
1863
|
const ClaimOrRefreshNeuronFromAccountResponse = IDL.Record({
|
|
1782
1864
|
result: IDL.Opt(Result_1)
|
|
1783
1865
|
});
|
|
1866
|
+
const CreateNeuronRequest = IDL.Record({
|
|
1867
|
+
controller: IDL.Opt(IDL.Principal),
|
|
1868
|
+
source_subaccount: IDL.Opt(IDL.Vec(IDL.Nat8)),
|
|
1869
|
+
dissolve_delay_seconds: IDL.Opt(IDL.Nat64),
|
|
1870
|
+
auto_stake_maturity: IDL.Opt(IDL.Bool),
|
|
1871
|
+
amount_e8s: IDL.Opt(IDL.Nat64),
|
|
1872
|
+
followees: IDL.Opt(SetFollowing),
|
|
1873
|
+
dissolving: IDL.Opt(IDL.Bool)
|
|
1874
|
+
});
|
|
1875
|
+
const CreatedNeuron = IDL.Record({neuron_id: IDL.Opt(NeuronId)});
|
|
1876
|
+
const CreateNeuronResponse = IDL.Variant({
|
|
1877
|
+
Ok: CreatedNeuron,
|
|
1878
|
+
Err: GovernanceError
|
|
1879
|
+
});
|
|
1784
1880
|
const Result_2 = IDL.Variant({Ok: Neuron, Err: GovernanceError});
|
|
1785
1881
|
const Result_3 = IDL.Variant({
|
|
1786
1882
|
Ok: GovernanceCachedMetrics,
|
|
@@ -1936,9 +2032,12 @@ export const idlFactory = ({IDL}) => {
|
|
|
1936
2032
|
RegisterKnownNeuron: KnownNeuron,
|
|
1937
2033
|
FulfillSubnetRentalRequest: FulfillSubnetRentalRequest,
|
|
1938
2034
|
ManageNeuron: ManageNeuronRequest,
|
|
2035
|
+
LoadCanisterSnapshot: LoadCanisterSnapshot,
|
|
2036
|
+
BlessAlternativeGuestOsVersion: BlessAlternativeGuestOsVersion,
|
|
1939
2037
|
UpdateCanisterSettings: UpdateCanisterSettings,
|
|
1940
2038
|
InstallCode: InstallCodeRequest,
|
|
1941
2039
|
DeregisterKnownNeuron: DeregisterKnownNeuron,
|
|
2040
|
+
TakeCanisterSnapshot: TakeCanisterSnapshot,
|
|
1942
2041
|
StopOrStartCanister: StopOrStartCanister,
|
|
1943
2042
|
CreateServiceNervousSystem: CreateServiceNervousSystem,
|
|
1944
2043
|
ExecuteNnsFunction: ExecuteNnsFunction,
|
|
@@ -2077,6 +2176,7 @@ export const idlFactory = ({IDL}) => {
|
|
|
2077
2176
|
[ClaimOrRefreshNeuronFromAccountResponse],
|
|
2078
2177
|
[]
|
|
2079
2178
|
),
|
|
2179
|
+
create_neuron: IDL.Func([CreateNeuronRequest], [CreateNeuronResponse], []),
|
|
2080
2180
|
get_build_metadata: IDL.Func([], [IDL.Text], ['query']),
|
|
2081
2181
|
get_full_neuron: IDL.Func([IDL.Nat64], [Result_2], ['query']),
|
|
2082
2182
|
get_full_neuron_by_id_or_subaccount: IDL.Func([NeuronIdOrSubaccount], [Result_2], ['query']),
|
|
@@ -2520,6 +2620,25 @@ export const init = ({IDL}) => {
|
|
|
2520
2620
|
command: IDL.Opt(ManageNeuronProposalCommand),
|
|
2521
2621
|
neuron_id_or_subaccount: IDL.Opt(NeuronIdOrSubaccount)
|
|
2522
2622
|
});
|
|
2623
|
+
const LoadCanisterSnapshot = IDL.Record({
|
|
2624
|
+
canister_id: IDL.Opt(IDL.Principal),
|
|
2625
|
+
snapshot_id: IDL.Opt(IDL.Vec(IDL.Nat8))
|
|
2626
|
+
});
|
|
2627
|
+
const GuestLaunchMeasurementMetadata = IDL.Record({
|
|
2628
|
+
kernel_cmdline: IDL.Opt(IDL.Text)
|
|
2629
|
+
});
|
|
2630
|
+
const GuestLaunchMeasurement = IDL.Record({
|
|
2631
|
+
metadata: IDL.Opt(GuestLaunchMeasurementMetadata),
|
|
2632
|
+
measurement: IDL.Opt(IDL.Vec(IDL.Nat8))
|
|
2633
|
+
});
|
|
2634
|
+
const GuestLaunchMeasurements = IDL.Record({
|
|
2635
|
+
guest_launch_measurements: IDL.Opt(IDL.Vec(GuestLaunchMeasurement))
|
|
2636
|
+
});
|
|
2637
|
+
const BlessAlternativeGuestOsVersion = IDL.Record({
|
|
2638
|
+
rootfs_hash: IDL.Opt(IDL.Text),
|
|
2639
|
+
chip_ids: IDL.Opt(IDL.Vec(IDL.Vec(IDL.Nat8))),
|
|
2640
|
+
base_guest_launch_measurements: IDL.Opt(GuestLaunchMeasurements)
|
|
2641
|
+
});
|
|
2523
2642
|
const Controllers = IDL.Record({controllers: IDL.Vec(IDL.Principal)});
|
|
2524
2643
|
const CanisterSettings = IDL.Record({
|
|
2525
2644
|
freezing_threshold: IDL.Opt(IDL.Nat64),
|
|
@@ -2542,12 +2661,19 @@ export const init = ({IDL}) => {
|
|
|
2542
2661
|
install_mode: IDL.Opt(IDL.Int32)
|
|
2543
2662
|
});
|
|
2544
2663
|
const DeregisterKnownNeuron = IDL.Record({id: IDL.Opt(NeuronId)});
|
|
2664
|
+
const TakeCanisterSnapshot = IDL.Record({
|
|
2665
|
+
replace_snapshot: IDL.Opt(IDL.Vec(IDL.Nat8)),
|
|
2666
|
+
canister_id: IDL.Opt(IDL.Principal)
|
|
2667
|
+
});
|
|
2545
2668
|
const StopOrStartCanister = IDL.Record({
|
|
2546
2669
|
action: IDL.Opt(IDL.Int32),
|
|
2547
2670
|
canister_id: IDL.Opt(IDL.Principal)
|
|
2548
2671
|
});
|
|
2549
2672
|
const Duration = IDL.Record({seconds: IDL.Opt(IDL.Nat64)});
|
|
2550
2673
|
const Tokens = IDL.Record({e8s: IDL.Opt(IDL.Nat64)});
|
|
2674
|
+
const CustomProposalCriticality = IDL.Record({
|
|
2675
|
+
additional_critical_native_action_ids: IDL.Opt(IDL.Vec(IDL.Nat64))
|
|
2676
|
+
});
|
|
2551
2677
|
const VotingRewardParameters = IDL.Record({
|
|
2552
2678
|
reward_rate_transition_duration: IDL.Opt(Duration),
|
|
2553
2679
|
initial_reward_rate: IDL.Opt(Percentage),
|
|
@@ -2562,6 +2688,7 @@ export const init = ({IDL}) => {
|
|
|
2562
2688
|
neuron_minimum_stake: IDL.Opt(Tokens),
|
|
2563
2689
|
proposal_wait_for_quiet_deadline_increase: IDL.Opt(Duration),
|
|
2564
2690
|
proposal_initial_voting_period: IDL.Opt(Duration),
|
|
2691
|
+
custom_proposal_criticality: IDL.Opt(CustomProposalCriticality),
|
|
2565
2692
|
proposal_rejection_fee: IDL.Opt(Tokens),
|
|
2566
2693
|
voting_reward_parameters: IDL.Opt(VotingRewardParameters)
|
|
2567
2694
|
});
|
|
@@ -2680,9 +2807,12 @@ export const init = ({IDL}) => {
|
|
|
2680
2807
|
RegisterKnownNeuron: KnownNeuron,
|
|
2681
2808
|
FulfillSubnetRentalRequest: FulfillSubnetRentalRequest,
|
|
2682
2809
|
ManageNeuron: ManageNeuronProposal,
|
|
2810
|
+
LoadCanisterSnapshot: LoadCanisterSnapshot,
|
|
2811
|
+
BlessAlternativeGuestOsVersion: BlessAlternativeGuestOsVersion,
|
|
2683
2812
|
UpdateCanisterSettings: UpdateCanisterSettings,
|
|
2684
2813
|
InstallCode: InstallCode,
|
|
2685
2814
|
DeregisterKnownNeuron: DeregisterKnownNeuron,
|
|
2815
|
+
TakeCanisterSnapshot: TakeCanisterSnapshot,
|
|
2686
2816
|
StopOrStartCanister: StopOrStartCanister,
|
|
2687
2817
|
CreateServiceNervousSystem: CreateServiceNervousSystem,
|
|
2688
2818
|
ExecuteNnsFunction: ExecuteNnsFunction,
|
|
@@ -2702,6 +2832,8 @@ export const init = ({IDL}) => {
|
|
|
2702
2832
|
Map: IDL.Vec(IDL.Tuple(IDL.Text, SelfDescribingValue)),
|
|
2703
2833
|
Nat: IDL.Nat,
|
|
2704
2834
|
Blob: IDL.Vec(IDL.Nat8),
|
|
2835
|
+
Bool: IDL.Bool,
|
|
2836
|
+
Null: IDL.Null,
|
|
2705
2837
|
Text: IDL.Text,
|
|
2706
2838
|
Array: IDL.Vec(SelfDescribingValue)
|
|
2707
2839
|
})
|
|
@@ -18,6 +18,9 @@ export interface AddWasmRequest {
|
|
|
18
18
|
export interface AddWasmResponse { 'result' : [] | [Result] }
|
|
19
19
|
export interface Canister { 'id' : [] | [Principal] }
|
|
20
20
|
export interface Countries { 'iso_codes' : Array<string> }
|
|
21
|
+
export interface CustomProposalCriticality {
|
|
22
|
+
'additional_critical_native_action_ids' : BigUint64Array,
|
|
23
|
+
}
|
|
21
24
|
export interface DappCanisters { 'canisters' : Array<Canister> }
|
|
22
25
|
export interface DappCanistersTransferResult {
|
|
23
26
|
'restored_dapp_canisters' : Array<Canister>,
|
|
@@ -179,6 +182,7 @@ export interface SnsInitPayload {
|
|
|
179
182
|
'wait_for_quiet_deadline_increase_seconds' : [] | [bigint],
|
|
180
183
|
'transaction_fee_e8s' : [] | [bigint],
|
|
181
184
|
'dapp_canisters' : [] | [DappCanisters],
|
|
185
|
+
'custom_proposal_criticality' : [] | [CustomProposalCriticality],
|
|
182
186
|
'neurons_fund_participation_constraints' : [] | [
|
|
183
187
|
NeuronsFundParticipationConstraints
|
|
184
188
|
],
|
|
@@ -35,6 +35,9 @@ export const NeuronBasketConstructionParameters = IDL.Record({
|
|
|
35
35
|
});
|
|
36
36
|
export const Canister = IDL.Record({id: IDL.Opt(IDL.Principal)});
|
|
37
37
|
export const DappCanisters = IDL.Record({canisters: IDL.Vec(Canister)});
|
|
38
|
+
export const CustomProposalCriticality = IDL.Record({
|
|
39
|
+
additional_critical_native_action_ids: IDL.Vec(IDL.Nat64)
|
|
40
|
+
});
|
|
38
41
|
export const LinearScalingCoefficient = IDL.Record({
|
|
39
42
|
slope_numerator: IDL.Opt(IDL.Nat64),
|
|
40
43
|
intercept_icp_e8s: IDL.Opt(IDL.Nat64),
|
|
@@ -102,6 +105,7 @@ export const SnsInitPayload = IDL.Record({
|
|
|
102
105
|
wait_for_quiet_deadline_increase_seconds: IDL.Opt(IDL.Nat64),
|
|
103
106
|
transaction_fee_e8s: IDL.Opt(IDL.Nat64),
|
|
104
107
|
dapp_canisters: IDL.Opt(DappCanisters),
|
|
108
|
+
custom_proposal_criticality: IDL.Opt(CustomProposalCriticality),
|
|
105
109
|
neurons_fund_participation_constraints: IDL.Opt(NeuronsFundParticipationConstraints),
|
|
106
110
|
max_age_bonus_percentage: IDL.Opt(IDL.Nat64),
|
|
107
111
|
initial_token_distribution: IDL.Opt(InitialTokenDistribution),
|
|
@@ -320,6 +324,9 @@ export const idlFactory = ({IDL}) => {
|
|
|
320
324
|
});
|
|
321
325
|
const Canister = IDL.Record({id: IDL.Opt(IDL.Principal)});
|
|
322
326
|
const DappCanisters = IDL.Record({canisters: IDL.Vec(Canister)});
|
|
327
|
+
const CustomProposalCriticality = IDL.Record({
|
|
328
|
+
additional_critical_native_action_ids: IDL.Vec(IDL.Nat64)
|
|
329
|
+
});
|
|
323
330
|
const LinearScalingCoefficient = IDL.Record({
|
|
324
331
|
slope_numerator: IDL.Opt(IDL.Nat64),
|
|
325
332
|
intercept_icp_e8s: IDL.Opt(IDL.Nat64),
|
|
@@ -387,6 +394,7 @@ export const idlFactory = ({IDL}) => {
|
|
|
387
394
|
wait_for_quiet_deadline_increase_seconds: IDL.Opt(IDL.Nat64),
|
|
388
395
|
transaction_fee_e8s: IDL.Opt(IDL.Nat64),
|
|
389
396
|
dapp_canisters: IDL.Opt(DappCanisters),
|
|
397
|
+
custom_proposal_criticality: IDL.Opt(CustomProposalCriticality),
|
|
390
398
|
neurons_fund_participation_constraints: IDL.Opt(NeuronsFundParticipationConstraints),
|
|
391
399
|
max_age_bonus_percentage: IDL.Opt(IDL.Nat64),
|
|
392
400
|
initial_token_distribution: IDL.Opt(InitialTokenDistribution),
|
|
@@ -140,6 +140,9 @@ export type Command_2 = { 'Split' : Split } |
|
|
|
140
140
|
{ 'MergeMaturity' : MergeMaturity } |
|
|
141
141
|
{ 'Disburse' : Disburse };
|
|
142
142
|
export interface Configure { 'operation' : [] | [Operation] }
|
|
143
|
+
export interface CustomProposalCriticality {
|
|
144
|
+
'additional_critical_native_action_ids' : BigUint64Array,
|
|
145
|
+
}
|
|
143
146
|
export interface Decimal { 'human_readable' : [] | [string] }
|
|
144
147
|
export interface DefaultFollowees { 'followees' : Array<[bigint, Followees]> }
|
|
145
148
|
export interface DefiniteCanisterSettingsArgs {
|
|
@@ -438,6 +441,7 @@ export interface NervousSystemParameters {
|
|
|
438
441
|
'wait_for_quiet_deadline_increase_seconds' : [] | [bigint],
|
|
439
442
|
'max_number_of_neurons' : [] | [bigint],
|
|
440
443
|
'transaction_fee_e8s' : [] | [bigint],
|
|
444
|
+
'custom_proposal_criticality' : [] | [CustomProposalCriticality],
|
|
441
445
|
'max_number_of_proposals_with_ballots' : [] | [bigint],
|
|
442
446
|
'max_age_bonus_percentage' : [] | [bigint],
|
|
443
447
|
'neuron_grantable_permissions' : [] | [NeuronPermissionList],
|
|
@@ -158,6 +158,9 @@ export const DefaultFollowees = IDL.Record({
|
|
|
158
158
|
export const NeuronPermissionList = IDL.Record({
|
|
159
159
|
permissions: IDL.Vec(IDL.Int32)
|
|
160
160
|
});
|
|
161
|
+
export const CustomProposalCriticality = IDL.Record({
|
|
162
|
+
additional_critical_native_action_ids: IDL.Vec(IDL.Nat64)
|
|
163
|
+
});
|
|
161
164
|
export const VotingRewardsParameters = IDL.Record({
|
|
162
165
|
final_reward_rate_basis_points: IDL.Opt(IDL.Nat64),
|
|
163
166
|
initial_reward_rate_basis_points: IDL.Opt(IDL.Nat64),
|
|
@@ -180,6 +183,7 @@ export const NervousSystemParameters = IDL.Record({
|
|
|
180
183
|
wait_for_quiet_deadline_increase_seconds: IDL.Opt(IDL.Nat64),
|
|
181
184
|
max_number_of_neurons: IDL.Opt(IDL.Nat64),
|
|
182
185
|
transaction_fee_e8s: IDL.Opt(IDL.Nat64),
|
|
186
|
+
custom_proposal_criticality: IDL.Opt(CustomProposalCriticality),
|
|
183
187
|
max_number_of_proposals_with_ballots: IDL.Opt(IDL.Nat64),
|
|
184
188
|
max_age_bonus_percentage: IDL.Opt(IDL.Nat64),
|
|
185
189
|
neuron_grantable_permissions: IDL.Opt(NeuronPermissionList),
|
|
@@ -1004,6 +1008,9 @@ export const idlFactory = ({IDL}) => {
|
|
|
1004
1008
|
const NeuronPermissionList = IDL.Record({
|
|
1005
1009
|
permissions: IDL.Vec(IDL.Int32)
|
|
1006
1010
|
});
|
|
1011
|
+
const CustomProposalCriticality = IDL.Record({
|
|
1012
|
+
additional_critical_native_action_ids: IDL.Vec(IDL.Nat64)
|
|
1013
|
+
});
|
|
1007
1014
|
const VotingRewardsParameters = IDL.Record({
|
|
1008
1015
|
final_reward_rate_basis_points: IDL.Opt(IDL.Nat64),
|
|
1009
1016
|
initial_reward_rate_basis_points: IDL.Opt(IDL.Nat64),
|
|
@@ -1026,6 +1033,7 @@ export const idlFactory = ({IDL}) => {
|
|
|
1026
1033
|
wait_for_quiet_deadline_increase_seconds: IDL.Opt(IDL.Nat64),
|
|
1027
1034
|
max_number_of_neurons: IDL.Opt(IDL.Nat64),
|
|
1028
1035
|
transaction_fee_e8s: IDL.Opt(IDL.Nat64),
|
|
1036
|
+
custom_proposal_criticality: IDL.Opt(CustomProposalCriticality),
|
|
1029
1037
|
max_number_of_proposals_with_ballots: IDL.Opt(IDL.Nat64),
|
|
1030
1038
|
max_age_bonus_percentage: IDL.Opt(IDL.Nat64),
|
|
1031
1039
|
neuron_grantable_permissions: IDL.Opt(NeuronPermissionList),
|
|
@@ -1837,6 +1845,9 @@ export const init = ({IDL}) => {
|
|
|
1837
1845
|
const NeuronPermissionList = IDL.Record({
|
|
1838
1846
|
permissions: IDL.Vec(IDL.Int32)
|
|
1839
1847
|
});
|
|
1848
|
+
const CustomProposalCriticality = IDL.Record({
|
|
1849
|
+
additional_critical_native_action_ids: IDL.Vec(IDL.Nat64)
|
|
1850
|
+
});
|
|
1840
1851
|
const VotingRewardsParameters = IDL.Record({
|
|
1841
1852
|
final_reward_rate_basis_points: IDL.Opt(IDL.Nat64),
|
|
1842
1853
|
initial_reward_rate_basis_points: IDL.Opt(IDL.Nat64),
|
|
@@ -1859,6 +1870,7 @@ export const init = ({IDL}) => {
|
|
|
1859
1870
|
wait_for_quiet_deadline_increase_seconds: IDL.Opt(IDL.Nat64),
|
|
1860
1871
|
max_number_of_neurons: IDL.Opt(IDL.Nat64),
|
|
1861
1872
|
transaction_fee_e8s: IDL.Opt(IDL.Nat64),
|
|
1873
|
+
custom_proposal_criticality: IDL.Opt(CustomProposalCriticality),
|
|
1862
1874
|
max_number_of_proposals_with_ballots: IDL.Opt(IDL.Nat64),
|
|
1863
1875
|
max_age_bonus_percentage: IDL.Opt(IDL.Nat64),
|
|
1864
1876
|
neuron_grantable_permissions: IDL.Opt(NeuronPermissionList),
|
|
@@ -152,6 +152,9 @@ export type Command_2 = { 'Split' : Split } |
|
|
|
152
152
|
{ 'MergeMaturity' : MergeMaturity } |
|
|
153
153
|
{ 'Disburse' : Disburse };
|
|
154
154
|
export interface Configure { 'operation' : [] | [Operation] }
|
|
155
|
+
export interface CustomProposalCriticality {
|
|
156
|
+
'additional_critical_native_action_ids' : BigUint64Array,
|
|
157
|
+
}
|
|
155
158
|
export interface Decimal { 'human_readable' : [] | [string] }
|
|
156
159
|
export interface DefaultFollowees { 'followees' : Array<[bigint, Followees]> }
|
|
157
160
|
export interface DefiniteCanisterSettingsArgs {
|
|
@@ -454,6 +457,7 @@ export interface NervousSystemParameters {
|
|
|
454
457
|
'wait_for_quiet_deadline_increase_seconds' : [] | [bigint],
|
|
455
458
|
'max_number_of_neurons' : [] | [bigint],
|
|
456
459
|
'transaction_fee_e8s' : [] | [bigint],
|
|
460
|
+
'custom_proposal_criticality' : [] | [CustomProposalCriticality],
|
|
457
461
|
'max_number_of_proposals_with_ballots' : [] | [bigint],
|
|
458
462
|
'max_age_bonus_percentage' : [] | [bigint],
|
|
459
463
|
'neuron_grantable_permissions' : [] | [NeuronPermissionList],
|
|
@@ -158,6 +158,9 @@ export const DefaultFollowees = IDL.Record({
|
|
|
158
158
|
export const NeuronPermissionList = IDL.Record({
|
|
159
159
|
permissions: IDL.Vec(IDL.Int32)
|
|
160
160
|
});
|
|
161
|
+
export const CustomProposalCriticality = IDL.Record({
|
|
162
|
+
additional_critical_native_action_ids: IDL.Vec(IDL.Nat64)
|
|
163
|
+
});
|
|
161
164
|
export const VotingRewardsParameters = IDL.Record({
|
|
162
165
|
final_reward_rate_basis_points: IDL.Opt(IDL.Nat64),
|
|
163
166
|
initial_reward_rate_basis_points: IDL.Opt(IDL.Nat64),
|
|
@@ -180,6 +183,7 @@ export const NervousSystemParameters = IDL.Record({
|
|
|
180
183
|
wait_for_quiet_deadline_increase_seconds: IDL.Opt(IDL.Nat64),
|
|
181
184
|
max_number_of_neurons: IDL.Opt(IDL.Nat64),
|
|
182
185
|
transaction_fee_e8s: IDL.Opt(IDL.Nat64),
|
|
186
|
+
custom_proposal_criticality: IDL.Opt(CustomProposalCriticality),
|
|
183
187
|
max_number_of_proposals_with_ballots: IDL.Opt(IDL.Nat64),
|
|
184
188
|
max_age_bonus_percentage: IDL.Opt(IDL.Nat64),
|
|
185
189
|
neuron_grantable_permissions: IDL.Opt(NeuronPermissionList),
|
|
@@ -1028,6 +1032,9 @@ export const idlFactory = ({IDL}) => {
|
|
|
1028
1032
|
const NeuronPermissionList = IDL.Record({
|
|
1029
1033
|
permissions: IDL.Vec(IDL.Int32)
|
|
1030
1034
|
});
|
|
1035
|
+
const CustomProposalCriticality = IDL.Record({
|
|
1036
|
+
additional_critical_native_action_ids: IDL.Vec(IDL.Nat64)
|
|
1037
|
+
});
|
|
1031
1038
|
const VotingRewardsParameters = IDL.Record({
|
|
1032
1039
|
final_reward_rate_basis_points: IDL.Opt(IDL.Nat64),
|
|
1033
1040
|
initial_reward_rate_basis_points: IDL.Opt(IDL.Nat64),
|
|
@@ -1050,6 +1057,7 @@ export const idlFactory = ({IDL}) => {
|
|
|
1050
1057
|
wait_for_quiet_deadline_increase_seconds: IDL.Opt(IDL.Nat64),
|
|
1051
1058
|
max_number_of_neurons: IDL.Opt(IDL.Nat64),
|
|
1052
1059
|
transaction_fee_e8s: IDL.Opt(IDL.Nat64),
|
|
1060
|
+
custom_proposal_criticality: IDL.Opt(CustomProposalCriticality),
|
|
1053
1061
|
max_number_of_proposals_with_ballots: IDL.Opt(IDL.Nat64),
|
|
1054
1062
|
max_age_bonus_percentage: IDL.Opt(IDL.Nat64),
|
|
1055
1063
|
neuron_grantable_permissions: IDL.Opt(NeuronPermissionList),
|
|
@@ -1885,6 +1893,9 @@ export const init = ({IDL}) => {
|
|
|
1885
1893
|
const NeuronPermissionList = IDL.Record({
|
|
1886
1894
|
permissions: IDL.Vec(IDL.Int32)
|
|
1887
1895
|
});
|
|
1896
|
+
const CustomProposalCriticality = IDL.Record({
|
|
1897
|
+
additional_critical_native_action_ids: IDL.Vec(IDL.Nat64)
|
|
1898
|
+
});
|
|
1888
1899
|
const VotingRewardsParameters = IDL.Record({
|
|
1889
1900
|
final_reward_rate_basis_points: IDL.Opt(IDL.Nat64),
|
|
1890
1901
|
initial_reward_rate_basis_points: IDL.Opt(IDL.Nat64),
|
|
@@ -1907,6 +1918,7 @@ export const init = ({IDL}) => {
|
|
|
1907
1918
|
wait_for_quiet_deadline_increase_seconds: IDL.Opt(IDL.Nat64),
|
|
1908
1919
|
max_number_of_neurons: IDL.Opt(IDL.Nat64),
|
|
1909
1920
|
transaction_fee_e8s: IDL.Opt(IDL.Nat64),
|
|
1921
|
+
custom_proposal_criticality: IDL.Opt(CustomProposalCriticality),
|
|
1910
1922
|
max_number_of_proposals_with_ballots: IDL.Opt(IDL.Nat64),
|
|
1911
1923
|
max_age_bonus_percentage: IDL.Opt(IDL.Nat64),
|
|
1912
1924
|
neuron_grantable_permissions: IDL.Opt(NeuronPermissionList),
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type * as z from 'zod';
|
|
2
|
-
/**
|
|
3
|
-
* @see CanisterOptions
|
|
4
|
-
*/
|
|
5
|
-
export declare const IcrcCanisterOptionsSchema: z.ZodObject<{
|
|
6
|
-
canisterId: z.ZodNonOptional<z.ZodOptional<z.ZodPipe<z.ZodCustom<import("@icp-sdk/core/principal").Principal, import("@icp-sdk/core/principal").Principal>, z.ZodTransform<import("@icp-sdk/core/principal").Principal, import("@icp-sdk/core/principal").Principal>>>>;
|
|
7
|
-
}, z.core.$strict>;
|
|
8
|
-
/**
|
|
9
|
-
* The options to initialize an Icrc canister.
|
|
10
|
-
*/
|
|
11
|
-
export type IcrcCanisterOptions = z.infer<typeof IcrcCanisterOptionsSchema>;
|