Token swap interface implementation

This commit is contained in:
lash
2023-08-01 16:07:31 +01:00
parent 80671fdfaa
commit e3d0704d4f
6 changed files with 90 additions and 41 deletions

View File

@@ -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

View 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