MCPcopy
hub / github.com/canopy-network/canopy / ErrInvalidTxMessage

Function ErrInvalidTxMessage

fsm/error.go:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23func ErrInvalidTxMessage() lib.ErrorI {
24 return lib.NewError(lib.CodeInvalidTxMessage, lib.StateMachineModule, "invalid transaction message")
25}
26
27func ErrTxFeeBelowStateLimit() lib.ErrorI {
28 return lib.NewError(lib.CodeFeeBelowState, lib.StateMachineModule, "tx.fee is below state limit")

Callers 2

messageFromTxJSONFunction · 0.85
CheckMessageMethod · 0.85

Calls 1

NewErrorFunction · 0.92

Tested by

no test coverage detected