We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43fe186 commit e410e9dCopy full SHA for e410e9d
protocol/localtxsubmission/localtxsubmission.go
@@ -83,7 +83,7 @@ type CallbackContext struct {
83
}
84
85
// Callback function types
86
-type SubmitTxFunc func(CallbackContext, interface{}) error
+type SubmitTxFunc func(CallbackContext, MsgSubmitTxTransaction) error
87
88
// New returns a new LocalTxSubmission object
89
func New(
0 commit comments