We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bitgo-api-docs
1 parent 8b374e9 commit 06e8f6cCopy full SHA for 06e8f6c
api.yaml
@@ -41997,7 +41997,6 @@ components:
41997
enum:
41998
- tss
41999
- independent
42000
- - blsdkg
42001
Keys:
42002
type: array
42003
items:
@@ -44586,6 +44585,13 @@ components:
44586
44585
description: The date when the approval was granted
44587
format: date-time
44588
title: ISO Date String
+ keyCurve:
44589
+ type: string
44590
+ enum:
44591
+ - secp256k1
44592
+ - ed25519
44593
+ - bls12_381
44594
+ description: The key curve of the coin attached to this pending approval
44595
info:
44596
allOf:
44597
- $ref: '#/components/schemas/PendingApprovalInfo'
0 commit comments