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
description: Properties specific to certain coin types
48203
-
id:
48204
-
type: string
48205
-
description: Platform public ID for an address
48206
-
example: 59cd72485007a239fb00282ed480da1f
48207
-
pattern: ^[0-9a-f]{32}$
48208
-
index:
48209
-
type: number
48210
-
label:
48211
-
$ref: '#/components/schemas/AddressLabelString'
48212
-
lastConsolidatedTime:
48213
-
type: string
48214
-
format: date
48215
-
title: Date String
48216
-
lastNonce:
48217
-
type: number
48218
-
default: -1
48219
-
needsConsolidation:
48220
-
type: boolean
48221
-
proof:
48222
-
type: string
48223
-
signature:
48224
-
type: string
48225
-
token:
48226
-
type: string
48227
-
tokenConsolidationState: {}
48228
-
wallet:
48229
-
type: string
48230
-
required:
48231
-
- chain
48232
-
- coin
48233
-
- index
48234
-
- wallet
48210
+
allOf:
48211
+
- type: object
48212
+
properties:
48213
+
chain:
48214
+
$ref: '#/components/schemas/AddressChain'
48215
+
coin:
48216
+
$ref: '#/components/schemas/CoinString'
48217
+
index:
48218
+
type: number
48219
+
wallet:
48220
+
type: string
48221
+
required:
48222
+
- chain
48223
+
- coin
48224
+
- index
48225
+
- wallet
48226
+
- $ref: '#/components/schemas/BaseWalletAddress'
48235
48227
nextBatchPrevId:
48236
48228
type: string
48237
48229
description: When a result set is truncated, this field returns the id of the last object in the previous batch. To get the next batch of results, pass this value via the 'prevId' query parameter.
0 commit comments