Documentation ¶
Index ¶
Constants ¶
View Source
const ( MaximumReceiverLength = 2048 MaximumMemoLength = 32768 MaximumOwnerLength = 2048 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckDecorator ¶
type CheckDecorator struct {
// contains filtered or unexported fields
}
func NewCheckDecorator ¶
func NewCheckDecorator(cdc codec.BinaryCodec) CheckDecorator
func (CheckDecorator) AnteHandle ¶
func (CheckDecorator) CheckMessage ¶
func (cd CheckDecorator) CheckMessage(m sdk.Msg) error
Click to show internal directories.
Click to hide internal directories.