Flex
Flex exchange system
Public Member Functions | List of all members
IAuthIndex Interface Reference

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.
 

Detailed Description

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.


The documentation for this interface was generated from the following file: