Documentation ¶
Index ¶
- func HandleContractCreation() router.ContractCreationHandlerFunc
- func HandleCustodialRegistrationInputData() router.InputDataHandlerFunc
- func HandleCustodialRegistrationLog() router.LogHandlerFunc
- func HandleFaucetGiveInputData() router.InputDataHandlerFunc
- func HandleFaucetGiveLog() router.LogHandlerFunc
- func HandleIndexAddInputData() router.InputDataHandlerFunc
- func HandleIndexAddLog(hc *HandlerContainer) router.LogHandlerFunc
- func HandleIndexRemoveInputData() router.InputDataHandlerFunc
- func HandleIndexRemoveLog(hc *HandlerContainer) router.LogHandlerFunc
- func HandleOwnershipInputData() router.InputDataHandlerFunc
- func HandleOwnershipLog() router.LogHandlerFunc
- func HandlePoolDepositInputData() router.InputDataHandlerFunc
- func HandlePoolDepositLog() router.LogHandlerFunc
- func HandlePoolSwapInputData() router.InputDataHandlerFunc
- func HandlePoolSwapLog() router.LogHandlerFunc
- func HandleQuoterPriceUpdateInputdata() router.InputDataHandlerFunc
- func HandleQuoterPriceUpdateLog() router.LogHandlerFunc
- func HandleSealStateChangeInputData() router.InputDataHandlerFunc
- func HandleSealStateChangeLog() router.LogHandlerFunc
- func HandleTokenApproveInputData(hc *HandlerContainer) router.InputDataHandlerFunc
- func HandleTokenApproveLog(hc *HandlerContainer) router.LogHandlerFunc
- func HandleTokenBurnInputData() router.InputDataHandlerFunc
- func HandleTokenBurnLog() router.LogHandlerFunc
- func HandleTokenMintInputData() router.InputDataHandlerFunc
- func HandleTokenMintLog() router.LogHandlerFunc
- func HandleTokenTransferInputData(hc *HandlerContainer) router.InputDataHandlerFunc
- func HandleTokenTransferLog(hc *HandlerContainer) router.LogHandlerFunc
- type HandlerContainer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleContractCreation ¶
func HandleContractCreation() router.ContractCreationHandlerFunc
func HandleCustodialRegistrationInputData ¶
func HandleCustodialRegistrationInputData() router.InputDataHandlerFunc
func HandleCustodialRegistrationLog ¶
func HandleCustodialRegistrationLog() router.LogHandlerFunc
func HandleFaucetGiveInputData ¶
func HandleFaucetGiveInputData() router.InputDataHandlerFunc
func HandleFaucetGiveLog ¶
func HandleFaucetGiveLog() router.LogHandlerFunc
func HandleIndexAddInputData ¶
func HandleIndexAddInputData() router.InputDataHandlerFunc
func HandleIndexAddLog ¶
func HandleIndexAddLog(hc *HandlerContainer) router.LogHandlerFunc
func HandleIndexRemoveInputData ¶
func HandleIndexRemoveInputData() router.InputDataHandlerFunc
func HandleIndexRemoveLog ¶
func HandleIndexRemoveLog(hc *HandlerContainer) router.LogHandlerFunc
func HandleOwnershipInputData ¶
func HandleOwnershipInputData() router.InputDataHandlerFunc
func HandleOwnershipLog ¶
func HandleOwnershipLog() router.LogHandlerFunc
func HandlePoolDepositInputData ¶
func HandlePoolDepositInputData() router.InputDataHandlerFunc
func HandlePoolDepositLog ¶
func HandlePoolDepositLog() router.LogHandlerFunc
func HandlePoolSwapInputData ¶
func HandlePoolSwapInputData() router.InputDataHandlerFunc
func HandlePoolSwapLog ¶
func HandlePoolSwapLog() router.LogHandlerFunc
func HandleQuoterPriceUpdateInputdata ¶
func HandleQuoterPriceUpdateInputdata() router.InputDataHandlerFunc
func HandleQuoterPriceUpdateLog ¶
func HandleQuoterPriceUpdateLog() router.LogHandlerFunc
func HandleSealStateChangeInputData ¶
func HandleSealStateChangeInputData() router.InputDataHandlerFunc
func HandleSealStateChangeLog ¶
func HandleSealStateChangeLog() router.LogHandlerFunc
func HandleTokenApproveInputData ¶
func HandleTokenApproveInputData(hc *HandlerContainer) router.InputDataHandlerFunc
func HandleTokenApproveLog ¶
func HandleTokenApproveLog(hc *HandlerContainer) router.LogHandlerFunc
func HandleTokenBurnInputData ¶
func HandleTokenBurnInputData() router.InputDataHandlerFunc
func HandleTokenBurnLog ¶
func HandleTokenBurnLog() router.LogHandlerFunc
func HandleTokenMintInputData ¶
func HandleTokenMintInputData() router.InputDataHandlerFunc
func HandleTokenMintLog ¶
func HandleTokenMintLog() router.LogHandlerFunc
func HandleTokenTransferInputData ¶
func HandleTokenTransferInputData(hc *HandlerContainer) router.InputDataHandlerFunc
func HandleTokenTransferLog ¶
func HandleTokenTransferLog(hc *HandlerContainer) router.LogHandlerFunc
Types ¶
type HandlerContainer ¶
type HandlerContainer struct {
// contains filtered or unexported fields
}
func New ¶
func New(cacheProvider cache.Cache) *HandlerContainer
Click to show internal directories.
Click to hide internal directories.