Documentation
¶
Index ¶
- func HandleMsgSend(ctx sdk.Context, accountKeeper auth.AccountKeeper, ...) sdk.Result
- func HandleOpenContract(ctx sdk.Context, accountKeeper auth.AccountKeeper, ...) (evmOutput string, gasUsed uint64, err error)
- func NewHandler(accountKeeper auth.AccountKeeper, feeCollectionKeeper auth.FeeCollectionKeeper, ...) sdk.Handler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleMsgSend ¶
func HandleMsgSend(ctx sdk.Context, accountKeeper auth.AccountKeeper, feeCollectionKeeper auth.FeeCollectionKeeper, keyStorage *sdk.KVStoreKey, keyCode *sdk.KVStoreKey, msg xcore.MsgSend) sdk.Result
copy from x/core/handler.go
func HandleOpenContract ¶
func HandleOpenContract(ctx sdk.Context, accountKeeper auth.AccountKeeper, feeCollectionKeeper auth.FeeCollectionKeeper, keyStorage *sdk.KVStoreKey, keyCode *sdk.KVStoreKey, msg xcore.MsgSend) (evmOutput string, gasUsed uint64, err error)
HandleOpenContract copy from x/core/handler, to implement v2 handler 2020-12-07
func NewHandler ¶
func NewHandler(accountKeeper auth.AccountKeeper, feeCollectionKeeper auth.FeeCollectionKeeper, keyStorage *sdk.KVStoreKey, keyCode *sdk.KVStoreKey) sdk.Handler
New HTDF Message Handler connected to handler.go HandleMsgSend, HandleMsgAdd upgraded to EVM version commented by junying, 2019-08-21
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.