|
1 | | -// Generated from dfinity/portal commit 8453be2fa6fae9023bcea3b5ea8a8ef8225d5e4d for file 'docs/references/_attachments/ic.did' |
| 1 | +// Generated from dfinity/portal commit 39bbfcbae104623ffca6743ed139f851bf7561de for file 'docs/references/_attachments/ic.did' |
2 | 2 | type canister_id = principal; |
3 | 3 | type wasm_module = blob; |
4 | 4 | type snapshot_id = blob; |
@@ -86,10 +86,6 @@ type ecdsa_curve = variant { |
86 | 86 | secp256k1; |
87 | 87 | }; |
88 | 88 |
|
89 | | -type vetkd_curve = variant { |
90 | | - bls12_381_g2; |
91 | | -}; |
92 | | - |
93 | 89 | type schnorr_algorithm = variant { |
94 | 90 | bip340secp256k1; |
95 | 91 | ed25519; |
@@ -357,27 +353,6 @@ type sign_with_schnorr_result = record { |
357 | 353 | signature : blob; |
358 | 354 | }; |
359 | 355 |
|
360 | | -type vetkd_public_key_args = record { |
361 | | - canister_id : opt canister_id; |
362 | | - context : blob; |
363 | | - key_id : record { curve : vetkd_curve; name : text }; |
364 | | -}; |
365 | | - |
366 | | -type vetkd_public_key_result = record { |
367 | | - public_key : blob; |
368 | | -}; |
369 | | - |
370 | | -type vetkd_derive_key_args = record { |
371 | | - input : blob; |
372 | | - context : blob; |
373 | | - transport_public_key : blob; |
374 | | - key_id : record { curve : vetkd_curve; name : text }; |
375 | | -}; |
376 | | - |
377 | | -type vetkd_derive_key_result = record { |
378 | | - encrypted_key : blob; |
379 | | -}; |
380 | | - |
381 | 356 | type node_metrics_history_args = record { |
382 | 357 | subnet_id : principal; |
383 | 358 | start_at_timestamp_nanos : nat64; |
@@ -488,10 +463,6 @@ service ic : { |
488 | 463 | schnorr_public_key : (schnorr_public_key_args) -> (schnorr_public_key_result); |
489 | 464 | sign_with_schnorr : (sign_with_schnorr_args) -> (sign_with_schnorr_result); |
490 | 465 |
|
491 | | - // Threshold key derivation |
492 | | - vetkd_public_key : (vetkd_public_key_args) -> (vetkd_public_key_result); |
493 | | - vetkd_derive_key : (vetkd_derive_key_args) -> (vetkd_derive_key_result); |
494 | | - |
495 | 466 | // bitcoin interface |
496 | 467 | bitcoin_get_balance : (bitcoin_get_balance_args) -> (bitcoin_get_balance_result); |
497 | 468 | bitcoin_get_utxos : (bitcoin_get_utxos_args) -> (bitcoin_get_utxos_result); |
|
0 commit comments