Versions in this module Expand all Collapse all v0 v0.1.3 Sep 18, 2023 v0.1.1 Sep 18, 2023 Changes in this version + const Burner + const DefaultMaxMemoCharacters + const DefaultSigVerifyCostED25519 + const DefaultSigVerifyCostSecp256k1 + const DefaultTxSigLimit + const DefaultTxSizeCostPerByte + const FeeCollectorName + const Minter + const ModuleName + const QuerierRoute + const QueryAccount + const QueryParams + const Staking + const StoreKey + var AccountNumberStoreKeyPrefix = []byte("accountNumber") + var AddressStoreKeyPrefix = []byte + var ErrIntOverflowAuth = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowGenesis = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthAuth = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthGenesis = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupAuth = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") + var GlobalAccountNumberKey = []byte("globalAccountNumber") + var KeyMaxMemoCharacters = []byte("MaxMemoCharacters") + var KeySigVerifyCostED25519 = []byte("SigVerifyCostED25519") + var KeySigVerifyCostSecp256k1 = []byte("SigVerifyCostSecp256k1") + var KeyTxSigLimit = []byte("TxSigLimit") + var KeyTxSizeCostPerByte = []byte("TxSizeCostPerByte") + var ModuleCdc = codec.NewAminoCodec(amino) + func AccountNumberStoreKey(accountNumber uint64) []byte + func AddressStoreKey(addr sdk.AccAddress) []byte + func NewModuleAddress(name string) sdk.AccAddress + func PackAccounts(accounts GenesisAccounts) ([]*types.Any, error) + func ParamKeyTable() paramtypes.KeyTable + func RegisterInterfaces(registry types.InterfaceRegistry) + func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func RegisterQueryHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error + func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error + func RegisterQueryServer(s grpc1.Server, srv QueryServer) + func ValidateGenAccounts(accounts GenesisAccounts) error + func ValidateGenesis(data GenesisState) error + type AccountI interface + GetAccountNumber func() uint64 + GetAddress func() sdk.AccAddress + GetPubKey func() cryptotypes.PubKey + GetSequence func() uint64 + SetAccountNumber func(uint64) error + SetAddress func(sdk.AccAddress) error + SetPubKey func(cryptotypes.PubKey) error + SetSequence func(uint64) error + String func() string + func ProtoBaseAccount() AccountI + type AccountRetriever struct + func (ar AccountRetriever) EnsureExists(clientCtx client.Context, addr sdk.AccAddress) error + func (ar AccountRetriever) GetAccount(clientCtx client.Context, addr sdk.AccAddress) (client.Account, error) + func (ar AccountRetriever) GetAccountNumberSequence(clientCtx client.Context, addr sdk.AccAddress) (uint64, uint64, error) + func (ar AccountRetriever) GetAccountWithHeight(clientCtx client.Context, addr sdk.AccAddress) (client.Account, int64, error) + type AddressBytesToStringRequest struct + AddressBytes []byte + func (*AddressBytesToStringRequest) Descriptor() ([]byte, []int) + func (*AddressBytesToStringRequest) ProtoMessage() + func (m *AddressBytesToStringRequest) GetAddressBytes() []byte + func (m *AddressBytesToStringRequest) Marshal() (dAtA []byte, err error) + func (m *AddressBytesToStringRequest) MarshalTo(dAtA []byte) (int, error) + func (m *AddressBytesToStringRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AddressBytesToStringRequest) Reset() + func (m *AddressBytesToStringRequest) Size() (n int) + func (m *AddressBytesToStringRequest) String() string + func (m *AddressBytesToStringRequest) Unmarshal(dAtA []byte) error + func (m *AddressBytesToStringRequest) XXX_DiscardUnknown() + func (m *AddressBytesToStringRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AddressBytesToStringRequest) XXX_Merge(src proto.Message) + func (m *AddressBytesToStringRequest) XXX_Size() int + func (m *AddressBytesToStringRequest) XXX_Unmarshal(b []byte) error + type AddressBytesToStringResponse struct + AddressString string + func (*AddressBytesToStringResponse) Descriptor() ([]byte, []int) + func (*AddressBytesToStringResponse) ProtoMessage() + func (m *AddressBytesToStringResponse) GetAddressString() string + func (m *AddressBytesToStringResponse) Marshal() (dAtA []byte, err error) + func (m *AddressBytesToStringResponse) MarshalTo(dAtA []byte) (int, error) + func (m *AddressBytesToStringResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AddressBytesToStringResponse) Reset() + func (m *AddressBytesToStringResponse) Size() (n int) + func (m *AddressBytesToStringResponse) String() string + func (m *AddressBytesToStringResponse) Unmarshal(dAtA []byte) error + func (m *AddressBytesToStringResponse) XXX_DiscardUnknown() + func (m *AddressBytesToStringResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AddressBytesToStringResponse) XXX_Merge(src proto.Message) + func (m *AddressBytesToStringResponse) XXX_Size() int + func (m *AddressBytesToStringResponse) XXX_Unmarshal(b []byte) error + type AddressStringToBytesRequest struct + AddressString string + func (*AddressStringToBytesRequest) Descriptor() ([]byte, []int) + func (*AddressStringToBytesRequest) ProtoMessage() + func (m *AddressStringToBytesRequest) GetAddressString() string + func (m *AddressStringToBytesRequest) Marshal() (dAtA []byte, err error) + func (m *AddressStringToBytesRequest) MarshalTo(dAtA []byte) (int, error) + func (m *AddressStringToBytesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AddressStringToBytesRequest) Reset() + func (m *AddressStringToBytesRequest) Size() (n int) + func (m *AddressStringToBytesRequest) String() string + func (m *AddressStringToBytesRequest) Unmarshal(dAtA []byte) error + func (m *AddressStringToBytesRequest) XXX_DiscardUnknown() + func (m *AddressStringToBytesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AddressStringToBytesRequest) XXX_Merge(src proto.Message) + func (m *AddressStringToBytesRequest) XXX_Size() int + func (m *AddressStringToBytesRequest) XXX_Unmarshal(b []byte) error + type AddressStringToBytesResponse struct + AddressBytes []byte + func (*AddressStringToBytesResponse) Descriptor() ([]byte, []int) + func (*AddressStringToBytesResponse) ProtoMessage() + func (m *AddressStringToBytesResponse) GetAddressBytes() []byte + func (m *AddressStringToBytesResponse) Marshal() (dAtA []byte, err error) + func (m *AddressStringToBytesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *AddressStringToBytesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AddressStringToBytesResponse) Reset() + func (m *AddressStringToBytesResponse) Size() (n int) + func (m *AddressStringToBytesResponse) String() string + func (m *AddressStringToBytesResponse) Unmarshal(dAtA []byte) error + func (m *AddressStringToBytesResponse) XXX_DiscardUnknown() + func (m *AddressStringToBytesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AddressStringToBytesResponse) XXX_Merge(src proto.Message) + func (m *AddressStringToBytesResponse) XXX_Size() int + func (m *AddressStringToBytesResponse) XXX_Unmarshal(b []byte) error + type BankKeeper interface + SendCoins func(ctx sdk.Context, from, to sdk.AccAddress, amt sdk.Coins) error + SendCoinsFromAccountToModule func(ctx sdk.Context, senderAddr sdk.AccAddress, recipientModule string, ...) error + type BaseAccount struct + AccountNumber uint64 + Address string + PubKey *types.Any + Sequence uint64 + func NewBaseAccount(address sdk.AccAddress, pubKey cryptotypes.PubKey, ...) *BaseAccount + func NewBaseAccountWithAddress(addr sdk.AccAddress) *BaseAccount + func (*BaseAccount) Descriptor() ([]byte, []int) + func (*BaseAccount) ProtoMessage() + func (acc *BaseAccount) SetAccountNumber(accNumber uint64) error + func (acc *BaseAccount) SetAddress(addr sdk.AccAddress) error + func (acc *BaseAccount) SetPubKey(pubKey cryptotypes.PubKey) error + func (acc *BaseAccount) SetSequence(seq uint64) error + func (acc BaseAccount) GetAccountNumber() uint64 + func (acc BaseAccount) GetAddress() sdk.AccAddress + func (acc BaseAccount) GetPubKey() (pk cryptotypes.PubKey) + func (acc BaseAccount) GetSequence() uint64 + func (acc BaseAccount) MarshalYAML() (interface{}, error) + func (acc BaseAccount) String() string + func (acc BaseAccount) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + func (acc BaseAccount) Validate() error + func (m *BaseAccount) Marshal() (dAtA []byte, err error) + func (m *BaseAccount) MarshalTo(dAtA []byte) (int, error) + func (m *BaseAccount) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *BaseAccount) Reset() + func (m *BaseAccount) Size() (n int) + func (m *BaseAccount) Unmarshal(dAtA []byte) error + func (m *BaseAccount) XXX_DiscardUnknown() + func (m *BaseAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BaseAccount) XXX_Merge(src proto.Message) + func (m *BaseAccount) XXX_Size() int + func (m *BaseAccount) XXX_Unmarshal(b []byte) error + type Bech32PrefixRequest struct + func (*Bech32PrefixRequest) Descriptor() ([]byte, []int) + func (*Bech32PrefixRequest) ProtoMessage() + func (m *Bech32PrefixRequest) Marshal() (dAtA []byte, err error) + func (m *Bech32PrefixRequest) MarshalTo(dAtA []byte) (int, error) + func (m *Bech32PrefixRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Bech32PrefixRequest) Reset() + func (m *Bech32PrefixRequest) Size() (n int) + func (m *Bech32PrefixRequest) String() string + func (m *Bech32PrefixRequest) Unmarshal(dAtA []byte) error + func (m *Bech32PrefixRequest) XXX_DiscardUnknown() + func (m *Bech32PrefixRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Bech32PrefixRequest) XXX_Merge(src proto.Message) + func (m *Bech32PrefixRequest) XXX_Size() int + func (m *Bech32PrefixRequest) XXX_Unmarshal(b []byte) error + type Bech32PrefixResponse struct + Bech32Prefix string + func (*Bech32PrefixResponse) Descriptor() ([]byte, []int) + func (*Bech32PrefixResponse) ProtoMessage() + func (m *Bech32PrefixResponse) GetBech32Prefix() string + func (m *Bech32PrefixResponse) Marshal() (dAtA []byte, err error) + func (m *Bech32PrefixResponse) MarshalTo(dAtA []byte) (int, error) + func (m *Bech32PrefixResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Bech32PrefixResponse) Reset() + func (m *Bech32PrefixResponse) Size() (n int) + func (m *Bech32PrefixResponse) String() string + func (m *Bech32PrefixResponse) Unmarshal(dAtA []byte) error + func (m *Bech32PrefixResponse) XXX_DiscardUnknown() + func (m *Bech32PrefixResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Bech32PrefixResponse) XXX_Merge(src proto.Message) + func (m *Bech32PrefixResponse) XXX_Size() int + func (m *Bech32PrefixResponse) XXX_Unmarshal(b []byte) error + type GenesisAccount interface + Validate func() error + type GenesisAccountIterator struct + func (GenesisAccountIterator) IterateGenesisAccounts(cdc codec.Codec, appGenesis map[string]json.RawMessage, ...) + type GenesisAccounts []GenesisAccount + func SanitizeGenesisAccounts(genAccs GenesisAccounts) GenesisAccounts + func UnpackAccounts(accountsAny []*types.Any) (GenesisAccounts, error) + func (ga GenesisAccounts) Contains(addr sdk.Address) bool + type GenesisState struct + Accounts []*types.Any + Params Params + func DefaultGenesisState() *GenesisState + func GetGenesisStateFromAppState(cdc codec.Codec, appState map[string]json.RawMessage) GenesisState + func NewGenesisState(params Params, accounts GenesisAccounts) *GenesisState + func (*GenesisState) Descriptor() ([]byte, []int) + func (*GenesisState) ProtoMessage() + func (g GenesisState) UnpackInterfaces(unpacker types.AnyUnpacker) error + func (m *GenesisState) GetAccounts() []*types.Any + func (m *GenesisState) GetParams() Params + func (m *GenesisState) Marshal() (dAtA []byte, err error) + func (m *GenesisState) MarshalTo(dAtA []byte) (int, error) + func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GenesisState) Reset() + func (m *GenesisState) Size() (n int) + func (m *GenesisState) String() string + func (m *GenesisState) Unmarshal(dAtA []byte) error + func (m *GenesisState) XXX_DiscardUnknown() + func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GenesisState) XXX_Merge(src proto.Message) + func (m *GenesisState) XXX_Size() int + func (m *GenesisState) XXX_Unmarshal(b []byte) error + type ModuleAccount struct + Name string + Permissions []string + func NewEmptyModuleAccount(name string, permissions ...string) *ModuleAccount + func NewModuleAccount(ba *BaseAccount, name string, permissions ...string) *ModuleAccount + func (*ModuleAccount) Descriptor() ([]byte, []int) + func (*ModuleAccount) ProtoMessage() + func (m *ModuleAccount) Marshal() (dAtA []byte, err error) + func (m *ModuleAccount) MarshalTo(dAtA []byte) (int, error) + func (m *ModuleAccount) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ModuleAccount) Reset() + func (m *ModuleAccount) Size() (n int) + func (m *ModuleAccount) Unmarshal(dAtA []byte) error + func (m *ModuleAccount) XXX_DiscardUnknown() + func (m *ModuleAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ModuleAccount) XXX_Merge(src proto.Message) + func (m *ModuleAccount) XXX_Size() int + func (m *ModuleAccount) XXX_Unmarshal(b []byte) error + func (ma *ModuleAccount) UnmarshalJSON(bz []byte) error + func (ma ModuleAccount) GetName() string + func (ma ModuleAccount) GetPermissions() []string + func (ma ModuleAccount) HasPermission(permission string) bool + func (ma ModuleAccount) MarshalJSON() ([]byte, error) + func (ma ModuleAccount) MarshalYAML() (interface{}, error) + func (ma ModuleAccount) SetPubKey(pubKey cryptotypes.PubKey) error + func (ma ModuleAccount) String() string + func (ma ModuleAccount) Validate() error + type ModuleAccountI interface + GetName func() string + GetPermissions func() []string + HasPermission func(string) bool + type Params struct + MaxMemoCharacters uint64 + SigVerifyCostED25519 uint64 + SigVerifyCostSecp256k1 uint64 + TxSigLimit uint64 + TxSizeCostPerByte uint64 + func DefaultParams() Params + func NewParams(...) Params + func (*Params) Descriptor() ([]byte, []int) + func (*Params) ProtoMessage() + func (m *Params) GetMaxMemoCharacters() uint64 + func (m *Params) GetSigVerifyCostED25519() uint64 + func (m *Params) GetSigVerifyCostSecp256k1() uint64 + func (m *Params) GetTxSigLimit() uint64 + func (m *Params) GetTxSizeCostPerByte() uint64 + func (m *Params) Marshal() (dAtA []byte, err error) + func (m *Params) MarshalTo(dAtA []byte) (int, error) + func (m *Params) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Params) Reset() + func (m *Params) Size() (n int) + func (m *Params) Unmarshal(dAtA []byte) error + func (m *Params) XXX_DiscardUnknown() + func (m *Params) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Params) XXX_Merge(src proto.Message) + func (m *Params) XXX_Size() int + func (m *Params) XXX_Unmarshal(b []byte) error + func (p *Params) ParamSetPairs() paramtypes.ParamSetPairs + func (p Params) SigVerifyCostSecp256r1() uint64 + func (p Params) String() string + func (p Params) Validate() error + func (this *Params) Equal(that interface{}) bool + type PermissionsForAddress struct + func NewPermissionsForAddress(name string, permissions []string) PermissionsForAddress + func (pa PermissionsForAddress) GetAddress() sdk.AccAddress + func (pa PermissionsForAddress) GetPermissions() []string + func (pa PermissionsForAddress) HasPermission(permission string) bool + type QueryAccountAddressByIDRequest struct + Id int64 + func (*QueryAccountAddressByIDRequest) Descriptor() ([]byte, []int) + func (*QueryAccountAddressByIDRequest) ProtoMessage() + func (m *QueryAccountAddressByIDRequest) GetId() int64 + func (m *QueryAccountAddressByIDRequest) Marshal() (dAtA []byte, err error) + func (m *QueryAccountAddressByIDRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryAccountAddressByIDRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryAccountAddressByIDRequest) Reset() + func (m *QueryAccountAddressByIDRequest) Size() (n int) + func (m *QueryAccountAddressByIDRequest) String() string + func (m *QueryAccountAddressByIDRequest) Unmarshal(dAtA []byte) error + func (m *QueryAccountAddressByIDRequest) XXX_DiscardUnknown() + func (m *QueryAccountAddressByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryAccountAddressByIDRequest) XXX_Merge(src proto.Message) + func (m *QueryAccountAddressByIDRequest) XXX_Size() int + func (m *QueryAccountAddressByIDRequest) XXX_Unmarshal(b []byte) error + type QueryAccountAddressByIDResponse struct + AccountAddress string + func (*QueryAccountAddressByIDResponse) Descriptor() ([]byte, []int) + func (*QueryAccountAddressByIDResponse) ProtoMessage() + func (m *QueryAccountAddressByIDResponse) GetAccountAddress() string + func (m *QueryAccountAddressByIDResponse) Marshal() (dAtA []byte, err error) + func (m *QueryAccountAddressByIDResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryAccountAddressByIDResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryAccountAddressByIDResponse) Reset() + func (m *QueryAccountAddressByIDResponse) Size() (n int) + func (m *QueryAccountAddressByIDResponse) String() string + func (m *QueryAccountAddressByIDResponse) Unmarshal(dAtA []byte) error + func (m *QueryAccountAddressByIDResponse) XXX_DiscardUnknown() + func (m *QueryAccountAddressByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryAccountAddressByIDResponse) XXX_Merge(src proto.Message) + func (m *QueryAccountAddressByIDResponse) XXX_Size() int + func (m *QueryAccountAddressByIDResponse) XXX_Unmarshal(b []byte) error + type QueryAccountRequest struct + Address string + func (*QueryAccountRequest) Descriptor() ([]byte, []int) + func (*QueryAccountRequest) ProtoMessage() + func (m *QueryAccountRequest) Marshal() (dAtA []byte, err error) + func (m *QueryAccountRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryAccountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryAccountRequest) Reset() + func (m *QueryAccountRequest) Size() (n int) + func (m *QueryAccountRequest) String() string + func (m *QueryAccountRequest) Unmarshal(dAtA []byte) error + func (m *QueryAccountRequest) XXX_DiscardUnknown() + func (m *QueryAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryAccountRequest) XXX_Merge(src proto.Message) + func (m *QueryAccountRequest) XXX_Size() int + func (m *QueryAccountRequest) XXX_Unmarshal(b []byte) error + type QueryAccountResponse struct + Account *types.Any + func (*QueryAccountResponse) Descriptor() ([]byte, []int) + func (*QueryAccountResponse) ProtoMessage() + func (m *QueryAccountResponse) GetAccount() *types.Any + func (m *QueryAccountResponse) Marshal() (dAtA []byte, err error) + func (m *QueryAccountResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryAccountResponse) Reset() + func (m *QueryAccountResponse) Size() (n int) + func (m *QueryAccountResponse) String() string + func (m *QueryAccountResponse) Unmarshal(dAtA []byte) error + func (m *QueryAccountResponse) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + func (m *QueryAccountResponse) XXX_DiscardUnknown() + func (m *QueryAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryAccountResponse) XXX_Merge(src proto.Message) + func (m *QueryAccountResponse) XXX_Size() int + func (m *QueryAccountResponse) XXX_Unmarshal(b []byte) error + type QueryAccountsRequest struct + Pagination *query.PageRequest + func (*QueryAccountsRequest) Descriptor() ([]byte, []int) + func (*QueryAccountsRequest) ProtoMessage() + func (m *QueryAccountsRequest) GetPagination() *query.PageRequest + func (m *QueryAccountsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryAccountsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryAccountsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryAccountsRequest) Reset() + func (m *QueryAccountsRequest) Size() (n int) + func (m *QueryAccountsRequest) String() string + func (m *QueryAccountsRequest) Unmarshal(dAtA []byte) error + func (m *QueryAccountsRequest) XXX_DiscardUnknown() + func (m *QueryAccountsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryAccountsRequest) XXX_Merge(src proto.Message) + func (m *QueryAccountsRequest) XXX_Size() int + func (m *QueryAccountsRequest) XXX_Unmarshal(b []byte) error + type QueryAccountsResponse struct + Accounts []*types.Any + Pagination *query.PageResponse + func (*QueryAccountsResponse) Descriptor() ([]byte, []int) + func (*QueryAccountsResponse) ProtoMessage() + func (m *QueryAccountsResponse) GetAccounts() []*types.Any + func (m *QueryAccountsResponse) GetPagination() *query.PageResponse + func (m *QueryAccountsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryAccountsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryAccountsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryAccountsResponse) Reset() + func (m *QueryAccountsResponse) Size() (n int) + func (m *QueryAccountsResponse) String() string + func (m *QueryAccountsResponse) Unmarshal(dAtA []byte) error + func (m *QueryAccountsResponse) XXX_DiscardUnknown() + func (m *QueryAccountsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryAccountsResponse) XXX_Merge(src proto.Message) + func (m *QueryAccountsResponse) XXX_Size() int + func (m *QueryAccountsResponse) XXX_Unmarshal(b []byte) error + type QueryClient interface + Account func(ctx context.Context, in *QueryAccountRequest, opts ...grpc.CallOption) (*QueryAccountResponse, error) + AccountAddressByID func(ctx context.Context, in *QueryAccountAddressByIDRequest, ...) (*QueryAccountAddressByIDResponse, error) + Accounts func(ctx context.Context, in *QueryAccountsRequest, opts ...grpc.CallOption) (*QueryAccountsResponse, error) + AddressBytesToString func(ctx context.Context, in *AddressBytesToStringRequest, opts ...grpc.CallOption) (*AddressBytesToStringResponse, error) + AddressStringToBytes func(ctx context.Context, in *AddressStringToBytesRequest, opts ...grpc.CallOption) (*AddressStringToBytesResponse, error) + Bech32Prefix func(ctx context.Context, in *Bech32PrefixRequest, opts ...grpc.CallOption) (*Bech32PrefixResponse, error) + ModuleAccountByName func(ctx context.Context, in *QueryModuleAccountByNameRequest, ...) (*QueryModuleAccountByNameResponse, error) + ModuleAccounts func(ctx context.Context, in *QueryModuleAccountsRequest, opts ...grpc.CallOption) (*QueryModuleAccountsResponse, error) + Params func(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error) + func NewQueryClient(cc grpc1.ClientConn) QueryClient + type QueryModuleAccountByNameRequest struct + Name string + func (*QueryModuleAccountByNameRequest) Descriptor() ([]byte, []int) + func (*QueryModuleAccountByNameRequest) ProtoMessage() + func (m *QueryModuleAccountByNameRequest) GetName() string + func (m *QueryModuleAccountByNameRequest) Marshal() (dAtA []byte, err error) + func (m *QueryModuleAccountByNameRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryModuleAccountByNameRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryModuleAccountByNameRequest) Reset() + func (m *QueryModuleAccountByNameRequest) Size() (n int) + func (m *QueryModuleAccountByNameRequest) String() string + func (m *QueryModuleAccountByNameRequest) Unmarshal(dAtA []byte) error + func (m *QueryModuleAccountByNameRequest) XXX_DiscardUnknown() + func (m *QueryModuleAccountByNameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryModuleAccountByNameRequest) XXX_Merge(src proto.Message) + func (m *QueryModuleAccountByNameRequest) XXX_Size() int + func (m *QueryModuleAccountByNameRequest) XXX_Unmarshal(b []byte) error + type QueryModuleAccountByNameResponse struct + Account *types.Any + func (*QueryModuleAccountByNameResponse) Descriptor() ([]byte, []int) + func (*QueryModuleAccountByNameResponse) ProtoMessage() + func (m *QueryModuleAccountByNameResponse) GetAccount() *types.Any + func (m *QueryModuleAccountByNameResponse) Marshal() (dAtA []byte, err error) + func (m *QueryModuleAccountByNameResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryModuleAccountByNameResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryModuleAccountByNameResponse) Reset() + func (m *QueryModuleAccountByNameResponse) Size() (n int) + func (m *QueryModuleAccountByNameResponse) String() string + func (m *QueryModuleAccountByNameResponse) Unmarshal(dAtA []byte) error + func (m *QueryModuleAccountByNameResponse) XXX_DiscardUnknown() + func (m *QueryModuleAccountByNameResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryModuleAccountByNameResponse) XXX_Merge(src proto.Message) + func (m *QueryModuleAccountByNameResponse) XXX_Size() int + func (m *QueryModuleAccountByNameResponse) XXX_Unmarshal(b []byte) error + type QueryModuleAccountsRequest struct + func (*QueryModuleAccountsRequest) Descriptor() ([]byte, []int) + func (*QueryModuleAccountsRequest) ProtoMessage() + func (m *QueryModuleAccountsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryModuleAccountsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryModuleAccountsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryModuleAccountsRequest) Reset() + func (m *QueryModuleAccountsRequest) Size() (n int) + func (m *QueryModuleAccountsRequest) String() string + func (m *QueryModuleAccountsRequest) Unmarshal(dAtA []byte) error + func (m *QueryModuleAccountsRequest) XXX_DiscardUnknown() + func (m *QueryModuleAccountsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryModuleAccountsRequest) XXX_Merge(src proto.Message) + func (m *QueryModuleAccountsRequest) XXX_Size() int + func (m *QueryModuleAccountsRequest) XXX_Unmarshal(b []byte) error + type QueryModuleAccountsResponse struct + Accounts []*types.Any + func (*QueryModuleAccountsResponse) Descriptor() ([]byte, []int) + func (*QueryModuleAccountsResponse) ProtoMessage() + func (m *QueryModuleAccountsResponse) GetAccounts() []*types.Any + func (m *QueryModuleAccountsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryModuleAccountsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryModuleAccountsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryModuleAccountsResponse) Reset() + func (m *QueryModuleAccountsResponse) Size() (n int) + func (m *QueryModuleAccountsResponse) String() string + func (m *QueryModuleAccountsResponse) Unmarshal(dAtA []byte) error + func (m *QueryModuleAccountsResponse) XXX_DiscardUnknown() + func (m *QueryModuleAccountsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryModuleAccountsResponse) XXX_Merge(src proto.Message) + func (m *QueryModuleAccountsResponse) XXX_Size() int + func (m *QueryModuleAccountsResponse) XXX_Unmarshal(b []byte) error + type QueryParamsRequest struct + func (*QueryParamsRequest) Descriptor() ([]byte, []int) + func (*QueryParamsRequest) ProtoMessage() + func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryParamsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryParamsRequest) Reset() + func (m *QueryParamsRequest) Size() (n int) + func (m *QueryParamsRequest) String() string + func (m *QueryParamsRequest) Unmarshal(dAtA []byte) error + func (m *QueryParamsRequest) XXX_DiscardUnknown() + func (m *QueryParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryParamsRequest) XXX_Merge(src proto.Message) + func (m *QueryParamsRequest) XXX_Size() int + func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error + type QueryParamsResponse struct + Params Params + func (*QueryParamsResponse) Descriptor() ([]byte, []int) + func (*QueryParamsResponse) ProtoMessage() + func (m *QueryParamsResponse) GetParams() Params + func (m *QueryParamsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryParamsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryParamsResponse) Reset() + func (m *QueryParamsResponse) Size() (n int) + func (m *QueryParamsResponse) String() string + func (m *QueryParamsResponse) Unmarshal(dAtA []byte) error + func (m *QueryParamsResponse) XXX_DiscardUnknown() + func (m *QueryParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryParamsResponse) XXX_Merge(src proto.Message) + func (m *QueryParamsResponse) XXX_Size() int + func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error + type QueryServer interface + Account func(context.Context, *QueryAccountRequest) (*QueryAccountResponse, error) + AccountAddressByID func(context.Context, *QueryAccountAddressByIDRequest) (*QueryAccountAddressByIDResponse, error) + Accounts func(context.Context, *QueryAccountsRequest) (*QueryAccountsResponse, error) + AddressBytesToString func(context.Context, *AddressBytesToStringRequest) (*AddressBytesToStringResponse, error) + AddressStringToBytes func(context.Context, *AddressStringToBytesRequest) (*AddressStringToBytesResponse, error) + Bech32Prefix func(context.Context, *Bech32PrefixRequest) (*Bech32PrefixResponse, error) + ModuleAccountByName func(context.Context, *QueryModuleAccountByNameRequest) (*QueryModuleAccountByNameResponse, error) + ModuleAccounts func(context.Context, *QueryModuleAccountsRequest) (*QueryModuleAccountsResponse, error) + Params func(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error) + type RandomGenesisAccountsFn func(simState *module.SimulationState) GenesisAccounts + type UnimplementedQueryServer struct + func (*UnimplementedQueryServer) Account(ctx context.Context, req *QueryAccountRequest) (*QueryAccountResponse, error) + func (*UnimplementedQueryServer) AccountAddressByID(ctx context.Context, req *QueryAccountAddressByIDRequest) (*QueryAccountAddressByIDResponse, error) + func (*UnimplementedQueryServer) Accounts(ctx context.Context, req *QueryAccountsRequest) (*QueryAccountsResponse, error) + func (*UnimplementedQueryServer) AddressBytesToString(ctx context.Context, req *AddressBytesToStringRequest) (*AddressBytesToStringResponse, error) + func (*UnimplementedQueryServer) AddressStringToBytes(ctx context.Context, req *AddressStringToBytesRequest) (*AddressStringToBytesResponse, error) + func (*UnimplementedQueryServer) Bech32Prefix(ctx context.Context, req *Bech32PrefixRequest) (*Bech32PrefixResponse, error) + func (*UnimplementedQueryServer) ModuleAccountByName(ctx context.Context, req *QueryModuleAccountByNameRequest) (*QueryModuleAccountByNameResponse, error) + func (*UnimplementedQueryServer) ModuleAccounts(ctx context.Context, req *QueryModuleAccountsRequest) (*QueryModuleAccountsResponse, error) + func (*UnimplementedQueryServer) Params(ctx context.Context, req *QueryParamsRequest) (*QueryParamsResponse, error)