Accounts
BlockX Accounts
// EthAccount implements the authtypes.AccountI interface and embeds an
// authtypes.BaseAccount type. It is compatible with the auth AccountKeeper.
type EthAccount struct {
*types.BaseAccount `protobuf:"bytes,1,opt,name=base_account,json=baseAccount,proto3,embedded=base_account" json:"base_account,omitempty" yaml:"base_account"`
CodeHash string `protobuf:"bytes,2,opt,name=code_hash,json=codeHash,proto3" json:"code_hash,omitempty" yaml:"code_hash"`
}Addresses and Public Keys
Network
Testnet
Mainnet
-
Address bech32 Prefix
Pubkey bech32 Prefix
Curve
Address byte length
Pubkey byte length
Address formats for clients
Address conversion
Key output
Querying an Account
Command Line Interface
Cosmos gRPC and REST
JSON-RPC
Last updated