You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api.yaml
+3-21Lines changed: 3 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -50,24 +50,13 @@ tags:
50
50
- name: Password reset
51
51
- name: Pending approval
52
52
- name: Policy
53
-
- name: Products
54
53
- name: Reports
55
54
- name: Send label
56
-
- name: Signing policy
57
-
description: |
58
-
A signing policy includes signing and update requirements, which specifies the minimum
59
-
number of cryptographic signatures, m, needed from a list of trusted public keys before
60
-
they can make a transaction or update the policy itself. Signing policy provides extra security.
61
-
It is BitGo's way of ensuring the transaction has been indeed authorized by the user and approved
62
-
by a quorum of decision makers from the user's side before co-signing the transaction.
63
55
- name: Transfer
64
56
- name: Transaction request
65
57
- name: TSS wallets
66
58
- name: User
67
59
- name: User Management
68
-
- name: User group
69
-
- name: User group member
70
-
- name: User group wallet
71
60
- name: Wallet
72
61
- name: Wallet events
73
62
description: |
@@ -18479,7 +18468,7 @@ paths:
18479
18468
- Express
18480
18469
summary: Lightning - Initialize node
18481
18470
operationId: express.lightning.initWallet
18482
-
description: Initialize a newly created Lightning Network Daemon (LND) for the first time. Returns the updated wallet with the encrypted admin macaroon in the 'coinSpecific' response field.
18471
+
description: This is only used for self-custody lightning. Initialize a newly created Lightning Network Daemon (LND) for the first time. Returns the updated wallet with the encrypted admin macaroon in the 'coinSpecific' response field.
description: Create the signer macaroon for the watch-only Lightning Network Daemon (LND) node. This macaroon derives from the signer node admin macaroon and is used by the watch-only node to request signatures from the signer node for operational tasks. Returns the updated wallet with the encrypted signer macaroon in the 'coinSpecific' response field.
18501
+
description: This is only used for self-custody lightning. Create the signer macaroon for the watch-only Lightning Network Daemon (LND) node. This macaroon derives from the signer node admin macaroon and is used by the watch-only node to request signatures from the signer node for operational tasks. Returns the updated wallet with the encrypted signer macaroon in the 'coinSpecific' response field.
0 commit comments