-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcreateWallet.json
More file actions
42 lines (42 loc) · 1.06 KB
/
createWallet.json
File metadata and controls
42 lines (42 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"id": "test-wallet-id",
"coin": "tbtc",
"label": "test-wallet",
"m": 2,
"n": 3,
"keys": ["user-key-id", "backup-key-id", "bitgo-key-id"],
"keySignatures": {},
"type": "advanced",
"multisigType": "onchain",
"isCold": true,
"enterprise": "test-enterprise",
"organization": "test-org",
"bitgoOrg": "BitGo Inc",
"tags": ["test-wallet-id", "test-enterprise"],
"disableTransactionNotifications": false,
"freeze": {},
"deleted": false,
"approvalsRequired": 1,
"coinSpecific": {},
"admin": {},
"allowBackupKeySigning": false,
"clientFlags": [],
"recoverable": false,
"startDate": "2025-01-01T00:00:00.000Z",
"hasLargeNumberOfAddresses": false,
"config": {},
"balanceString": "0",
"confirmedBalanceString": "0",
"spendableBalanceString": "0",
"pendingApprovals": [],
"receiveAddress": {
"id": "addr-id",
"address": "0xexampleaddress",
"chain": 0,
"index": 0,
"coin": "tbtc",
"wallet": "test-wallet-id",
"coinSpecific": {}
},
"users": [{ "user": "user-id", "permissions": ["admin", "spend", "view"] }]
}