clarify limiter functionality

This commit is contained in:
lash 2023-08-03 10:34:38 +01:00
parent 9df26634fd
commit 48d69ce74c
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
3 changed files with 16 additions and 0 deletions

View File

@ -637,6 +637,12 @@ Use cases of sealing include:
Define limits of value amounts of tokens that individual addresses can
hold.
Limits are inclusive; a limit for 42 means transfer resulting in a token
balance \_higher\_ than 42 should be rejected.
A return value of 0 indicates that the token is categorically not
accepted by the holder.
#### ERC165 Interface identifier
23778613

View File

@ -2,6 +2,10 @@
Define limits of value amounts of tokens that individual addresses can hold.
Limits are inclusive; a limit for 42 means transfer resulting in a token balance _higher_ than 42 should be rejected.
A return value of 0 indicates that the token is categorically not accepted by the holder.
@subsubsection ERC165 Interface identifier
@include ../../build/TokenLimit.interface

View File

@ -637,6 +637,12 @@ Use cases of sealing include:
Define limits of value amounts of tokens that individual addresses can
hold.
Limits are inclusive; a limit for 42 means transfer resulting in a token
balance \_higher\_ than 42 should be rejected.
A return value of 0 indicates that the token is categorically not
accepted by the holder.
#### ERC165 Interface identifier
23778613