Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BadNonce ¶
type BadNonce struct{}
func (BadNonce) AssertABCIError ¶
func (_ BadNonce) AssertABCIError()
type EncodingError ¶
type EncodingError struct{}
func (EncodingError) AssertABCIError ¶
func (_ EncodingError) AssertABCIError()
func (EncodingError) Error ¶
func (_ EncodingError) Error() string
type Unauthorized ¶
type Unauthorized struct{}
func (Unauthorized) AssertABCIError ¶
func (_ Unauthorized) AssertABCIError()
func (Unauthorized) Error ¶
func (_ Unauthorized) Error() string
type UnknownError ¶
type UnknownError struct{}
func (UnknownError) AssertABCIError ¶
func (_ UnknownError) AssertABCIError()
func (UnknownError) Error ¶
func (_ UnknownError) Error() string
Click to show internal directories.
Click to hide internal directories.