Update ADR
This commit is contained in:
parent
c4a4047ed2
commit
f20db1c835
|
@ -125,10 +125,11 @@ type ClientTx interface {
|
||||||
|
|
||||||
We then update `CLIContext` to have a new field: `Marshler`.
|
We then update `CLIContext` to have a new field: `Marshler`.
|
||||||
|
|
||||||
Then, each module client handler will at the minimum accept a `Marshaler` instead
|
Then, each module's client handler will at the minimum accept a `Marshaler` instead
|
||||||
of a concrete Amino codec and a `Generator`. If the module needs to work with any
|
of a concrete Amino codec and a `Generator` along with an `AccountRetriever` so
|
||||||
interface types, it will use the `Codec` interface defined by the module which also
|
that account fields can be retrieved for signing. If the module needs to work with
|
||||||
extends `Marshaler`.
|
any interface types, it will use the `Codec` interface defined by the module which
|
||||||
|
also extends `Marshaler`.
|
||||||
|
|
||||||
## Future Improvements
|
## Future Improvements
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue