AccountAllowance
balance string
The current balance of the account's allowance.
Example:
1000000000000000000
refill string
The refill amount for the account's allowance.
Example:
2000000000000000000
period string
The period for allowance refills.
Example:
86400
nextRefill stringnullable
The timestamp for the next refill, if available.
Example:
1633046400
AccountAllowance
{
"balance": "1000000000000000000",
"refill": "2000000000000000000",
"period": "86400",
"nextRefill": "1633046400"
}