Flex
Flex exchange system
|
AuthIndex contract interface. Auth index is a contract that helps dApp find user_id and FlexClient address by dApp_pubkey
. Auth index contains dApp_pubkey
as static data and UserIDIndex address as data. UserIDIndex contract is the owner of Auth Index.
More...
#include <AuthIndex.hpp>
Public Member Functions | |
void | onDeploy () |
Deploy the contract. | |
void | remove (address dst) |
Remove the contract and send the remaining evers to dst . | |
AuthIndex contract interface. Auth index is a contract that helps dApp find user_id and FlexClient address by dApp_pubkey
. Auth index contains dApp_pubkey
as static data and UserIDIndex address as data. UserIDIndex contract is the owner of Auth Index.