doc: Updates related to ServiceMsg, sdk.Msg and Msg service (#9294)
* doc: Updates related to ServiceMsg, sdk.Msg and Msg service * Apply suggestions from code review Co-authored-by: Ryan Christoffersen <12519942+ryanchrypto@users.noreply.github.com> * remove one more ServiceMsg * Use service method rathr than service RPC Co-authored-by: Ryan Christoffersen <12519942+ryanchrypto@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
Ryan Christoffersen
mergify[bot]
parent
d7dd1d7aff
commit
f2cea6a137
@@ -15,8 +15,8 @@ type Authorization interface {
|
||||
// which will process and accept or reject a request.
|
||||
MsgTypeURL() string
|
||||
|
||||
// Accept determines whether this grant permits the provided sdk.ServiceMsg to be performed, and if
|
||||
// so provides an upgraded authorization instance.
|
||||
// Accept determines whether this grant permits the provided sdk.Msg to be performed,
|
||||
// and if so provides an upgraded authorization instance.
|
||||
Accept(ctx sdk.Context, msg sdk.Msg) (AcceptResponse, error)
|
||||
|
||||
// ValidateBasic does a simple validation check that
|
||||
|
||||
Reference in New Issue
Block a user