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
We need to provide the following a grpc stream that gives all MAS, DEFERRED_MAS, ROLL movements for all addresses but with an optional per-address filter. This includes the following types of transfers, and only applies to final movements:
a roll auto-sell of 1200 rolls would contribute the following two entries:
[
{
"id": "0x782892E9898DS89D98QS98DSQ9898:0", // made of the concatenation of the execution trail hash, ":" as separator, and the index of the coin transfer in the current slot
"address": "AU654d6f54sd65f4s65d4f65sd65fdss6",
"direction": "DEBIT",
"item": "ROLL",
"prev_amount": "1200",
"amount": "1200",
"post_amount": "0",
"timestamp": "65465645646",
"slot": {"period": "42245", "thread": "2"},
"origin": "ROLL_AUTOSELL"
},
{
"id": "0x782892E9898DS89D98QS98DSQ9898:1", // made of the concatenation of the execution trail hash, ":" as separator, and the index of the coin transfer in the current slot
"address": "AU654d6f54sd65f4s65d4f65sd65fdss6",
"direction": "CREDIT",
"item": "DEFERRED_MAS",
"prev_amount": "0",
"amount": "120000",
"post_amount": "120000",
"timestamp": "65465645646",
"slot": {"period": "42245", "thread": "2"},
"origin": "ROLL_AUTOSELL"
}
]
a deferred credit of 123.25 being credited back as MAS would contribute:
We need to provide the following a grpc stream that gives all MAS, DEFERRED_MAS, ROLL movements for all addresses but with an optional per-address filter. This includes the following types of transfers, and only applies to final movements:
The text was updated successfully, but these errors were encountered: