Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ModuleBasics = []module.AppModuleBasic{ auth.AppModuleBasic{}, authz.AppModuleBasic{}, bank.AppModuleBasic{}, } )
Functions ¶
func NewRESTClient ¶
func NewRESTClient(restAddr string) (*restclient.HTTPAPIConsole, error)
NewRESTClient makes sure that the restAddr is formed correctly and returns a REST query.
func NewRPCClient ¶
NewRPCClient returns connected client for RPC queries into blockchain
Types ¶
type Codec ¶
type Codec struct { InterfaceRegistry types.InterfaceRegistry Marshaller codec.ProtoCodecMarshaler Amino *codec.LegacyAmino }
func MakeCodec ¶
func MakeCodec(moduleBasics []module.AppModuleBasic) Codec
MakeCodec registers interfaces needed for serialization
func MakeCodecConfig ¶
func MakeCodecConfig() Codec
func MakeCodecDefault ¶
func MakeCodecDefault() Codec
Click to show internal directories.
Click to hide internal directories.