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 eea5a9c commit f884233Copy full SHA for f884233
api.yaml
@@ -44217,8 +44217,17 @@ components:
44217
required:
44218
- maxPriorityFeePerGas
44219
- maxFeePerGas
44220
- required:
44221
- - label
+ evmKeyRingReferenceWalletId:
+ type: string
44222
+ description: Optional reference wallet ID for EVM keyring child wallets. When provided, child wallets inherit properties from the parent wallet.
44223
+ anyOf:
44224
+ - not:
44225
+ required:
44226
+ - evmKeyRingReferenceWalletId
44227
44228
+ - label
44229
+ - required:
44230
44231
CreateWebhookSecretResponse:
44232
title: CreateWebhookSecretResponse
44233
type: object
0 commit comments