wallet/export library

Classes

GRPCInfo
Contains the information about the GRPC endpoint
LCDInfo
Contains the information about the LCD endpoint
NetworkInfo
Contains the information of a generic Cosmos-based network.
Wallet
Represents a wallet which contains the hex private key, the hex public key and the hex address. In order to create one properly, the Wallet.derive method should always be used. The associated networkInfo will be used when computing the bech32Address associated with the wallet.

Functions

channelCredentialsToJson(ChannelCredentials credentials) Object
channelOptionsFromJson(String value) → ChannelCredentials