clarify limiter functionality
This commit is contained in:
parent
9df26634fd
commit
48d69ce74c
@ -637,6 +637,12 @@ Use cases of sealing include:
|
|||||||
Define limits of value amounts of tokens that individual addresses can
|
Define limits of value amounts of tokens that individual addresses can
|
||||||
hold.
|
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
|
#### ERC165 Interface identifier
|
||||||
|
|
||||||
23778613
|
23778613
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
Define limits of value amounts of tokens that individual addresses can hold.
|
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
|
@subsubsection ERC165 Interface identifier
|
||||||
|
|
||||||
@include ../../build/TokenLimit.interface
|
@include ../../build/TokenLimit.interface
|
||||||
|
@ -637,6 +637,12 @@ Use cases of sealing include:
|
|||||||
Define limits of value amounts of tokens that individual addresses can
|
Define limits of value amounts of tokens that individual addresses can
|
||||||
hold.
|
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
|
#### ERC165 Interface identifier
|
||||||
|
|
||||||
23778613
|
23778613
|
||||||
|
Loading…
Reference in New Issue
Block a user