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: For mapped settlement amounts where the amount will always be a bigint
35703
35703
description: Record<Party (destination) connectionId, Record<Currency, Amount (bigint)>> For exchange-style settlements, where the exchange is always the source and client owned connections are the destination.
35704
35704
description: Record<Counterparty (source) connectionId, Record<Party (dest) connectionId, Record<Currency, Amount (bigint)>>> For broker-style settlements, where the source and destination are both client owned connections.
35705
35705
CreateBitgoChallengeResponse:
@@ -43062,7 +43062,7 @@ components:
43062
43062
type: string
43063
43063
minLength: 1
43064
43064
quantity:
43065
-
$ref: '#/components/schemas/NonNegativeBigAmount'
43065
+
$ref: '#/components/schemas/NonZeroBigAmount'
43066
43066
txIds:
43067
43067
type: array
43068
43068
items:
@@ -43605,28 +43605,6 @@ components:
43605
43605
- partnersConnectionId
43606
43606
- name
43607
43607
- balances
43608
-
NetworkAccountBalanceRecordForPartner:
43609
-
title: NetworkAccountBalanceRecordForPartner
43610
-
type: object
43611
-
additionalProperties:
43612
-
type: object
43613
-
properties:
43614
-
clientId:
43615
-
type: string
43616
-
title: uuid
43617
-
partnerId:
43618
-
type: string
43619
-
title: uuid
43620
-
partnersConnectionId:
43621
-
type: string
43622
-
minLength: 1
43623
-
balances:
43624
-
$ref: '#/components/schemas/AccountBalanceRecord'
43625
-
required:
43626
-
- clientId
43627
-
- partnerId
43628
-
- partnersConnectionId
43629
-
- balances
43630
43608
NewLimitOrderRequest:
43631
43609
title: Limit
43632
43610
required:
@@ -43814,6 +43792,9 @@ components:
43814
43792
type: string
43815
43793
description: A description for the condition parameter Value which can be shown to an end user.
43816
43794
example: The destination is not whitelisted
43795
+
NonZeroBigAmount:
43796
+
title: NonZeroBigAmount
43797
+
type: string
43817
43798
NtildeProof:
43818
43799
title: NtildeProof
43819
43800
type: object
@@ -44368,7 +44349,7 @@ components:
44368
44349
type: object
44369
44350
additionalProperties:
44370
44351
type: string
44371
-
description: Record<Currency, Amount (bigint)>>
44352
+
description: For mapped settlement amounts where the amount will always be a bigint
44372
44353
description: Record<Party (destination) connectionId, Record<Currency, Amount (bigint)>> For exchange-style settlements, where the exchange is always the source and client owned connections are the destination.
44373
44354
PaymentFailureReason:
44374
44355
title: PaymentFailureReason
@@ -52707,6 +52688,29 @@ components:
52707
52688
description: Number of seconds that the session will stay unlocked
0 commit comments