Token swap interface implementation
This commit is contained in:
@@ -76,7 +76,7 @@ The following well-known solidity interfaces are partially implemented in CIC na
|
||||
|
||||
@include tokenratechange.sol.texi
|
||||
|
||||
@include tokenvend.sol.texi
|
||||
@include tokenswap.sol.texi
|
||||
|
||||
@include tokenvote.sol.texi
|
||||
|
||||
|
||||
15
doc/texinfo/tokenswap.sol.texi
Normal file
15
doc/texinfo/tokenswap.sol.texi
Normal file
@@ -0,0 +1,15 @@
|
||||
@subsection TokenSwap
|
||||
|
||||
Token swap interface that can fit token escrow aswell as token swap contracts.
|
||||
|
||||
@table @dfn
|
||||
@item ERC165 Interface identifier
|
||||
@include ../../build/TokenSwap.interface
|
||||
@item Solidity interface definition
|
||||
@include ../../build/contract_TokenSwap.texi
|
||||
@item Reference implementations
|
||||
@itemize
|
||||
@item
|
||||
@uref{git://holbrook.no/erc20-vend.git,}
|
||||
@end itemize
|
||||
@end table
|
||||
Reference in New Issue
Block a user