Closed kirahsapong closed 8 months ago
The Balance resource is demonstrating a couple variations throughout the spec, prob good to align these.
Balance
The variations are:
{ data: [ { metadata, data: { balances: [ balanceDetail0, balanceDetail1, balanceDetail2, ... ] }, signature } ] }
Resource
{ data: [ balanceDetail0, balanceDetail1, balanceDetail2, ... ] }
More info here:
The
Balance
resource is demonstrating a couple variations throughout the spec, prob good to align these.The variations are:
{ data: [ { metadata, data: { balances: [ balanceDetail0, balanceDetail1, balanceDetail2, ... ] }, signature } ] }
(Balance
as an array within aResource
){ data: [ balanceDetail0, balanceDetail1, balanceDetail2, ... ] }
(Balance
as the entire resource, but not aResource
)More info here: