Versions in this module Expand all Collapse all v0 v0.8.0 Feb 10, 2023 Changes in this version + const AttributeKeyBondID + const AttributeKeyCID + const AttributeKeyCRN + const AttributeKeyName + const AttributeKeyNewBondID + const AttributeKeyOldBondID + const AttributeKeyOwner + const AttributeKeyPayload + const AttributeKeyRecordID + const AttributeKeySigner + const AttributeValueCategory + const AuthorityActive + const AuthorityExpired + const AuthorityRentModuleAccountName + const AuthorityUnderAuction + const EventTypeAssociateBond + const EventTypeAuthorityBond + const EventTypeDeleteName + const EventTypeDissociateBond + const EventTypeDissociateRecords + const EventTypeReAssociateRecords + const EventTypeRenewRecord + const EventTypeReserveNameAuthority + const EventTypeSetRecord + const ModuleName + const QuerierRoute + const RecordRentModuleAccountName + const RouterKey + const StoreKey + var DefaultAuthorityAuctionEnabled = false + var DefaultAuthorityExpiryTime = time.Hour * 24 * 365 + var DefaultAuthorityGracePeriod = time.Hour * 24 * 2 + var DefaultAuthorityRent = sdk.NewInt(1000000) + var DefaultCommitFee = sdk.NewInt(1000000) + var DefaultCommitsDuration = time.Hour * 24 + var DefaultMinimumBid = sdk.NewInt(5000000) + var DefaultRecordExpiryTime = time.Hour * 24 * 365 + var DefaultRecordRent = sdk.NewInt(1000000) + var DefaultRevealFee = sdk.NewInt(1000000) + var DefaultRevealsDuration = time.Hour * 24 + var ErrIntOverflowAttributes = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowGenesis = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowRegistry = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowTx = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthAttributes = 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 ErrInvalidLengthRegistry = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthTx = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupAttributes = 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 ErrUnexpectedEndOfGroupRegistry = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group") + var KeyAuthorityAuctionEnabled = []byte("AuthorityAuctionEnabled") + var KeyAuthorityGracePeriod = []byte("AuthorityGracePeriod") + var KeyAuthorityRent = []byte("AuthorityRent") + var KeyAuthorityRentDuration = []byte("AuthorityRentDuration") + var KeyCommitFee = []byte("AuthorityAuctionCommitFee") + var KeyCommitsDuration = []byte("AuthorityAuctionCommitsDuration") + var KeyMinimumBid = []byte("AuthorityAuctionMinimumBid") + var KeyRecordRent = []byte("RecordRent") + var KeyRecordRentDuration = []byte("RecordRentDuration") + var KeyRevealFee = []byte("AuthorityAuctionRevealFee") + var KeyRevealsDuration = []byte("AuthorityAuctionRevealsDuration") + var ModuleCdc = codec.NewAminoCodec(amino) + func GetJSONBytesFromAny(any codectypes.Any) ([]byte, error) + func ParamKeyTable() paramtypes.KeyTable + func RegisterInterfaces(registry types.InterfaceRegistry) + func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func RegisterMsgServer(s grpc1.Server, srv MsgServer) + 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 ValidateGenesis(data GenesisState) error + type AccountBalance struct + AccountName string + Balance github_com_cosmos_cosmos_sdk_types.Coins + func (*AccountBalance) Descriptor() ([]byte, []int) + func (*AccountBalance) ProtoMessage() + func (m *AccountBalance) GetAccountName() string + func (m *AccountBalance) GetBalance() github_com_cosmos_cosmos_sdk_types.Coins + func (m *AccountBalance) Marshal() (dAtA []byte, err error) + func (m *AccountBalance) MarshalTo(dAtA []byte) (int, error) + func (m *AccountBalance) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AccountBalance) Reset() + func (m *AccountBalance) Size() (n int) + func (m *AccountBalance) String() string + func (m *AccountBalance) Unmarshal(dAtA []byte) error + func (m *AccountBalance) XXX_DiscardUnknown() + func (m *AccountBalance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AccountBalance) XXX_Merge(src proto.Message) + func (m *AccountBalance) XXX_Size() int + func (m *AccountBalance) XXX_Unmarshal(b []byte) error + type Attributes interface + GetType func() string + type AuctionBidInfo struct + AuctionId string + BidderAddress string + func (*AuctionBidInfo) Descriptor() ([]byte, []int) + func (*AuctionBidInfo) ProtoMessage() + func (m *AuctionBidInfo) GetAuctionId() string + func (m *AuctionBidInfo) GetBidderAddress() string + func (m *AuctionBidInfo) Marshal() (dAtA []byte, err error) + func (m *AuctionBidInfo) MarshalTo(dAtA []byte) (int, error) + func (m *AuctionBidInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AuctionBidInfo) Reset() + func (m *AuctionBidInfo) Size() (n int) + func (m *AuctionBidInfo) String() string + func (m *AuctionBidInfo) Unmarshal(dAtA []byte) error + func (m *AuctionBidInfo) XXX_DiscardUnknown() + func (m *AuctionBidInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AuctionBidInfo) XXX_Merge(src proto.Message) + func (m *AuctionBidInfo) XXX_Size() int + func (m *AuctionBidInfo) XXX_Unmarshal(b []byte) error + type AuthorityEntry struct + Entry *NameAuthority + Name string + func (*AuthorityEntry) Descriptor() ([]byte, []int) + func (*AuthorityEntry) ProtoMessage() + func (m *AuthorityEntry) GetEntry() *NameAuthority + func (m *AuthorityEntry) GetName() string + func (m *AuthorityEntry) Marshal() (dAtA []byte, err error) + func (m *AuthorityEntry) MarshalTo(dAtA []byte) (int, error) + func (m *AuthorityEntry) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AuthorityEntry) Reset() + func (m *AuthorityEntry) Size() (n int) + func (m *AuthorityEntry) String() string + func (m *AuthorityEntry) Unmarshal(dAtA []byte) error + func (m *AuthorityEntry) XXX_DiscardUnknown() + func (m *AuthorityEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AuthorityEntry) XXX_Merge(src proto.Message) + func (m *AuthorityEntry) XXX_Size() int + func (m *AuthorityEntry) XXX_Unmarshal(b []byte) error + type BlockChangeSet struct + AuctionBids []*AuctionBidInfo + Auctions []string + Authorities []string + Height int64 + Names []string + Records []string + func (*BlockChangeSet) Descriptor() ([]byte, []int) + func (*BlockChangeSet) ProtoMessage() + func (m *BlockChangeSet) GetAuctionBids() []*AuctionBidInfo + func (m *BlockChangeSet) GetAuctions() []string + func (m *BlockChangeSet) GetAuthorities() []string + func (m *BlockChangeSet) GetHeight() int64 + func (m *BlockChangeSet) GetNames() []string + func (m *BlockChangeSet) GetRecords() []string + func (m *BlockChangeSet) Marshal() (dAtA []byte, err error) + func (m *BlockChangeSet) MarshalTo(dAtA []byte) (int, error) + func (m *BlockChangeSet) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *BlockChangeSet) Reset() + func (m *BlockChangeSet) Size() (n int) + func (m *BlockChangeSet) String() string + func (m *BlockChangeSet) Unmarshal(dAtA []byte) error + func (m *BlockChangeSet) XXX_DiscardUnknown() + func (m *BlockChangeSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BlockChangeSet) XXX_Merge(src proto.Message) + func (m *BlockChangeSet) XXX_Size() int + func (m *BlockChangeSet) XXX_Unmarshal(b []byte) error + type ExpiryQueueRecord struct + Id string + Value []string + func (*ExpiryQueueRecord) Descriptor() ([]byte, []int) + func (*ExpiryQueueRecord) ProtoMessage() + func (m *ExpiryQueueRecord) GetId() string + func (m *ExpiryQueueRecord) GetValue() []string + func (m *ExpiryQueueRecord) Marshal() (dAtA []byte, err error) + func (m *ExpiryQueueRecord) MarshalTo(dAtA []byte) (int, error) + func (m *ExpiryQueueRecord) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ExpiryQueueRecord) Reset() + func (m *ExpiryQueueRecord) Size() (n int) + func (m *ExpiryQueueRecord) String() string + func (m *ExpiryQueueRecord) Unmarshal(dAtA []byte) error + func (m *ExpiryQueueRecord) XXX_DiscardUnknown() + func (m *ExpiryQueueRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExpiryQueueRecord) XXX_Merge(src proto.Message) + func (m *ExpiryQueueRecord) XXX_Size() int + func (m *ExpiryQueueRecord) XXX_Unmarshal(b []byte) error + type GenesisState struct + Authorities []AuthorityEntry + Names []NameEntry + Params Params + Records []Record + func DefaultGenesisState() *GenesisState + func NewGenesisState(params Params, records []Record, authorities []AuthorityEntry, ...) GenesisState + func (*GenesisState) Descriptor() ([]byte, []int) + func (*GenesisState) ProtoMessage() + func (m *GenesisState) GetAuthorities() []AuthorityEntry + func (m *GenesisState) GetNames() []NameEntry + func (m *GenesisState) GetParams() Params + func (m *GenesisState) GetRecords() []Record + 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 GetRegistryModuleBalanceRequest struct + func (*GetRegistryModuleBalanceRequest) Descriptor() ([]byte, []int) + func (*GetRegistryModuleBalanceRequest) ProtoMessage() + func (m *GetRegistryModuleBalanceRequest) Marshal() (dAtA []byte, err error) + func (m *GetRegistryModuleBalanceRequest) MarshalTo(dAtA []byte) (int, error) + func (m *GetRegistryModuleBalanceRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetRegistryModuleBalanceRequest) Reset() + func (m *GetRegistryModuleBalanceRequest) Size() (n int) + func (m *GetRegistryModuleBalanceRequest) String() string + func (m *GetRegistryModuleBalanceRequest) Unmarshal(dAtA []byte) error + func (m *GetRegistryModuleBalanceRequest) XXX_DiscardUnknown() + func (m *GetRegistryModuleBalanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetRegistryModuleBalanceRequest) XXX_Merge(src proto.Message) + func (m *GetRegistryModuleBalanceRequest) XXX_Size() int + func (m *GetRegistryModuleBalanceRequest) XXX_Unmarshal(b []byte) error + type GetRegistryModuleBalanceResponse struct + Balances []*AccountBalance + func (*GetRegistryModuleBalanceResponse) Descriptor() ([]byte, []int) + func (*GetRegistryModuleBalanceResponse) ProtoMessage() + func (m *GetRegistryModuleBalanceResponse) GetBalances() []*AccountBalance + func (m *GetRegistryModuleBalanceResponse) Marshal() (dAtA []byte, err error) + func (m *GetRegistryModuleBalanceResponse) MarshalTo(dAtA []byte) (int, error) + func (m *GetRegistryModuleBalanceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GetRegistryModuleBalanceResponse) Reset() + func (m *GetRegistryModuleBalanceResponse) Size() (n int) + func (m *GetRegistryModuleBalanceResponse) String() string + func (m *GetRegistryModuleBalanceResponse) Unmarshal(dAtA []byte) error + func (m *GetRegistryModuleBalanceResponse) XXX_DiscardUnknown() + func (m *GetRegistryModuleBalanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetRegistryModuleBalanceResponse) XXX_Merge(src proto.Message) + func (m *GetRegistryModuleBalanceResponse) XXX_Size() int + func (m *GetRegistryModuleBalanceResponse) XXX_Unmarshal(b []byte) error + type MsgAssociateBond struct + BondId string + RecordId string + Signer string + func NewMsgAssociateBond(recordID, bondID string, signer sdk.AccAddress) MsgAssociateBond + func (*MsgAssociateBond) Descriptor() ([]byte, []int) + func (*MsgAssociateBond) ProtoMessage() + func (m *MsgAssociateBond) GetBondId() string + func (m *MsgAssociateBond) GetRecordId() string + func (m *MsgAssociateBond) GetSigner() string + func (m *MsgAssociateBond) Marshal() (dAtA []byte, err error) + func (m *MsgAssociateBond) MarshalTo(dAtA []byte) (int, error) + func (m *MsgAssociateBond) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgAssociateBond) Reset() + func (m *MsgAssociateBond) Size() (n int) + func (m *MsgAssociateBond) String() string + func (m *MsgAssociateBond) Unmarshal(dAtA []byte) error + func (m *MsgAssociateBond) XXX_DiscardUnknown() + func (m *MsgAssociateBond) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgAssociateBond) XXX_Merge(src proto.Message) + func (m *MsgAssociateBond) XXX_Size() int + func (m *MsgAssociateBond) XXX_Unmarshal(b []byte) error + func (msg MsgAssociateBond) GetSignBytes() []byte + func (msg MsgAssociateBond) GetSigners() []sdk.AccAddress + func (msg MsgAssociateBond) Route() string + func (msg MsgAssociateBond) Type() string + func (msg MsgAssociateBond) ValidateBasic() error + type MsgAssociateBondResponse struct + func (*MsgAssociateBondResponse) Descriptor() ([]byte, []int) + func (*MsgAssociateBondResponse) ProtoMessage() + func (m *MsgAssociateBondResponse) Marshal() (dAtA []byte, err error) + func (m *MsgAssociateBondResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgAssociateBondResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgAssociateBondResponse) Reset() + func (m *MsgAssociateBondResponse) Size() (n int) + func (m *MsgAssociateBondResponse) String() string + func (m *MsgAssociateBondResponse) Unmarshal(dAtA []byte) error + func (m *MsgAssociateBondResponse) XXX_DiscardUnknown() + func (m *MsgAssociateBondResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgAssociateBondResponse) XXX_Merge(src proto.Message) + func (m *MsgAssociateBondResponse) XXX_Size() int + func (m *MsgAssociateBondResponse) XXX_Unmarshal(b []byte) error + type MsgClient interface + AssociateBond func(ctx context.Context, in *MsgAssociateBond, opts ...grpc.CallOption) (*MsgAssociateBondResponse, error) + DeleteName func(ctx context.Context, in *MsgDeleteNameAuthority, opts ...grpc.CallOption) (*MsgDeleteNameAuthorityResponse, error) + DissociateBond func(ctx context.Context, in *MsgDissociateBond, opts ...grpc.CallOption) (*MsgDissociateBondResponse, error) + DissociateRecords func(ctx context.Context, in *MsgDissociateRecords, opts ...grpc.CallOption) (*MsgDissociateRecordsResponse, error) + ReAssociateRecords func(ctx context.Context, in *MsgReAssociateRecords, opts ...grpc.CallOption) (*MsgReAssociateRecordsResponse, error) + RenewRecord func(ctx context.Context, in *MsgRenewRecord, opts ...grpc.CallOption) (*MsgRenewRecordResponse, error) + ReserveName func(ctx context.Context, in *MsgReserveAuthority, opts ...grpc.CallOption) (*MsgReserveAuthorityResponse, error) + SetAuthorityBond func(ctx context.Context, in *MsgSetAuthorityBond, opts ...grpc.CallOption) (*MsgSetAuthorityBondResponse, error) + SetName func(ctx context.Context, in *MsgSetName, opts ...grpc.CallOption) (*MsgSetNameResponse, error) + SetRecord func(ctx context.Context, in *MsgSetRecord, opts ...grpc.CallOption) (*MsgSetRecordResponse, error) + func NewMsgClient(cc grpc1.ClientConn) MsgClient + type MsgDeleteNameAuthority struct + Crn string + Signer string + func NewMsgDeleteNameAuthority(crn string, signer sdk.AccAddress) MsgDeleteNameAuthority + func (*MsgDeleteNameAuthority) Descriptor() ([]byte, []int) + func (*MsgDeleteNameAuthority) ProtoMessage() + func (m *MsgDeleteNameAuthority) GetCrn() string + func (m *MsgDeleteNameAuthority) GetSigner() string + func (m *MsgDeleteNameAuthority) Marshal() (dAtA []byte, err error) + func (m *MsgDeleteNameAuthority) MarshalTo(dAtA []byte) (int, error) + func (m *MsgDeleteNameAuthority) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgDeleteNameAuthority) Reset() + func (m *MsgDeleteNameAuthority) Size() (n int) + func (m *MsgDeleteNameAuthority) String() string + func (m *MsgDeleteNameAuthority) Unmarshal(dAtA []byte) error + func (m *MsgDeleteNameAuthority) XXX_DiscardUnknown() + func (m *MsgDeleteNameAuthority) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgDeleteNameAuthority) XXX_Merge(src proto.Message) + func (m *MsgDeleteNameAuthority) XXX_Size() int + func (m *MsgDeleteNameAuthority) XXX_Unmarshal(b []byte) error + func (msg MsgDeleteNameAuthority) GetSignBytes() []byte + func (msg MsgDeleteNameAuthority) GetSigners() []sdk.AccAddress + func (msg MsgDeleteNameAuthority) Route() string + func (msg MsgDeleteNameAuthority) Type() string + func (msg MsgDeleteNameAuthority) ValidateBasic() error + type MsgDeleteNameAuthorityResponse struct + func (*MsgDeleteNameAuthorityResponse) Descriptor() ([]byte, []int) + func (*MsgDeleteNameAuthorityResponse) ProtoMessage() + func (m *MsgDeleteNameAuthorityResponse) Marshal() (dAtA []byte, err error) + func (m *MsgDeleteNameAuthorityResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgDeleteNameAuthorityResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgDeleteNameAuthorityResponse) Reset() + func (m *MsgDeleteNameAuthorityResponse) Size() (n int) + func (m *MsgDeleteNameAuthorityResponse) String() string + func (m *MsgDeleteNameAuthorityResponse) Unmarshal(dAtA []byte) error + func (m *MsgDeleteNameAuthorityResponse) XXX_DiscardUnknown() + func (m *MsgDeleteNameAuthorityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgDeleteNameAuthorityResponse) XXX_Merge(src proto.Message) + func (m *MsgDeleteNameAuthorityResponse) XXX_Size() int + func (m *MsgDeleteNameAuthorityResponse) XXX_Unmarshal(b []byte) error + type MsgDissociateBond struct + RecordId string + Signer string + func NewMsgDissociateBond(recordID string, signer sdk.AccAddress) MsgDissociateBond + func (*MsgDissociateBond) Descriptor() ([]byte, []int) + func (*MsgDissociateBond) ProtoMessage() + func (m *MsgDissociateBond) GetRecordId() string + func (m *MsgDissociateBond) GetSigner() string + func (m *MsgDissociateBond) Marshal() (dAtA []byte, err error) + func (m *MsgDissociateBond) MarshalTo(dAtA []byte) (int, error) + func (m *MsgDissociateBond) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgDissociateBond) Reset() + func (m *MsgDissociateBond) Size() (n int) + func (m *MsgDissociateBond) String() string + func (m *MsgDissociateBond) Unmarshal(dAtA []byte) error + func (m *MsgDissociateBond) XXX_DiscardUnknown() + func (m *MsgDissociateBond) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgDissociateBond) XXX_Merge(src proto.Message) + func (m *MsgDissociateBond) XXX_Size() int + func (m *MsgDissociateBond) XXX_Unmarshal(b []byte) error + func (msg MsgDissociateBond) GetSignBytes() []byte + func (msg MsgDissociateBond) GetSigners() []sdk.AccAddress + func (msg MsgDissociateBond) Route() string + func (msg MsgDissociateBond) Type() string + func (msg MsgDissociateBond) ValidateBasic() error + type MsgDissociateBondResponse struct + func (*MsgDissociateBondResponse) Descriptor() ([]byte, []int) + func (*MsgDissociateBondResponse) ProtoMessage() + func (m *MsgDissociateBondResponse) Marshal() (dAtA []byte, err error) + func (m *MsgDissociateBondResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgDissociateBondResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgDissociateBondResponse) Reset() + func (m *MsgDissociateBondResponse) Size() (n int) + func (m *MsgDissociateBondResponse) String() string + func (m *MsgDissociateBondResponse) Unmarshal(dAtA []byte) error + func (m *MsgDissociateBondResponse) XXX_DiscardUnknown() + func (m *MsgDissociateBondResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgDissociateBondResponse) XXX_Merge(src proto.Message) + func (m *MsgDissociateBondResponse) XXX_Size() int + func (m *MsgDissociateBondResponse) XXX_Unmarshal(b []byte) error + type MsgDissociateRecords struct + BondId string + Signer string + func NewMsgDissociateRecords(bondID string, signer sdk.AccAddress) MsgDissociateRecords + func (*MsgDissociateRecords) Descriptor() ([]byte, []int) + func (*MsgDissociateRecords) ProtoMessage() + func (m *MsgDissociateRecords) GetBondId() string + func (m *MsgDissociateRecords) GetSigner() string + func (m *MsgDissociateRecords) Marshal() (dAtA []byte, err error) + func (m *MsgDissociateRecords) MarshalTo(dAtA []byte) (int, error) + func (m *MsgDissociateRecords) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgDissociateRecords) Reset() + func (m *MsgDissociateRecords) Size() (n int) + func (m *MsgDissociateRecords) String() string + func (m *MsgDissociateRecords) Unmarshal(dAtA []byte) error + func (m *MsgDissociateRecords) XXX_DiscardUnknown() + func (m *MsgDissociateRecords) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgDissociateRecords) XXX_Merge(src proto.Message) + func (m *MsgDissociateRecords) XXX_Size() int + func (m *MsgDissociateRecords) XXX_Unmarshal(b []byte) error + func (msg MsgDissociateRecords) GetSignBytes() []byte + func (msg MsgDissociateRecords) GetSigners() []sdk.AccAddress + func (msg MsgDissociateRecords) Route() string + func (msg MsgDissociateRecords) Type() string + func (msg MsgDissociateRecords) ValidateBasic() error + type MsgDissociateRecordsResponse struct + func (*MsgDissociateRecordsResponse) Descriptor() ([]byte, []int) + func (*MsgDissociateRecordsResponse) ProtoMessage() + func (m *MsgDissociateRecordsResponse) Marshal() (dAtA []byte, err error) + func (m *MsgDissociateRecordsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgDissociateRecordsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgDissociateRecordsResponse) Reset() + func (m *MsgDissociateRecordsResponse) Size() (n int) + func (m *MsgDissociateRecordsResponse) String() string + func (m *MsgDissociateRecordsResponse) Unmarshal(dAtA []byte) error + func (m *MsgDissociateRecordsResponse) XXX_DiscardUnknown() + func (m *MsgDissociateRecordsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgDissociateRecordsResponse) XXX_Merge(src proto.Message) + func (m *MsgDissociateRecordsResponse) XXX_Size() int + func (m *MsgDissociateRecordsResponse) XXX_Unmarshal(b []byte) error + type MsgReAssociateRecords struct + NewBondId string + OldBondId string + Signer string + func NewMsgReAssociateRecords(oldBondID, newBondID string, signer sdk.AccAddress) MsgReAssociateRecords + func (*MsgReAssociateRecords) Descriptor() ([]byte, []int) + func (*MsgReAssociateRecords) ProtoMessage() + func (m *MsgReAssociateRecords) GetNewBondId() string + func (m *MsgReAssociateRecords) GetOldBondId() string + func (m *MsgReAssociateRecords) GetSigner() string + func (m *MsgReAssociateRecords) Marshal() (dAtA []byte, err error) + func (m *MsgReAssociateRecords) MarshalTo(dAtA []byte) (int, error) + func (m *MsgReAssociateRecords) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgReAssociateRecords) Reset() + func (m *MsgReAssociateRecords) Size() (n int) + func (m *MsgReAssociateRecords) String() string + func (m *MsgReAssociateRecords) Unmarshal(dAtA []byte) error + func (m *MsgReAssociateRecords) XXX_DiscardUnknown() + func (m *MsgReAssociateRecords) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgReAssociateRecords) XXX_Merge(src proto.Message) + func (m *MsgReAssociateRecords) XXX_Size() int + func (m *MsgReAssociateRecords) XXX_Unmarshal(b []byte) error + func (msg MsgReAssociateRecords) GetSignBytes() []byte + func (msg MsgReAssociateRecords) GetSigners() []sdk.AccAddress + func (msg MsgReAssociateRecords) Route() string + func (msg MsgReAssociateRecords) Type() string + func (msg MsgReAssociateRecords) ValidateBasic() error + type MsgReAssociateRecordsResponse struct + func (*MsgReAssociateRecordsResponse) Descriptor() ([]byte, []int) + func (*MsgReAssociateRecordsResponse) ProtoMessage() + func (m *MsgReAssociateRecordsResponse) Marshal() (dAtA []byte, err error) + func (m *MsgReAssociateRecordsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgReAssociateRecordsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgReAssociateRecordsResponse) Reset() + func (m *MsgReAssociateRecordsResponse) Size() (n int) + func (m *MsgReAssociateRecordsResponse) String() string + func (m *MsgReAssociateRecordsResponse) Unmarshal(dAtA []byte) error + func (m *MsgReAssociateRecordsResponse) XXX_DiscardUnknown() + func (m *MsgReAssociateRecordsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgReAssociateRecordsResponse) XXX_Merge(src proto.Message) + func (m *MsgReAssociateRecordsResponse) XXX_Size() int + func (m *MsgReAssociateRecordsResponse) XXX_Unmarshal(b []byte) error + type MsgRenewRecord struct + RecordId string + Signer string + func NewMsgRenewRecord(recordID string, signer sdk.AccAddress) MsgRenewRecord + func (*MsgRenewRecord) Descriptor() ([]byte, []int) + func (*MsgRenewRecord) ProtoMessage() + func (m *MsgRenewRecord) GetRecordId() string + func (m *MsgRenewRecord) GetSigner() string + func (m *MsgRenewRecord) Marshal() (dAtA []byte, err error) + func (m *MsgRenewRecord) MarshalTo(dAtA []byte) (int, error) + func (m *MsgRenewRecord) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgRenewRecord) Reset() + func (m *MsgRenewRecord) Size() (n int) + func (m *MsgRenewRecord) String() string + func (m *MsgRenewRecord) Unmarshal(dAtA []byte) error + func (m *MsgRenewRecord) XXX_DiscardUnknown() + func (m *MsgRenewRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgRenewRecord) XXX_Merge(src proto.Message) + func (m *MsgRenewRecord) XXX_Size() int + func (m *MsgRenewRecord) XXX_Unmarshal(b []byte) error + func (msg MsgRenewRecord) GetSignBytes() []byte + func (msg MsgRenewRecord) GetSigners() []sdk.AccAddress + func (msg MsgRenewRecord) Route() string + func (msg MsgRenewRecord) Type() string + func (msg MsgRenewRecord) ValidateBasic() error + type MsgRenewRecordResponse struct + func (*MsgRenewRecordResponse) Descriptor() ([]byte, []int) + func (*MsgRenewRecordResponse) ProtoMessage() + func (m *MsgRenewRecordResponse) Marshal() (dAtA []byte, err error) + func (m *MsgRenewRecordResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgRenewRecordResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgRenewRecordResponse) Reset() + func (m *MsgRenewRecordResponse) Size() (n int) + func (m *MsgRenewRecordResponse) String() string + func (m *MsgRenewRecordResponse) Unmarshal(dAtA []byte) error + func (m *MsgRenewRecordResponse) XXX_DiscardUnknown() + func (m *MsgRenewRecordResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgRenewRecordResponse) XXX_Merge(src proto.Message) + func (m *MsgRenewRecordResponse) XXX_Size() int + func (m *MsgRenewRecordResponse) XXX_Unmarshal(b []byte) error + type MsgReserveAuthority struct + Name string + Owner string + Signer string + func NewMsgReserveAuthority(name string, signer sdk.AccAddress, owner sdk.AccAddress) MsgReserveAuthority + func (*MsgReserveAuthority) Descriptor() ([]byte, []int) + func (*MsgReserveAuthority) ProtoMessage() + func (m *MsgReserveAuthority) GetName() string + func (m *MsgReserveAuthority) GetOwner() string + func (m *MsgReserveAuthority) GetSigner() string + func (m *MsgReserveAuthority) Marshal() (dAtA []byte, err error) + func (m *MsgReserveAuthority) MarshalTo(dAtA []byte) (int, error) + func (m *MsgReserveAuthority) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgReserveAuthority) Reset() + func (m *MsgReserveAuthority) Size() (n int) + func (m *MsgReserveAuthority) String() string + func (m *MsgReserveAuthority) Unmarshal(dAtA []byte) error + func (m *MsgReserveAuthority) XXX_DiscardUnknown() + func (m *MsgReserveAuthority) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgReserveAuthority) XXX_Merge(src proto.Message) + func (m *MsgReserveAuthority) XXX_Size() int + func (m *MsgReserveAuthority) XXX_Unmarshal(b []byte) error + func (msg MsgReserveAuthority) GetSignBytes() []byte + func (msg MsgReserveAuthority) GetSigners() []sdk.AccAddress + func (msg MsgReserveAuthority) Route() string + func (msg MsgReserveAuthority) Type() string + func (msg MsgReserveAuthority) ValidateBasic() error + type MsgReserveAuthorityResponse struct + func (*MsgReserveAuthorityResponse) Descriptor() ([]byte, []int) + func (*MsgReserveAuthorityResponse) ProtoMessage() + func (m *MsgReserveAuthorityResponse) Marshal() (dAtA []byte, err error) + func (m *MsgReserveAuthorityResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgReserveAuthorityResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgReserveAuthorityResponse) Reset() + func (m *MsgReserveAuthorityResponse) Size() (n int) + func (m *MsgReserveAuthorityResponse) String() string + func (m *MsgReserveAuthorityResponse) Unmarshal(dAtA []byte) error + func (m *MsgReserveAuthorityResponse) XXX_DiscardUnknown() + func (m *MsgReserveAuthorityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgReserveAuthorityResponse) XXX_Merge(src proto.Message) + func (m *MsgReserveAuthorityResponse) XXX_Size() int + func (m *MsgReserveAuthorityResponse) XXX_Unmarshal(b []byte) error + type MsgServer interface + AssociateBond func(context.Context, *MsgAssociateBond) (*MsgAssociateBondResponse, error) + DeleteName func(context.Context, *MsgDeleteNameAuthority) (*MsgDeleteNameAuthorityResponse, error) + DissociateBond func(context.Context, *MsgDissociateBond) (*MsgDissociateBondResponse, error) + DissociateRecords func(context.Context, *MsgDissociateRecords) (*MsgDissociateRecordsResponse, error) + ReAssociateRecords func(context.Context, *MsgReAssociateRecords) (*MsgReAssociateRecordsResponse, error) + RenewRecord func(context.Context, *MsgRenewRecord) (*MsgRenewRecordResponse, error) + ReserveName func(context.Context, *MsgReserveAuthority) (*MsgReserveAuthorityResponse, error) + SetAuthorityBond func(context.Context, *MsgSetAuthorityBond) (*MsgSetAuthorityBondResponse, error) + SetName func(context.Context, *MsgSetName) (*MsgSetNameResponse, error) + SetRecord func(context.Context, *MsgSetRecord) (*MsgSetRecordResponse, error) + type MsgSetAuthorityBond struct + BondId string + Name string + Signer string + func NewMsgSetAuthorityBond(name string, bondID string, signer sdk.AccAddress) MsgSetAuthorityBond + func (*MsgSetAuthorityBond) Descriptor() ([]byte, []int) + func (*MsgSetAuthorityBond) ProtoMessage() + func (m *MsgSetAuthorityBond) GetBondId() string + func (m *MsgSetAuthorityBond) GetName() string + func (m *MsgSetAuthorityBond) GetSigner() string + func (m *MsgSetAuthorityBond) Marshal() (dAtA []byte, err error) + func (m *MsgSetAuthorityBond) MarshalTo(dAtA []byte) (int, error) + func (m *MsgSetAuthorityBond) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgSetAuthorityBond) Reset() + func (m *MsgSetAuthorityBond) Size() (n int) + func (m *MsgSetAuthorityBond) String() string + func (m *MsgSetAuthorityBond) Unmarshal(dAtA []byte) error + func (m *MsgSetAuthorityBond) XXX_DiscardUnknown() + func (m *MsgSetAuthorityBond) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgSetAuthorityBond) XXX_Merge(src proto.Message) + func (m *MsgSetAuthorityBond) XXX_Size() int + func (m *MsgSetAuthorityBond) XXX_Unmarshal(b []byte) error + func (msg MsgSetAuthorityBond) GetSignBytes() []byte + func (msg MsgSetAuthorityBond) GetSigners() []sdk.AccAddress + func (msg MsgSetAuthorityBond) Route() string + func (msg MsgSetAuthorityBond) Type() string + func (msg MsgSetAuthorityBond) ValidateBasic() error + type MsgSetAuthorityBondResponse struct + func (*MsgSetAuthorityBondResponse) Descriptor() ([]byte, []int) + func (*MsgSetAuthorityBondResponse) ProtoMessage() + func (m *MsgSetAuthorityBondResponse) Marshal() (dAtA []byte, err error) + func (m *MsgSetAuthorityBondResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgSetAuthorityBondResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgSetAuthorityBondResponse) Reset() + func (m *MsgSetAuthorityBondResponse) Size() (n int) + func (m *MsgSetAuthorityBondResponse) String() string + func (m *MsgSetAuthorityBondResponse) Unmarshal(dAtA []byte) error + func (m *MsgSetAuthorityBondResponse) XXX_DiscardUnknown() + func (m *MsgSetAuthorityBondResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgSetAuthorityBondResponse) XXX_Merge(src proto.Message) + func (m *MsgSetAuthorityBondResponse) XXX_Size() int + func (m *MsgSetAuthorityBondResponse) XXX_Unmarshal(b []byte) error + type MsgSetName struct + Cid string + Crn string + Signer string + func NewMsgSetName(crn string, cid string, signer sdk.AccAddress) MsgSetName + func (*MsgSetName) Descriptor() ([]byte, []int) + func (*MsgSetName) ProtoMessage() + func (m *MsgSetName) GetCid() string + func (m *MsgSetName) GetCrn() string + func (m *MsgSetName) GetSigner() string + func (m *MsgSetName) Marshal() (dAtA []byte, err error) + func (m *MsgSetName) MarshalTo(dAtA []byte) (int, error) + func (m *MsgSetName) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgSetName) Reset() + func (m *MsgSetName) Size() (n int) + func (m *MsgSetName) String() string + func (m *MsgSetName) Unmarshal(dAtA []byte) error + func (m *MsgSetName) XXX_DiscardUnknown() + func (m *MsgSetName) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgSetName) XXX_Merge(src proto.Message) + func (m *MsgSetName) XXX_Size() int + func (m *MsgSetName) XXX_Unmarshal(b []byte) error + func (msg MsgSetName) GetSignBytes() []byte + func (msg MsgSetName) GetSigners() []sdk.AccAddress + func (msg MsgSetName) Route() string + func (msg MsgSetName) Type() string + func (msg MsgSetName) ValidateBasic() error + type MsgSetNameResponse struct + func (*MsgSetNameResponse) Descriptor() ([]byte, []int) + func (*MsgSetNameResponse) ProtoMessage() + func (m *MsgSetNameResponse) Marshal() (dAtA []byte, err error) + func (m *MsgSetNameResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgSetNameResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgSetNameResponse) Reset() + func (m *MsgSetNameResponse) Size() (n int) + func (m *MsgSetNameResponse) String() string + func (m *MsgSetNameResponse) Unmarshal(dAtA []byte) error + func (m *MsgSetNameResponse) XXX_DiscardUnknown() + func (m *MsgSetNameResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgSetNameResponse) XXX_Merge(src proto.Message) + func (m *MsgSetNameResponse) XXX_Size() int + func (m *MsgSetNameResponse) XXX_Unmarshal(b []byte) error + type MsgSetRecord struct + BondId string + Payload Payload + Signer string + func NewMsgSetRecord(payload Payload, bondID string, signer sdk.AccAddress) MsgSetRecord + func (*MsgSetRecord) Descriptor() ([]byte, []int) + func (*MsgSetRecord) ProtoMessage() + func (m *MsgSetRecord) GetBondId() string + func (m *MsgSetRecord) GetPayload() Payload + func (m *MsgSetRecord) GetSigner() string + func (m *MsgSetRecord) Marshal() (dAtA []byte, err error) + func (m *MsgSetRecord) MarshalTo(dAtA []byte) (int, error) + func (m *MsgSetRecord) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgSetRecord) Reset() + func (m *MsgSetRecord) Size() (n int) + func (m *MsgSetRecord) String() string + func (m *MsgSetRecord) Unmarshal(dAtA []byte) error + func (m *MsgSetRecord) XXX_DiscardUnknown() + func (m *MsgSetRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgSetRecord) XXX_Merge(src proto.Message) + func (m *MsgSetRecord) XXX_Size() int + func (m *MsgSetRecord) XXX_Unmarshal(b []byte) error + func (msg MsgSetRecord) GetSignBytes() []byte + func (msg MsgSetRecord) GetSigners() []sdk.AccAddress + func (msg MsgSetRecord) Route() string + func (msg MsgSetRecord) Type() string + func (msg MsgSetRecord) UnpackInterfaces(unpacker cdctypes.AnyUnpacker) error + func (msg MsgSetRecord) ValidateBasic() error + type MsgSetRecordResponse struct + Id string + func (*MsgSetRecordResponse) Descriptor() ([]byte, []int) + func (*MsgSetRecordResponse) ProtoMessage() + func (m *MsgSetRecordResponse) GetId() string + func (m *MsgSetRecordResponse) Marshal() (dAtA []byte, err error) + func (m *MsgSetRecordResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgSetRecordResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgSetRecordResponse) Reset() + func (m *MsgSetRecordResponse) Size() (n int) + func (m *MsgSetRecordResponse) String() string + func (m *MsgSetRecordResponse) Unmarshal(dAtA []byte) error + func (m *MsgSetRecordResponse) XXX_DiscardUnknown() + func (m *MsgSetRecordResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgSetRecordResponse) XXX_Merge(src proto.Message) + func (m *MsgSetRecordResponse) XXX_Size() int + func (m *MsgSetRecordResponse) XXX_Unmarshal(b []byte) error + type NameAuthority struct + AuctionId string + BondId string + ExpiryTime time.Time + Height uint64 + OwnerAddress string + OwnerPublicKey string + Status string + func (*NameAuthority) Descriptor() ([]byte, []int) + func (*NameAuthority) ProtoMessage() + func (m *NameAuthority) GetAuctionId() string + func (m *NameAuthority) GetBondId() string + func (m *NameAuthority) GetExpiryTime() time.Time + func (m *NameAuthority) GetHeight() uint64 + func (m *NameAuthority) GetOwnerAddress() string + func (m *NameAuthority) GetOwnerPublicKey() string + func (m *NameAuthority) GetStatus() string + func (m *NameAuthority) Marshal() (dAtA []byte, err error) + func (m *NameAuthority) MarshalTo(dAtA []byte) (int, error) + func (m *NameAuthority) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *NameAuthority) Reset() + func (m *NameAuthority) Size() (n int) + func (m *NameAuthority) String() string + func (m *NameAuthority) Unmarshal(dAtA []byte) error + func (m *NameAuthority) XXX_DiscardUnknown() + func (m *NameAuthority) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NameAuthority) XXX_Merge(src proto.Message) + func (m *NameAuthority) XXX_Size() int + func (m *NameAuthority) XXX_Unmarshal(b []byte) error + type NameEntry struct + Entry *NameRecord + Name string + func (*NameEntry) Descriptor() ([]byte, []int) + func (*NameEntry) ProtoMessage() + func (m *NameEntry) GetEntry() *NameRecord + func (m *NameEntry) GetName() string + func (m *NameEntry) Marshal() (dAtA []byte, err error) + func (m *NameEntry) MarshalTo(dAtA []byte) (int, error) + func (m *NameEntry) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *NameEntry) Reset() + func (m *NameEntry) Size() (n int) + func (m *NameEntry) String() string + func (m *NameEntry) Unmarshal(dAtA []byte) error + func (m *NameEntry) XXX_DiscardUnknown() + func (m *NameEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NameEntry) XXX_Merge(src proto.Message) + func (m *NameEntry) XXX_Size() int + func (m *NameEntry) XXX_Unmarshal(b []byte) error + type NameRecord struct + History []*NameRecordEntry + Latest *NameRecordEntry + func (*NameRecord) Descriptor() ([]byte, []int) + func (*NameRecord) ProtoMessage() + func (m *NameRecord) GetHistory() []*NameRecordEntry + func (m *NameRecord) GetLatest() *NameRecordEntry + func (m *NameRecord) Marshal() (dAtA []byte, err error) + func (m *NameRecord) MarshalTo(dAtA []byte) (int, error) + func (m *NameRecord) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *NameRecord) Reset() + func (m *NameRecord) Size() (n int) + func (m *NameRecord) String() string + func (m *NameRecord) Unmarshal(dAtA []byte) error + func (m *NameRecord) XXX_DiscardUnknown() + func (m *NameRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NameRecord) XXX_Merge(src proto.Message) + func (m *NameRecord) XXX_Size() int + func (m *NameRecord) XXX_Unmarshal(b []byte) error + type NameRecordEntry struct + Height uint64 + Id string + func (*NameRecordEntry) Descriptor() ([]byte, []int) + func (*NameRecordEntry) ProtoMessage() + func (m *NameRecordEntry) GetHeight() uint64 + func (m *NameRecordEntry) GetId() string + func (m *NameRecordEntry) Marshal() (dAtA []byte, err error) + func (m *NameRecordEntry) MarshalTo(dAtA []byte) (int, error) + func (m *NameRecordEntry) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *NameRecordEntry) Reset() + func (m *NameRecordEntry) Size() (n int) + func (m *NameRecordEntry) String() string + func (m *NameRecordEntry) Unmarshal(dAtA []byte) error + func (m *NameRecordEntry) XXX_DiscardUnknown() + func (m *NameRecordEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NameRecordEntry) XXX_Merge(src proto.Message) + func (m *NameRecordEntry) XXX_Size() int + func (m *NameRecordEntry) XXX_Unmarshal(b []byte) error + type Params struct + AuthorityAuctionCommitFee types.Coin + AuthorityAuctionCommitsDuration time.Duration + AuthorityAuctionEnabled bool + AuthorityAuctionMinimumBid types.Coin + AuthorityAuctionRevealFee types.Coin + AuthorityAuctionRevealsDuration time.Duration + AuthorityGracePeriod time.Duration + AuthorityRent types.Coin + AuthorityRentDuration time.Duration + RecordRent types.Coin + RecordRentDuration time.Duration + func DefaultParams() Params + func NewParams(recordRent sdk.Coin, recordRentDuration time.Duration, authorityRent sdk.Coin, ...) Params + func (*Params) Descriptor() ([]byte, []int) + func (*Params) ProtoMessage() + func (m *Params) GetAuthorityAuctionCommitFee() types.Coin + func (m *Params) GetAuthorityAuctionCommitsDuration() time.Duration + func (m *Params) GetAuthorityAuctionEnabled() bool + func (m *Params) GetAuthorityAuctionMinimumBid() types.Coin + func (m *Params) GetAuthorityAuctionRevealFee() types.Coin + func (m *Params) GetAuthorityAuctionRevealsDuration() time.Duration + func (m *Params) GetAuthorityGracePeriod() time.Duration + func (m *Params) GetAuthorityRent() types.Coin + func (m *Params) GetAuthorityRentDuration() time.Duration + func (m *Params) GetRecordRent() types.Coin + func (m *Params) GetRecordRentDuration() time.Duration + 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) String() string + 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) Equal(p2 Params) bool + func (p Params) Validate() error + type Payload struct + Record *Record + Signatures []Signature + func (*Payload) Descriptor() ([]byte, []int) + func (*Payload) ProtoMessage() + func (m *Payload) GetRecord() *Record + func (m *Payload) GetSignatures() []Signature + func (m *Payload) Marshal() (dAtA []byte, err error) + func (m *Payload) MarshalTo(dAtA []byte) (int, error) + func (m *Payload) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Payload) Reset() + func (m *Payload) Size() (n int) + func (m *Payload) String() string + func (m *Payload) Unmarshal(dAtA []byte) error + func (m *Payload) XXX_DiscardUnknown() + func (m *Payload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Payload) XXX_Merge(src proto.Message) + func (m *Payload) XXX_Size() int + func (m *Payload) XXX_Unmarshal(b []byte) error + func (payload Payload) ToReadablePayload() PayloadType + type PayloadType struct + Record map[string]interface{} + Signatures []Signature + func (payloadObj *PayloadType) ToPayload() (Payload, error) + type QueryClient interface + GetAuthorityExpiryQueue func(ctx context.Context, in *QueryGetAuthorityExpiryQueue, opts ...grpc.CallOption) (*QueryGetAuthorityExpiryQueueResponse, error) + GetRecord func(ctx context.Context, in *QueryRecordByIDRequest, opts ...grpc.CallOption) (*QueryRecordByIDResponse, error) + GetRecordByBondID func(ctx context.Context, in *QueryRecordByBondIDRequest, opts ...grpc.CallOption) (*QueryRecordByBondIDResponse, error) + GetRecordExpiryQueue func(ctx context.Context, in *QueryGetRecordExpiryQueue, opts ...grpc.CallOption) (*QueryGetRecordExpiryQueueResponse, error) + GetRegistryModuleBalance func(ctx context.Context, in *GetRegistryModuleBalanceRequest, ...) (*GetRegistryModuleBalanceResponse, error) + ListNameRecords func(ctx context.Context, in *QueryListNameRecordsRequest, opts ...grpc.CallOption) (*QueryListNameRecordsResponse, error) + ListRecords func(ctx context.Context, in *QueryListRecordsRequest, opts ...grpc.CallOption) (*QueryListRecordsResponse, error) + LookupCrn func(ctx context.Context, in *QueryLookupCrn, opts ...grpc.CallOption) (*QueryLookupCrnResponse, error) + Params func(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error) + ResolveCrn func(ctx context.Context, in *QueryResolveCrn, opts ...grpc.CallOption) (*QueryResolveCrnResponse, error) + Whois func(ctx context.Context, in *QueryWhoisRequest, opts ...grpc.CallOption) (*QueryWhoisResponse, error) + func NewQueryClient(cc grpc1.ClientConn) QueryClient + type QueryGetAuthorityExpiryQueue struct + Pagination *query.PageRequest + func (*QueryGetAuthorityExpiryQueue) Descriptor() ([]byte, []int) + func (*QueryGetAuthorityExpiryQueue) ProtoMessage() + func (m *QueryGetAuthorityExpiryQueue) GetPagination() *query.PageRequest + func (m *QueryGetAuthorityExpiryQueue) Marshal() (dAtA []byte, err error) + func (m *QueryGetAuthorityExpiryQueue) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGetAuthorityExpiryQueue) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGetAuthorityExpiryQueue) Reset() + func (m *QueryGetAuthorityExpiryQueue) Size() (n int) + func (m *QueryGetAuthorityExpiryQueue) String() string + func (m *QueryGetAuthorityExpiryQueue) Unmarshal(dAtA []byte) error + func (m *QueryGetAuthorityExpiryQueue) XXX_DiscardUnknown() + func (m *QueryGetAuthorityExpiryQueue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGetAuthorityExpiryQueue) XXX_Merge(src proto.Message) + func (m *QueryGetAuthorityExpiryQueue) XXX_Size() int + func (m *QueryGetAuthorityExpiryQueue) XXX_Unmarshal(b []byte) error + type QueryGetAuthorityExpiryQueueResponse struct + Authorities []*ExpiryQueueRecord + Pagination *query.PageResponse + func (*QueryGetAuthorityExpiryQueueResponse) Descriptor() ([]byte, []int) + func (*QueryGetAuthorityExpiryQueueResponse) ProtoMessage() + func (m *QueryGetAuthorityExpiryQueueResponse) GetAuthorities() []*ExpiryQueueRecord + func (m *QueryGetAuthorityExpiryQueueResponse) GetPagination() *query.PageResponse + func (m *QueryGetAuthorityExpiryQueueResponse) Marshal() (dAtA []byte, err error) + func (m *QueryGetAuthorityExpiryQueueResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGetAuthorityExpiryQueueResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGetAuthorityExpiryQueueResponse) Reset() + func (m *QueryGetAuthorityExpiryQueueResponse) Size() (n int) + func (m *QueryGetAuthorityExpiryQueueResponse) String() string + func (m *QueryGetAuthorityExpiryQueueResponse) Unmarshal(dAtA []byte) error + func (m *QueryGetAuthorityExpiryQueueResponse) XXX_DiscardUnknown() + func (m *QueryGetAuthorityExpiryQueueResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGetAuthorityExpiryQueueResponse) XXX_Merge(src proto.Message) + func (m *QueryGetAuthorityExpiryQueueResponse) XXX_Size() int + func (m *QueryGetAuthorityExpiryQueueResponse) XXX_Unmarshal(b []byte) error + type QueryGetRecordExpiryQueue struct + Pagination *query.PageRequest + func (*QueryGetRecordExpiryQueue) Descriptor() ([]byte, []int) + func (*QueryGetRecordExpiryQueue) ProtoMessage() + func (m *QueryGetRecordExpiryQueue) GetPagination() *query.PageRequest + func (m *QueryGetRecordExpiryQueue) Marshal() (dAtA []byte, err error) + func (m *QueryGetRecordExpiryQueue) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGetRecordExpiryQueue) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGetRecordExpiryQueue) Reset() + func (m *QueryGetRecordExpiryQueue) Size() (n int) + func (m *QueryGetRecordExpiryQueue) String() string + func (m *QueryGetRecordExpiryQueue) Unmarshal(dAtA []byte) error + func (m *QueryGetRecordExpiryQueue) XXX_DiscardUnknown() + func (m *QueryGetRecordExpiryQueue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGetRecordExpiryQueue) XXX_Merge(src proto.Message) + func (m *QueryGetRecordExpiryQueue) XXX_Size() int + func (m *QueryGetRecordExpiryQueue) XXX_Unmarshal(b []byte) error + type QueryGetRecordExpiryQueueResponse struct + Pagination *query.PageResponse + Records []*ExpiryQueueRecord + func (*QueryGetRecordExpiryQueueResponse) Descriptor() ([]byte, []int) + func (*QueryGetRecordExpiryQueueResponse) ProtoMessage() + func (m *QueryGetRecordExpiryQueueResponse) GetPagination() *query.PageResponse + func (m *QueryGetRecordExpiryQueueResponse) GetRecords() []*ExpiryQueueRecord + func (m *QueryGetRecordExpiryQueueResponse) Marshal() (dAtA []byte, err error) + func (m *QueryGetRecordExpiryQueueResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGetRecordExpiryQueueResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGetRecordExpiryQueueResponse) Reset() + func (m *QueryGetRecordExpiryQueueResponse) Size() (n int) + func (m *QueryGetRecordExpiryQueueResponse) String() string + func (m *QueryGetRecordExpiryQueueResponse) Unmarshal(dAtA []byte) error + func (m *QueryGetRecordExpiryQueueResponse) XXX_DiscardUnknown() + func (m *QueryGetRecordExpiryQueueResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGetRecordExpiryQueueResponse) XXX_Merge(src proto.Message) + func (m *QueryGetRecordExpiryQueueResponse) XXX_Size() int + func (m *QueryGetRecordExpiryQueueResponse) XXX_Unmarshal(b []byte) error + type QueryListNameRecordsRequest struct + Pagination *query.PageRequest + func (*QueryListNameRecordsRequest) Descriptor() ([]byte, []int) + func (*QueryListNameRecordsRequest) ProtoMessage() + func (m *QueryListNameRecordsRequest) GetPagination() *query.PageRequest + func (m *QueryListNameRecordsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryListNameRecordsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryListNameRecordsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryListNameRecordsRequest) Reset() + func (m *QueryListNameRecordsRequest) Size() (n int) + func (m *QueryListNameRecordsRequest) String() string + func (m *QueryListNameRecordsRequest) Unmarshal(dAtA []byte) error + func (m *QueryListNameRecordsRequest) XXX_DiscardUnknown() + func (m *QueryListNameRecordsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryListNameRecordsRequest) XXX_Merge(src proto.Message) + func (m *QueryListNameRecordsRequest) XXX_Size() int + func (m *QueryListNameRecordsRequest) XXX_Unmarshal(b []byte) error + type QueryListNameRecordsResponse struct + Names []NameEntry + Pagination *query.PageResponse + func (*QueryListNameRecordsResponse) Descriptor() ([]byte, []int) + func (*QueryListNameRecordsResponse) ProtoMessage() + func (m *QueryListNameRecordsResponse) GetNames() []NameEntry + func (m *QueryListNameRecordsResponse) GetPagination() *query.PageResponse + func (m *QueryListNameRecordsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryListNameRecordsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryListNameRecordsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryListNameRecordsResponse) Reset() + func (m *QueryListNameRecordsResponse) Size() (n int) + func (m *QueryListNameRecordsResponse) String() string + func (m *QueryListNameRecordsResponse) Unmarshal(dAtA []byte) error + func (m *QueryListNameRecordsResponse) XXX_DiscardUnknown() + func (m *QueryListNameRecordsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryListNameRecordsResponse) XXX_Merge(src proto.Message) + func (m *QueryListNameRecordsResponse) XXX_Size() int + func (m *QueryListNameRecordsResponse) XXX_Unmarshal(b []byte) error + type QueryListRecordsRequest struct + All bool + Attributes []*QueryListRecordsRequest_KeyValueInput + Pagination *query.PageRequest + func (*QueryListRecordsRequest) Descriptor() ([]byte, []int) + func (*QueryListRecordsRequest) ProtoMessage() + func (m *QueryListRecordsRequest) GetAll() bool + func (m *QueryListRecordsRequest) GetAttributes() []*QueryListRecordsRequest_KeyValueInput + func (m *QueryListRecordsRequest) GetPagination() *query.PageRequest + func (m *QueryListRecordsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryListRecordsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryListRecordsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryListRecordsRequest) Reset() + func (m *QueryListRecordsRequest) Size() (n int) + func (m *QueryListRecordsRequest) String() string + func (m *QueryListRecordsRequest) Unmarshal(dAtA []byte) error + func (m *QueryListRecordsRequest) XXX_DiscardUnknown() + func (m *QueryListRecordsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryListRecordsRequest) XXX_Merge(src proto.Message) + func (m *QueryListRecordsRequest) XXX_Size() int + func (m *QueryListRecordsRequest) XXX_Unmarshal(b []byte) error + type QueryListRecordsRequest_KeyValueInput struct + Key string + Value *QueryListRecordsRequest_ValueInput + func (*QueryListRecordsRequest_KeyValueInput) Descriptor() ([]byte, []int) + func (*QueryListRecordsRequest_KeyValueInput) ProtoMessage() + func (m *QueryListRecordsRequest_KeyValueInput) GetKey() string + func (m *QueryListRecordsRequest_KeyValueInput) GetValue() *QueryListRecordsRequest_ValueInput + func (m *QueryListRecordsRequest_KeyValueInput) Marshal() (dAtA []byte, err error) + func (m *QueryListRecordsRequest_KeyValueInput) MarshalTo(dAtA []byte) (int, error) + func (m *QueryListRecordsRequest_KeyValueInput) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryListRecordsRequest_KeyValueInput) Reset() + func (m *QueryListRecordsRequest_KeyValueInput) Size() (n int) + func (m *QueryListRecordsRequest_KeyValueInput) String() string + func (m *QueryListRecordsRequest_KeyValueInput) Unmarshal(dAtA []byte) error + func (m *QueryListRecordsRequest_KeyValueInput) XXX_DiscardUnknown() + func (m *QueryListRecordsRequest_KeyValueInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryListRecordsRequest_KeyValueInput) XXX_Merge(src proto.Message) + func (m *QueryListRecordsRequest_KeyValueInput) XXX_Size() int + func (m *QueryListRecordsRequest_KeyValueInput) XXX_Unmarshal(b []byte) error + type QueryListRecordsRequest_ReferenceInput struct + Id string + func (*QueryListRecordsRequest_ReferenceInput) Descriptor() ([]byte, []int) + func (*QueryListRecordsRequest_ReferenceInput) ProtoMessage() + func (m *QueryListRecordsRequest_ReferenceInput) GetId() string + func (m *QueryListRecordsRequest_ReferenceInput) Marshal() (dAtA []byte, err error) + func (m *QueryListRecordsRequest_ReferenceInput) MarshalTo(dAtA []byte) (int, error) + func (m *QueryListRecordsRequest_ReferenceInput) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryListRecordsRequest_ReferenceInput) Reset() + func (m *QueryListRecordsRequest_ReferenceInput) Size() (n int) + func (m *QueryListRecordsRequest_ReferenceInput) String() string + func (m *QueryListRecordsRequest_ReferenceInput) Unmarshal(dAtA []byte) error + func (m *QueryListRecordsRequest_ReferenceInput) XXX_DiscardUnknown() + func (m *QueryListRecordsRequest_ReferenceInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryListRecordsRequest_ReferenceInput) XXX_Merge(src proto.Message) + func (m *QueryListRecordsRequest_ReferenceInput) XXX_Size() int + func (m *QueryListRecordsRequest_ReferenceInput) XXX_Unmarshal(b []byte) error + type QueryListRecordsRequest_ValueInput struct + Boolean bool + Float float64 + Int int64 + Reference *QueryListRecordsRequest_ReferenceInput + String_ string + Type string + Values []*QueryListRecordsRequest_ValueInput + func (*QueryListRecordsRequest_ValueInput) Descriptor() ([]byte, []int) + func (*QueryListRecordsRequest_ValueInput) ProtoMessage() + func (m *QueryListRecordsRequest_ValueInput) GetBoolean() bool + func (m *QueryListRecordsRequest_ValueInput) GetFloat() float64 + func (m *QueryListRecordsRequest_ValueInput) GetInt() int64 + func (m *QueryListRecordsRequest_ValueInput) GetReference() *QueryListRecordsRequest_ReferenceInput + func (m *QueryListRecordsRequest_ValueInput) GetString_() string + func (m *QueryListRecordsRequest_ValueInput) GetType() string + func (m *QueryListRecordsRequest_ValueInput) GetValues() []*QueryListRecordsRequest_ValueInput + func (m *QueryListRecordsRequest_ValueInput) Marshal() (dAtA []byte, err error) + func (m *QueryListRecordsRequest_ValueInput) MarshalTo(dAtA []byte) (int, error) + func (m *QueryListRecordsRequest_ValueInput) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryListRecordsRequest_ValueInput) Reset() + func (m *QueryListRecordsRequest_ValueInput) Size() (n int) + func (m *QueryListRecordsRequest_ValueInput) String() string + func (m *QueryListRecordsRequest_ValueInput) Unmarshal(dAtA []byte) error + func (m *QueryListRecordsRequest_ValueInput) XXX_DiscardUnknown() + func (m *QueryListRecordsRequest_ValueInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryListRecordsRequest_ValueInput) XXX_Merge(src proto.Message) + func (m *QueryListRecordsRequest_ValueInput) XXX_Size() int + func (m *QueryListRecordsRequest_ValueInput) XXX_Unmarshal(b []byte) error + type QueryListRecordsResponse struct + Pagination *query.PageResponse + Records []Record + func (*QueryListRecordsResponse) Descriptor() ([]byte, []int) + func (*QueryListRecordsResponse) ProtoMessage() + func (m *QueryListRecordsResponse) GetPagination() *query.PageResponse + func (m *QueryListRecordsResponse) GetRecords() []Record + func (m *QueryListRecordsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryListRecordsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryListRecordsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryListRecordsResponse) Reset() + func (m *QueryListRecordsResponse) Size() (n int) + func (m *QueryListRecordsResponse) String() string + func (m *QueryListRecordsResponse) Unmarshal(dAtA []byte) error + func (m *QueryListRecordsResponse) XXX_DiscardUnknown() + func (m *QueryListRecordsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryListRecordsResponse) XXX_Merge(src proto.Message) + func (m *QueryListRecordsResponse) XXX_Size() int + func (m *QueryListRecordsResponse) XXX_Unmarshal(b []byte) error + type QueryLookupCrn struct + Crn string + func (*QueryLookupCrn) Descriptor() ([]byte, []int) + func (*QueryLookupCrn) ProtoMessage() + func (m *QueryLookupCrn) GetCrn() string + func (m *QueryLookupCrn) Marshal() (dAtA []byte, err error) + func (m *QueryLookupCrn) MarshalTo(dAtA []byte) (int, error) + func (m *QueryLookupCrn) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryLookupCrn) Reset() + func (m *QueryLookupCrn) Size() (n int) + func (m *QueryLookupCrn) String() string + func (m *QueryLookupCrn) Unmarshal(dAtA []byte) error + func (m *QueryLookupCrn) XXX_DiscardUnknown() + func (m *QueryLookupCrn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryLookupCrn) XXX_Merge(src proto.Message) + func (m *QueryLookupCrn) XXX_Size() int + func (m *QueryLookupCrn) XXX_Unmarshal(b []byte) error + type QueryLookupCrnResponse struct + Name *NameRecord + func (*QueryLookupCrnResponse) Descriptor() ([]byte, []int) + func (*QueryLookupCrnResponse) ProtoMessage() + func (m *QueryLookupCrnResponse) GetName() *NameRecord + func (m *QueryLookupCrnResponse) Marshal() (dAtA []byte, err error) + func (m *QueryLookupCrnResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryLookupCrnResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryLookupCrnResponse) Reset() + func (m *QueryLookupCrnResponse) Size() (n int) + func (m *QueryLookupCrnResponse) String() string + func (m *QueryLookupCrnResponse) Unmarshal(dAtA []byte) error + func (m *QueryLookupCrnResponse) XXX_DiscardUnknown() + func (m *QueryLookupCrnResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryLookupCrnResponse) XXX_Merge(src proto.Message) + func (m *QueryLookupCrnResponse) XXX_Size() int + func (m *QueryLookupCrnResponse) 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 QueryRecordByBondIDRequest struct + Id string + Pagination *query.PageRequest + func (*QueryRecordByBondIDRequest) Descriptor() ([]byte, []int) + func (*QueryRecordByBondIDRequest) ProtoMessage() + func (m *QueryRecordByBondIDRequest) GetId() string + func (m *QueryRecordByBondIDRequest) GetPagination() *query.PageRequest + func (m *QueryRecordByBondIDRequest) Marshal() (dAtA []byte, err error) + func (m *QueryRecordByBondIDRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryRecordByBondIDRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryRecordByBondIDRequest) Reset() + func (m *QueryRecordByBondIDRequest) Size() (n int) + func (m *QueryRecordByBondIDRequest) String() string + func (m *QueryRecordByBondIDRequest) Unmarshal(dAtA []byte) error + func (m *QueryRecordByBondIDRequest) XXX_DiscardUnknown() + func (m *QueryRecordByBondIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryRecordByBondIDRequest) XXX_Merge(src proto.Message) + func (m *QueryRecordByBondIDRequest) XXX_Size() int + func (m *QueryRecordByBondIDRequest) XXX_Unmarshal(b []byte) error + type QueryRecordByBondIDResponse struct + Pagination *query.PageResponse + Records []Record + func (*QueryRecordByBondIDResponse) Descriptor() ([]byte, []int) + func (*QueryRecordByBondIDResponse) ProtoMessage() + func (m *QueryRecordByBondIDResponse) GetPagination() *query.PageResponse + func (m *QueryRecordByBondIDResponse) GetRecords() []Record + func (m *QueryRecordByBondIDResponse) Marshal() (dAtA []byte, err error) + func (m *QueryRecordByBondIDResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryRecordByBondIDResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryRecordByBondIDResponse) Reset() + func (m *QueryRecordByBondIDResponse) Size() (n int) + func (m *QueryRecordByBondIDResponse) String() string + func (m *QueryRecordByBondIDResponse) Unmarshal(dAtA []byte) error + func (m *QueryRecordByBondIDResponse) XXX_DiscardUnknown() + func (m *QueryRecordByBondIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryRecordByBondIDResponse) XXX_Merge(src proto.Message) + func (m *QueryRecordByBondIDResponse) XXX_Size() int + func (m *QueryRecordByBondIDResponse) XXX_Unmarshal(b []byte) error + type QueryRecordByIDRequest struct + Id string + func (*QueryRecordByIDRequest) Descriptor() ([]byte, []int) + func (*QueryRecordByIDRequest) ProtoMessage() + func (m *QueryRecordByIDRequest) GetId() string + func (m *QueryRecordByIDRequest) Marshal() (dAtA []byte, err error) + func (m *QueryRecordByIDRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryRecordByIDRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryRecordByIDRequest) Reset() + func (m *QueryRecordByIDRequest) Size() (n int) + func (m *QueryRecordByIDRequest) String() string + func (m *QueryRecordByIDRequest) Unmarshal(dAtA []byte) error + func (m *QueryRecordByIDRequest) XXX_DiscardUnknown() + func (m *QueryRecordByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryRecordByIDRequest) XXX_Merge(src proto.Message) + func (m *QueryRecordByIDRequest) XXX_Size() int + func (m *QueryRecordByIDRequest) XXX_Unmarshal(b []byte) error + type QueryRecordByIDResponse struct + Record Record + func (*QueryRecordByIDResponse) Descriptor() ([]byte, []int) + func (*QueryRecordByIDResponse) ProtoMessage() + func (m *QueryRecordByIDResponse) GetRecord() Record + func (m *QueryRecordByIDResponse) Marshal() (dAtA []byte, err error) + func (m *QueryRecordByIDResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryRecordByIDResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryRecordByIDResponse) Reset() + func (m *QueryRecordByIDResponse) Size() (n int) + func (m *QueryRecordByIDResponse) String() string + func (m *QueryRecordByIDResponse) Unmarshal(dAtA []byte) error + func (m *QueryRecordByIDResponse) XXX_DiscardUnknown() + func (m *QueryRecordByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryRecordByIDResponse) XXX_Merge(src proto.Message) + func (m *QueryRecordByIDResponse) XXX_Size() int + func (m *QueryRecordByIDResponse) XXX_Unmarshal(b []byte) error + type QueryResolveCrn struct + Crn string + func (*QueryResolveCrn) Descriptor() ([]byte, []int) + func (*QueryResolveCrn) ProtoMessage() + func (m *QueryResolveCrn) GetCrn() string + func (m *QueryResolveCrn) Marshal() (dAtA []byte, err error) + func (m *QueryResolveCrn) MarshalTo(dAtA []byte) (int, error) + func (m *QueryResolveCrn) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryResolveCrn) Reset() + func (m *QueryResolveCrn) Size() (n int) + func (m *QueryResolveCrn) String() string + func (m *QueryResolveCrn) Unmarshal(dAtA []byte) error + func (m *QueryResolveCrn) XXX_DiscardUnknown() + func (m *QueryResolveCrn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryResolveCrn) XXX_Merge(src proto.Message) + func (m *QueryResolveCrn) XXX_Size() int + func (m *QueryResolveCrn) XXX_Unmarshal(b []byte) error + type QueryResolveCrnResponse struct + Record *Record + func (*QueryResolveCrnResponse) Descriptor() ([]byte, []int) + func (*QueryResolveCrnResponse) ProtoMessage() + func (m *QueryResolveCrnResponse) GetRecord() *Record + func (m *QueryResolveCrnResponse) Marshal() (dAtA []byte, err error) + func (m *QueryResolveCrnResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryResolveCrnResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryResolveCrnResponse) Reset() + func (m *QueryResolveCrnResponse) Size() (n int) + func (m *QueryResolveCrnResponse) String() string + func (m *QueryResolveCrnResponse) Unmarshal(dAtA []byte) error + func (m *QueryResolveCrnResponse) XXX_DiscardUnknown() + func (m *QueryResolveCrnResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryResolveCrnResponse) XXX_Merge(src proto.Message) + func (m *QueryResolveCrnResponse) XXX_Size() int + func (m *QueryResolveCrnResponse) XXX_Unmarshal(b []byte) error + type QueryServer interface + GetAuthorityExpiryQueue func(context.Context, *QueryGetAuthorityExpiryQueue) (*QueryGetAuthorityExpiryQueueResponse, error) + GetRecord func(context.Context, *QueryRecordByIDRequest) (*QueryRecordByIDResponse, error) + GetRecordByBondID func(context.Context, *QueryRecordByBondIDRequest) (*QueryRecordByBondIDResponse, error) + GetRecordExpiryQueue func(context.Context, *QueryGetRecordExpiryQueue) (*QueryGetRecordExpiryQueueResponse, error) + GetRegistryModuleBalance func(context.Context, *GetRegistryModuleBalanceRequest) (*GetRegistryModuleBalanceResponse, error) + ListNameRecords func(context.Context, *QueryListNameRecordsRequest) (*QueryListNameRecordsResponse, error) + ListRecords func(context.Context, *QueryListRecordsRequest) (*QueryListRecordsResponse, error) + LookupCrn func(context.Context, *QueryLookupCrn) (*QueryLookupCrnResponse, error) + Params func(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error) + ResolveCrn func(context.Context, *QueryResolveCrn) (*QueryResolveCrnResponse, error) + Whois func(context.Context, *QueryWhoisRequest) (*QueryWhoisResponse, error) + type QueryWhoisRequest struct + Name string + func (*QueryWhoisRequest) Descriptor() ([]byte, []int) + func (*QueryWhoisRequest) ProtoMessage() + func (m *QueryWhoisRequest) GetName() string + func (m *QueryWhoisRequest) Marshal() (dAtA []byte, err error) + func (m *QueryWhoisRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryWhoisRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryWhoisRequest) Reset() + func (m *QueryWhoisRequest) Size() (n int) + func (m *QueryWhoisRequest) String() string + func (m *QueryWhoisRequest) Unmarshal(dAtA []byte) error + func (m *QueryWhoisRequest) XXX_DiscardUnknown() + func (m *QueryWhoisRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryWhoisRequest) XXX_Merge(src proto.Message) + func (m *QueryWhoisRequest) XXX_Size() int + func (m *QueryWhoisRequest) XXX_Unmarshal(b []byte) error + type QueryWhoisResponse struct + NameAuthority NameAuthority + func (*QueryWhoisResponse) Descriptor() ([]byte, []int) + func (*QueryWhoisResponse) ProtoMessage() + func (m *QueryWhoisResponse) GetNameAuthority() NameAuthority + func (m *QueryWhoisResponse) Marshal() (dAtA []byte, err error) + func (m *QueryWhoisResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryWhoisResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryWhoisResponse) Reset() + func (m *QueryWhoisResponse) Size() (n int) + func (m *QueryWhoisResponse) String() string + func (m *QueryWhoisResponse) Unmarshal(dAtA []byte) error + func (m *QueryWhoisResponse) XXX_DiscardUnknown() + func (m *QueryWhoisResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryWhoisResponse) XXX_Merge(src proto.Message) + func (m *QueryWhoisResponse) XXX_Size() int + func (m *QueryWhoisResponse) XXX_Unmarshal(b []byte) error + type Record struct + Attributes *types1.Any + BondId string + CreateTime string + Deleted bool + ExpiryTime string + Id string + Names []string + Owners []string + Type string + func (*Record) Descriptor() ([]byte, []int) + func (*Record) ProtoMessage() + func (m *Record) GetAttributes() *types1.Any + func (m *Record) GetBondId() string + func (m *Record) GetCreateTime() string + func (m *Record) GetDeleted() bool + func (m *Record) GetExpiryTime() string + func (m *Record) GetId() string + func (m *Record) GetNames() []string + func (m *Record) GetOwners() []string + func (m *Record) GetType() string + func (m *Record) Marshal() (dAtA []byte, err error) + func (m *Record) MarshalTo(dAtA []byte) (int, error) + func (m *Record) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Record) Reset() + func (m *Record) Size() (n int) + func (m *Record) String() string + func (m *Record) Unmarshal(dAtA []byte) error + func (m *Record) XXX_DiscardUnknown() + func (m *Record) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Record) XXX_Merge(src proto.Message) + func (m *Record) XXX_Size() int + func (m *Record) XXX_Unmarshal(b []byte) error + func (r *Record) ToRecordType() RecordType + type RecordType struct + Attributes map[string]interface{} + BondID string + CreateTime string + Deleted bool + ExpiryTime string + ID string + Names []string + Owners []string + func (r *RecordType) CanonicalJSON() []byte + func (r *RecordType) GetCID() (string, error) + func (r *RecordType) GetSignBytes() ([]byte, []byte) + func (r *RecordType) ToRecordObj() (Record, error) + type ServiceProviderRegistration struct + BondId string + LaconicId string + Type string + Version string + X500 *X500 + func (*ServiceProviderRegistration) Descriptor() ([]byte, []int) + func (*ServiceProviderRegistration) ProtoMessage() + func (m *ServiceProviderRegistration) GetBondId() string + func (m *ServiceProviderRegistration) GetLaconicId() string + func (m *ServiceProviderRegistration) GetType() string + func (m *ServiceProviderRegistration) GetVersion() string + func (m *ServiceProviderRegistration) GetX500() *X500 + func (m *ServiceProviderRegistration) Marshal() (dAtA []byte, err error) + func (m *ServiceProviderRegistration) MarshalTo(dAtA []byte) (int, error) + func (m *ServiceProviderRegistration) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ServiceProviderRegistration) Reset() + func (m *ServiceProviderRegistration) Size() (n int) + func (m *ServiceProviderRegistration) String() string + func (m *ServiceProviderRegistration) Unmarshal(dAtA []byte) error + func (m *ServiceProviderRegistration) XXX_DiscardUnknown() + func (m *ServiceProviderRegistration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ServiceProviderRegistration) XXX_Merge(src proto.Message) + func (m *ServiceProviderRegistration) XXX_Size() int + func (m *ServiceProviderRegistration) XXX_Unmarshal(b []byte) error + type Signature struct + PubKey string + Sig string + func (*Signature) Descriptor() ([]byte, []int) + func (*Signature) ProtoMessage() + func (m *Signature) GetPubKey() string + func (m *Signature) GetSig() string + func (m *Signature) Marshal() (dAtA []byte, err error) + func (m *Signature) MarshalTo(dAtA []byte) (int, error) + func (m *Signature) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Signature) Reset() + func (m *Signature) Size() (n int) + func (m *Signature) String() string + func (m *Signature) Unmarshal(dAtA []byte) error + func (m *Signature) XXX_DiscardUnknown() + func (m *Signature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Signature) XXX_Merge(src proto.Message) + func (m *Signature) XXX_Size() int + func (m *Signature) XXX_Unmarshal(b []byte) error + type UnimplementedMsgServer struct + func (*UnimplementedMsgServer) AssociateBond(ctx context.Context, req *MsgAssociateBond) (*MsgAssociateBondResponse, error) + func (*UnimplementedMsgServer) DeleteName(ctx context.Context, req *MsgDeleteNameAuthority) (*MsgDeleteNameAuthorityResponse, error) + func (*UnimplementedMsgServer) DissociateBond(ctx context.Context, req *MsgDissociateBond) (*MsgDissociateBondResponse, error) + func (*UnimplementedMsgServer) DissociateRecords(ctx context.Context, req *MsgDissociateRecords) (*MsgDissociateRecordsResponse, error) + func (*UnimplementedMsgServer) ReAssociateRecords(ctx context.Context, req *MsgReAssociateRecords) (*MsgReAssociateRecordsResponse, error) + func (*UnimplementedMsgServer) RenewRecord(ctx context.Context, req *MsgRenewRecord) (*MsgRenewRecordResponse, error) + func (*UnimplementedMsgServer) ReserveName(ctx context.Context, req *MsgReserveAuthority) (*MsgReserveAuthorityResponse, error) + func (*UnimplementedMsgServer) SetAuthorityBond(ctx context.Context, req *MsgSetAuthorityBond) (*MsgSetAuthorityBondResponse, error) + func (*UnimplementedMsgServer) SetName(ctx context.Context, req *MsgSetName) (*MsgSetNameResponse, error) + func (*UnimplementedMsgServer) SetRecord(ctx context.Context, req *MsgSetRecord) (*MsgSetRecordResponse, error) + type UnimplementedQueryServer struct + func (*UnimplementedQueryServer) GetAuthorityExpiryQueue(ctx context.Context, req *QueryGetAuthorityExpiryQueue) (*QueryGetAuthorityExpiryQueueResponse, error) + func (*UnimplementedQueryServer) GetRecord(ctx context.Context, req *QueryRecordByIDRequest) (*QueryRecordByIDResponse, error) + func (*UnimplementedQueryServer) GetRecordByBondID(ctx context.Context, req *QueryRecordByBondIDRequest) (*QueryRecordByBondIDResponse, error) + func (*UnimplementedQueryServer) GetRecordExpiryQueue(ctx context.Context, req *QueryGetRecordExpiryQueue) (*QueryGetRecordExpiryQueueResponse, error) + func (*UnimplementedQueryServer) GetRegistryModuleBalance(ctx context.Context, req *GetRegistryModuleBalanceRequest) (*GetRegistryModuleBalanceResponse, error) + func (*UnimplementedQueryServer) ListNameRecords(ctx context.Context, req *QueryListNameRecordsRequest) (*QueryListNameRecordsResponse, error) + func (*UnimplementedQueryServer) ListRecords(ctx context.Context, req *QueryListRecordsRequest) (*QueryListRecordsResponse, error) + func (*UnimplementedQueryServer) LookupCrn(ctx context.Context, req *QueryLookupCrn) (*QueryLookupCrnResponse, error) + func (*UnimplementedQueryServer) Params(ctx context.Context, req *QueryParamsRequest) (*QueryParamsResponse, error) + func (*UnimplementedQueryServer) ResolveCrn(ctx context.Context, req *QueryResolveCrn) (*QueryResolveCrnResponse, error) + func (*UnimplementedQueryServer) Whois(ctx context.Context, req *QueryWhoisRequest) (*QueryWhoisResponse, error) + type WebsiteRegistrationRecord struct + BuildArtifactCid string + RepoRegistrationRecordCid string + TlsCertCid string + Type string + Url string + Version string + func (*WebsiteRegistrationRecord) Descriptor() ([]byte, []int) + func (*WebsiteRegistrationRecord) ProtoMessage() + func (m *WebsiteRegistrationRecord) GetBuildArtifactCid() string + func (m *WebsiteRegistrationRecord) GetRepoRegistrationRecordCid() string + func (m *WebsiteRegistrationRecord) GetTlsCertCid() string + func (m *WebsiteRegistrationRecord) GetType() string + func (m *WebsiteRegistrationRecord) GetUrl() string + func (m *WebsiteRegistrationRecord) GetVersion() string + func (m *WebsiteRegistrationRecord) Marshal() (dAtA []byte, err error) + func (m *WebsiteRegistrationRecord) MarshalTo(dAtA []byte) (int, error) + func (m *WebsiteRegistrationRecord) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *WebsiteRegistrationRecord) Reset() + func (m *WebsiteRegistrationRecord) Size() (n int) + func (m *WebsiteRegistrationRecord) String() string + func (m *WebsiteRegistrationRecord) Unmarshal(dAtA []byte) error + func (m *WebsiteRegistrationRecord) XXX_DiscardUnknown() + func (m *WebsiteRegistrationRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *WebsiteRegistrationRecord) XXX_Merge(src proto.Message) + func (m *WebsiteRegistrationRecord) XXX_Size() int + func (m *WebsiteRegistrationRecord) XXX_Unmarshal(b []byte) error + type X500 struct + CommonName string + Country string + LocalityName string + OrganizationName string + OrganizationUnit string + StateName string + func (*X500) Descriptor() ([]byte, []int) + func (*X500) ProtoMessage() + func (m *X500) GetCommonName() string + func (m *X500) GetCountry() string + func (m *X500) GetLocalityName() string + func (m *X500) GetOrganizationName() string + func (m *X500) GetOrganizationUnit() string + func (m *X500) GetStateName() string + func (m *X500) Marshal() (dAtA []byte, err error) + func (m *X500) MarshalTo(dAtA []byte) (int, error) + func (m *X500) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *X500) Reset() + func (m *X500) Size() (n int) + func (m *X500) String() string + func (m *X500) Unmarshal(dAtA []byte) error + func (m *X500) XXX_DiscardUnknown() + func (m *X500) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *X500) XXX_Merge(src proto.Message) + func (m *X500) XXX_Size() int + func (m *X500) XXX_Unmarshal(b []byte) error