Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TxBlackList = map[runtime.Mode][]string{ runtime.TransferOnlyMode: transferOnlyModeBlackList, runtime.RecoverOnlyMode: append(transferOnlyModeBlackList, bank.MsgSend{}.Type()), }
Functions ¶
func GetHandler ¶
func GetHandler(config *config.Config) types.AbciQueryHandler
path: set to some mode: admin/mode/{mode}/{nonce}, nonce is a random number used together with req.Data to verify the priv key get current mode: admin/mode/{nonce}
func IsTxAllowed ¶
func TxNotAllowedError ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.