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
Copy file name to clipboardExpand all lines: proto/kira/ubi/ubi.proto
+4
Original file line number
Diff line number
Diff line change
@@ -23,4 +23,8 @@ message UBIRecord {
23
23
uint64period=6; // <seconds>
24
24
// pool - spending pool name where exact amount of KEX should be deposited
25
25
stringpool=7;
26
+
// dynamic field (bool, default false) that defines if UBI is dynamic (true) or static (false).
27
+
// If the UBI is dynamic then we will only distribute to the spending pool a difference between what is already in the spending pool still waiting to be claimed and what is already there.
28
+
// If the UBI is NOT dynamic then we just send a fixed amount every time period.
0 commit comments