types

package
v0.2.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 9, 2021 License: MIT Imports: 34 Imported by: 0

Documentation

Overview

Package types is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

View Source
const (
	// ModuleName defines the module name
	ModuleName = "anconprotocol"

	// StoreKey defines the primary module store key
	StoreKey = ModuleName

	// RouterKey is the message route for slashing
	RouterKey = ModuleName

	// QuerierRoute defines the module's query routing key
	QuerierRoute = ModuleName

	// MemStoreKey defines the in-memory store key
	MemStoreKey = "mem_anconprotocol"

	IPLDKey = "ancon_ipld"

	DelegateKey = "did_ancon_delegates"

	OwnerKey = "did_ancon_owners"

	ChangeOwnerKey = "did_change_owner_key"

	ChangeOwnerEvent = "change_owner"

	SetAttributeEvent = "set_attribute"

	RevokeAttributeEvent = "revoke_attribute"

	GrantDelegateEvent = "grant_delegate"

	RevokeDelegateEvent = "revoke_delegate"

	AttributeKey = "did_attribute"

	DidAnconKey = "did:ancon:"

	DidIPLDStoreKey = "did_ipld_store_key"

	DidWebStoreKey = "did_web_store_key"

	VoucherStoreKey = "voucher_store_key"

	VoucherRecipientStoreKey = "voucher_recipient_store_key"
)
View Source
const (
	TypeMsgIssueDenom    = "issue_denom"
	TypeMsgTransferNFT   = "transfer_nft"
	TypeMsgEditNFT       = "edit_nft"
	TypeMsgMintNFT       = "mint_nft"
	TypeMsgBurnNFT       = "burn_nft"
	TypeMsgTransferDenom = "transfer_denom"
)

constant used to indicate that some field should not be updated

View Source
const (
	QuerySupply     = "supply"
	QueryOwner      = "owner"
	QueryCollection = "collection"
	QueryDenoms     = "denoms"
	QueryDenom      = "denom"
	QueryNFT        = "nft"
)

query endpoints supported by the NFT Querier

View Source
const (
	DoNotModify = "[do-not-modify]"
	MinDenomLen = 3
	MaxDenomLen = 64

	MaxTokenURILen = 256

	ReservedPeg  = "peg"
	ReservedIBC  = "ibc"
	ReservedHTLT = "htlt"
	ReservedTIBC = "tibc"
)

Variables

View Source
var (
	ErrInvalidLengthDidRegistry        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowDidRegistry          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupDidRegistry = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidCollection = errors.New("invalid nft collection")
	ErrUnknownCollection = errors.New("unknown nft collection")
	ErrInvalidNFT        = errors.New("invalid nft")
	ErrNFTAlreadyExists  = errors.New("nft already exists")
	ErrUnknownNFT        = errors.New("unknown nft")
	ErrEmptyTokenData    = errors.New("nft data can't be empty")
	ErrUnauthorized      = errors.New("unauthorized address")
	ErrInvalidDenom      = errors.New("invalid denom")
	ErrInvalidTokenID    = errors.New("invalid nft id")
	ErrInvalidTokenURI   = errors.New("invalid nft uri")
)
View Source
var (
	EventTypeIssueDenom    = "issue_denom"
	EventTypeTransfer      = "transfer_nft"
	EventTypeEditNFT       = "edit_nft"
	EventTypeMintNFT       = "mint_nft"
	EventTypeBurnNFT       = "burn_nft"
	EventTypeTransferDenom = "transfer_denom"

	AttributeValueCategory = ModuleName

	AttributeKeySender    = "sender"
	AttributeKeyCreator   = "creator"
	AttributeKeyRecipient = "recipient"
	AttributeKeyOwner     = "owner"
	AttributeKeyTokenID   = "token_id"
	AttributeKeyTokenURI  = "token_uri"
	AttributeKeyDenomID   = "denom_id"
	AttributeKeyDenomName = "denom_name"
)

NFT module event types

View Source
var (
	ErrInvalidLengthGenesis        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowGenesis          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	PrefixNFT        = []byte{0x01}
	PrefixOwners     = []byte{0x02} // key for a owner
	PrefixCollection = []byte{0x03} // key for balance of NFTs held by the denom
	PrefixDenom      = []byte{0x04} // key for denom of the nft
	PrefixDenomName  = []byte{0x05} // key for denom name of the nft

	// Keys for store prefixes
	HTLCKey              = []byte{0x01} // prefix for HTLC
	HTLCExpiredQueueKey  = []byte{0x02} // prefix for the HTLC expiration queue
	AssetSupplyPrefix    = []byte{0x03} // prefix for the HTLT supply
	PreviousBlockTimeKey = []byte{0x04} // prefix for the HTLT supply previous block time
)
View Source
var (
	ErrInvalidLengthNft        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowNft          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupNft = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthQuery        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowQuery          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthTx        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowTx          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	// IsAlphaNumeric only accepts [a-z0-9]
	IsAlphaNumeric = regexp.MustCompile(`^[a-z0-9]+$`).MatchString
	// IsBeginWithAlpha only begin with [a-z]
	IsBeginWithAlpha = regexp.MustCompile(`^[a-z].*`).MatchString
)
View Source
var (
	ErrSample = sdkerrors.Register(ModuleName, 1100, "sample error")
)

x/anconprotocol module sentinel errors

Functions

func GetAssetSupplyKey

func GetAssetSupplyKey(denom string) []byte

GetAssetSupplyKey returns the key prefix for the asset supply by the given denom

func GetHTLCExpiredQueueKey

func GetHTLCExpiredQueueKey(expirationHeight uint64, id []byte) []byte

GetHTLCExpiredQueueKey returns the key for the HTLC expiration queue by the specified height and hash lock VALUE: []byte{}

func GetHTLCExpiredQueueSubspace

func GetHTLCExpiredQueueSubspace(expirationHeight uint64) []byte

GetHTLCExpiredQueueSubspace returns the key prefix for the HTLC expiration queue by the given height

func GetHTLCKey

func GetHTLCKey(id []byte) []byte

GetHTLCKey returns the key for the HTLC with the specified hash lock VALUE: htlc/HTLC

func KeyCollection

func KeyCollection(denomID string) []byte

KeyCollection gets the storeKey by the collection

func KeyDenomID

func KeyDenomID(id string) []byte

KeyDenomID gets the storeKey by the denom id

func KeyDenomName

func KeyDenomName(name string) []byte

KeyDenomName gets the storeKey by the denom name

func KeyNFT

func KeyNFT(denomID, tokenID string) []byte

KeyNFT gets the key of nft stored by an denom and id

func KeyOwner

func KeyOwner(address sdk.AccAddress, denomID, tokenID string) []byte

KeyOwner gets the key of a collection owned by an account address

func KeyPrefix

func KeyPrefix(p string) []byte

func Modified

func Modified(target string) bool

Modified returns whether the field is modified

func MultiKeyPrefix

func MultiKeyPrefix(prefix string, a []byte, b []byte) []byte

func MustMarshalSupply

func MustMarshalSupply(cdc codec.Codec, supply uint64) []byte

return supply protobuf code

func MustMarshalTokenID

func MustMarshalTokenID(cdc codec.Codec, tokenID string) []byte

return the tokenID protobuf code

func MustUnMarshalSupply

func MustUnMarshalSupply(cdc codec.Codec, value []byte) uint64

return th supply

func MustUnMarshalTokenID

func MustUnMarshalTokenID(cdc codec.Codec, value []byte) string

return th tokenID

func RegisterCodec

func RegisterCodec(cdc *codec.LegacyAmino)

func RegisterInterfaces

func RegisterInterfaces(registry cdctypes.InterfaceRegistry)

func RegisterMsgServer

func RegisterMsgServer(s grpc1.Server, srv MsgServer)

func RegisterQueryHandler

func RegisterQueryHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterQueryHandler registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterQueryHandlerClient

func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error

RegisterQueryHandlerClient registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "QueryClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "QueryClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "QueryClient" to call the correct interceptors.

func RegisterQueryHandlerFromEndpoint

func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterQueryHandlerServer

func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error

RegisterQueryHandlerServer registers the http handlers for service Query to "mux". UnaryRPC :call QueryServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterQueryHandlerFromEndpoint instead.

func RegisterQueryServer

func RegisterQueryServer(s grpc1.Server, srv QueryServer)

func SplitKeyDenom

func SplitKeyDenom(key []byte) (denomID, tokenID string, err error)

func SplitKeyOwner

func SplitKeyOwner(key []byte) (address sdk.AccAddress, denomID, tokenID string, err error)

SplitKeyOwner return the address,denom,id from the key of stored owner

func ValidateDenomID

func ValidateDenomID(denomID string) error

ValidateDenomID verifies whether the parameters are legal

func ValidateGenesis

func ValidateGenesis(data GenesisState) error

ValidateGenesis validates the provided HTLC genesis state to ensure the expected invariants holds.

func ValidateKeywords

func ValidateKeywords(denomId string) error

ValidateKeywords checks if the given denomId begins with `DenomKeywords`

func ValidateTokenID

func ValidateTokenID(tokenID string) error

ValidateTokenID verify that the tokenID is legal

func ValidateTokenURI

func ValidateTokenURI(tokenURI string) error

ValidateTokenURI verify that the tokenURI is legal

Types

type AccountKeeper

type AccountKeeper interface {
	GetAccount(ctx sdk.Context, addr sdk.AccAddress) authtypes.AccountI
	SetAccount(ctx sdk.Context, acc authtypes.AccountI)
	NewAccountWithAddress(ctx sdk.Context, addr sdk.AccAddress) authtypes.AccountI
	GetModuleAddress(name string) sdk.AccAddress
	GetModuleAccount(ctx sdk.Context, name string) authtypes.ModuleAccountI
	SetModuleAccount(ctx sdk.Context, macc authtypes.ModuleAccountI)
	GetModuleAddressAndPermissions(moduleName string) (sdk.AccAddress, []string)
}

AccountKeeper defines the expected account keeper (noalias)

type AguaclaraPacketData

type AguaclaraPacketData struct {
	Creator          string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	TokenAddress     string `protobuf:"bytes,2,opt,name=tokenAddress,proto3" json:"tokenAddress,omitempty"`
	TokenId          string `protobuf:"bytes,3,opt,name=tokenId,proto3" json:"tokenId,omitempty"`
	DidRecipient     string `protobuf:"bytes,4,opt,name=didRecipient,proto3" json:"didRecipient,omitempty"`
	ToMetadata       string `protobuf:"bytes,5,opt,name=toMetadata,proto3" json:"toMetadata,omitempty"`
	Hash             string `protobuf:"bytes,6,opt,name=hash,proto3" json:"hash,omitempty"`
	CurrentChainId   string `protobuf:"bytes,7,opt,name=currentChainId,proto3" json:"currentChainId,omitempty"`
	RecipientChainId string `protobuf:"bytes,8,opt,name=recipientChainId,proto3" json:"recipientChainId,omitempty"`
}

func (*AguaclaraPacketData) Descriptor

func (*AguaclaraPacketData) Descriptor() ([]byte, []int)

func (*AguaclaraPacketData) GetCreator

func (m *AguaclaraPacketData) GetCreator() string

func (*AguaclaraPacketData) GetCurrentChainId

func (m *AguaclaraPacketData) GetCurrentChainId() string

func (*AguaclaraPacketData) GetDidRecipient

func (m *AguaclaraPacketData) GetDidRecipient() string

func (*AguaclaraPacketData) GetHash

func (m *AguaclaraPacketData) GetHash() string

func (*AguaclaraPacketData) GetRecipientChainId

func (m *AguaclaraPacketData) GetRecipientChainId() string

func (*AguaclaraPacketData) GetToMetadata

func (m *AguaclaraPacketData) GetToMetadata() string

func (*AguaclaraPacketData) GetTokenAddress

func (m *AguaclaraPacketData) GetTokenAddress() string

func (*AguaclaraPacketData) GetTokenId

func (m *AguaclaraPacketData) GetTokenId() string

func (*AguaclaraPacketData) Marshal

func (m *AguaclaraPacketData) Marshal() (dAtA []byte, err error)

func (*AguaclaraPacketData) MarshalTo

func (m *AguaclaraPacketData) MarshalTo(dAtA []byte) (int, error)

func (*AguaclaraPacketData) MarshalToSizedBuffer

func (m *AguaclaraPacketData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AguaclaraPacketData) ProtoMessage

func (*AguaclaraPacketData) ProtoMessage()

func (*AguaclaraPacketData) Reset

func (m *AguaclaraPacketData) Reset()

func (*AguaclaraPacketData) Size

func (m *AguaclaraPacketData) Size() (n int)

func (*AguaclaraPacketData) String

func (m *AguaclaraPacketData) String() string

func (*AguaclaraPacketData) Unmarshal

func (m *AguaclaraPacketData) Unmarshal(dAtA []byte) error

func (*AguaclaraPacketData) XXX_DiscardUnknown

func (m *AguaclaraPacketData) XXX_DiscardUnknown()

func (*AguaclaraPacketData) XXX_Marshal

func (m *AguaclaraPacketData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AguaclaraPacketData) XXX_Merge

func (m *AguaclaraPacketData) XXX_Merge(src proto.Message)

func (*AguaclaraPacketData) XXX_Size

func (m *AguaclaraPacketData) XXX_Size() int

func (*AguaclaraPacketData) XXX_Unmarshal

func (m *AguaclaraPacketData) XXX_Unmarshal(b []byte) error

type Attribute

type Attribute struct {
	Identity string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	Name     []byte `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Value    []byte `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
}

func (*Attribute) Descriptor

func (*Attribute) Descriptor() ([]byte, []int)

func (*Attribute) GetIdentity

func (m *Attribute) GetIdentity() string

func (*Attribute) GetName

func (m *Attribute) GetName() []byte

func (*Attribute) GetValue

func (m *Attribute) GetValue() []byte

func (*Attribute) Marshal

func (m *Attribute) Marshal() (dAtA []byte, err error)

func (*Attribute) MarshalTo

func (m *Attribute) MarshalTo(dAtA []byte) (int, error)

func (*Attribute) MarshalToSizedBuffer

func (m *Attribute) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Attribute) ProtoMessage

func (*Attribute) ProtoMessage()

func (*Attribute) Reset

func (m *Attribute) Reset()

func (*Attribute) Size

func (m *Attribute) Size() (n int)

func (*Attribute) String

func (m *Attribute) String() string

func (*Attribute) Unmarshal

func (m *Attribute) Unmarshal(dAtA []byte) error

func (*Attribute) XXX_DiscardUnknown

func (m *Attribute) XXX_DiscardUnknown()

func (*Attribute) XXX_Marshal

func (m *Attribute) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Attribute) XXX_Merge

func (m *Attribute) XXX_Merge(src proto.Message)

func (*Attribute) XXX_Size

func (m *Attribute) XXX_Size() int

func (*Attribute) XXX_Unmarshal

func (m *Attribute) XXX_Unmarshal(b []byte) error

type BankKeeper

type BankKeeper interface {
	GetAllBalances(ctx sdk.Context, addr sdk.AccAddress) sdk.Coins
	//SetBalances(ctx sdk.Context, addr sdk.AccAddress, balances sdk.Coins) error
	LockedCoins(ctx sdk.Context, addr sdk.AccAddress) sdk.Coins
	MintCoins(ctx sdk.Context, moduleName string, amt sdk.Coins) error
	BurnCoins(ctx sdk.Context, moduleName string, amt sdk.Coins) error

	GetSupply(ctx sdk.Context, denom string) (supply sdk.Coin)
	GetBalance(ctx sdk.Context, addr sdk.AccAddress, denom string) sdk.Coin

	SendCoinsFromModuleToAccount(ctx sdk.Context, senderModule string, recipientAddr sdk.AccAddress, amt sdk.Coins) error
	SendCoinsFromAccountToModule(ctx sdk.Context, senderAddr sdk.AccAddress, recipientModule string, amt sdk.Coins) error
	SendCoinsFromModuleToModule(ctx sdk.Context, senderModule, recipientModule string, amt sdk.Coins) error
	SpendableCoins(ctx sdk.Context, addr sdk.AccAddress) sdk.Coins
}

BankKeeper defines the expected bank keeper (noalias)

type BaseNFT

type BaseNFT struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name     string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	URI      string `protobuf:"bytes,3,opt,name=uri,proto3" json:"uri,omitempty"`
	Data     string `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
	Owner    string `protobuf:"bytes,5,opt,name=owner,proto3" json:"owner,omitempty"`
	DidOwner string `protobuf:"bytes,6,opt,name=did_owner,json=didOwner,proto3" json:"did_owner,omitempty"`
	Price    uint64 `protobuf:"varint,7,opt,name=price,proto3" json:"price,omitempty"`
}

BaseNFT defines a non-fungible token

func NewAnconNFT

func NewAnconNFT(id, name string, owner sdk.AccAddress, uri, didOwner string, price uint64) BaseNFT

NewAnconNFT creates a new NFT instance

func NewBaseNFT

func NewBaseNFT(id, name string, owner sdk.AccAddress, uri, didOwner string) BaseNFT

NewBaseNFT creates a new NFT instance

func (*BaseNFT) Descriptor

func (*BaseNFT) Descriptor() ([]byte, []int)

func (*BaseNFT) Equal

func (this *BaseNFT) Equal(that interface{}) bool

func (BaseNFT) GetData

func (bnft BaseNFT) GetData() string

GetData return the Data of BaseNFT

func (BaseNFT) GetID

func (bnft BaseNFT) GetID() string

GetID return the id of BaseNFT

func (BaseNFT) GetName

func (bnft BaseNFT) GetName() string

GetName return the name of BaseNFT

func (BaseNFT) GetOwner

func (bnft BaseNFT) GetOwner() sdk.AccAddress

GetOwner return the owner of BaseNFT

func (BaseNFT) GetURI

func (bnft BaseNFT) GetURI() string

GetURI return the URI of BaseNFT

func (*BaseNFT) Marshal

func (m *BaseNFT) Marshal() (dAtA []byte, err error)

func (*BaseNFT) MarshalTo

func (m *BaseNFT) MarshalTo(dAtA []byte) (int, error)

func (*BaseNFT) MarshalToSizedBuffer

func (m *BaseNFT) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BaseNFT) ProtoMessage

func (*BaseNFT) ProtoMessage()

func (*BaseNFT) Reset

func (m *BaseNFT) Reset()

func (*BaseNFT) Size

func (m *BaseNFT) Size() (n int)

func (*BaseNFT) String

func (m *BaseNFT) String() string

func (*BaseNFT) Unmarshal

func (m *BaseNFT) Unmarshal(dAtA []byte) error

func (*BaseNFT) XXX_DiscardUnknown

func (m *BaseNFT) XXX_DiscardUnknown()

func (*BaseNFT) XXX_Marshal

func (m *BaseNFT) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BaseNFT) XXX_Merge

func (m *BaseNFT) XXX_Merge(src proto.Message)

func (*BaseNFT) XXX_Size

func (m *BaseNFT) XXX_Size() int

func (*BaseNFT) XXX_Unmarshal

func (m *BaseNFT) XXX_Unmarshal(b []byte) error

type Change

type Change struct {
	Identity       string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	Owner          string `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
	PreviousChange uint64 `protobuf:"varint,3,opt,name=previousChange,proto3" json:"previousChange,omitempty"`
}

func (*Change) Descriptor

func (*Change) Descriptor() ([]byte, []int)

func (*Change) GetIdentity

func (m *Change) GetIdentity() string

func (*Change) GetOwner

func (m *Change) GetOwner() string

func (*Change) GetPreviousChange

func (m *Change) GetPreviousChange() uint64

func (*Change) Marshal

func (m *Change) Marshal() (dAtA []byte, err error)

func (*Change) MarshalTo

func (m *Change) MarshalTo(dAtA []byte) (int, error)

func (*Change) MarshalToSizedBuffer

func (m *Change) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Change) ProtoMessage

func (*Change) ProtoMessage()

func (*Change) Reset

func (m *Change) Reset()

func (*Change) Size

func (m *Change) Size() (n int)

func (*Change) String

func (m *Change) String() string

func (*Change) Unmarshal

func (m *Change) Unmarshal(dAtA []byte) error

func (*Change) XXX_DiscardUnknown

func (m *Change) XXX_DiscardUnknown()

func (*Change) XXX_Marshal

func (m *Change) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Change) XXX_Merge

func (m *Change) XXX_Merge(src proto.Message)

func (*Change) XXX_Size

func (m *Change) XXX_Size() int

func (*Change) XXX_Unmarshal

func (m *Change) XXX_Unmarshal(b []byte) error

type Collection

type Collection struct {
	Denom Denom     `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom"`
	NFTs  []BaseNFT `protobuf:"bytes,2,rep,name=nfts,proto3" json:"nfts"`
}

Collection defines a type of collection

func NewCollection

func NewCollection(denom Denom, nfts []exported.NFT) (c Collection)

NewCollection creates a new NFT Collection

func NewCollections

func NewCollections(c ...Collection) []Collection

NewCollection creates a new NFT Collection

func (Collection) AddNFT

func (c Collection) AddNFT(nft BaseNFT) Collection

AddNFT adds an NFT to the collection

func (*Collection) Descriptor

func (*Collection) Descriptor() ([]byte, []int)

func (*Collection) Equal

func (this *Collection) Equal(that interface{}) bool

func (*Collection) Marshal

func (m *Collection) Marshal() (dAtA []byte, err error)

func (*Collection) MarshalTo

func (m *Collection) MarshalTo(dAtA []byte) (int, error)

func (*Collection) MarshalToSizedBuffer

func (m *Collection) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Collection) ProtoMessage

func (*Collection) ProtoMessage()

func (*Collection) Reset

func (m *Collection) Reset()

func (*Collection) Size

func (m *Collection) Size() (n int)

func (*Collection) String

func (m *Collection) String() string

func (Collection) Supply

func (c Collection) Supply() int

func (*Collection) Unmarshal

func (m *Collection) Unmarshal(dAtA []byte) error

func (*Collection) XXX_DiscardUnknown

func (m *Collection) XXX_DiscardUnknown()

func (*Collection) XXX_Marshal

func (m *Collection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Collection) XXX_Merge

func (m *Collection) XXX_Merge(src proto.Message)

func (*Collection) XXX_Size

func (m *Collection) XXX_Size() int

func (*Collection) XXX_Unmarshal

func (m *Collection) XXX_Unmarshal(b []byte) error

type DIDOwner

type DIDOwner struct {
	Identity          string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	Owner             string `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
	Cid               string `protobuf:"bytes,3,opt,name=cid,proto3" json:"cid,omitempty"`
	DidWebDeactivated bool   `protobuf:"varint,4,opt,name=did_web_deactivated,json=didWebDeactivated,proto3" json:"did_web_deactivated,omitempty"`
	VanityName        string `protobuf:"bytes,5,opt,name=vanity_name,json=vanityName,proto3" json:"vanity_name,omitempty"`
}

func (*DIDOwner) Descriptor

func (*DIDOwner) Descriptor() ([]byte, []int)

func (*DIDOwner) GetCid

func (m *DIDOwner) GetCid() string

func (*DIDOwner) GetDidWebDeactivated

func (m *DIDOwner) GetDidWebDeactivated() bool

func (*DIDOwner) GetIdentity

func (m *DIDOwner) GetIdentity() string

func (*DIDOwner) GetOwner

func (m *DIDOwner) GetOwner() string

func (*DIDOwner) GetVanityName

func (m *DIDOwner) GetVanityName() string

func (*DIDOwner) Marshal

func (m *DIDOwner) Marshal() (dAtA []byte, err error)

func (*DIDOwner) MarshalTo

func (m *DIDOwner) MarshalTo(dAtA []byte) (int, error)

func (*DIDOwner) MarshalToSizedBuffer

func (m *DIDOwner) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DIDOwner) ProtoMessage

func (*DIDOwner) ProtoMessage()

func (*DIDOwner) Reset

func (m *DIDOwner) Reset()

func (*DIDOwner) Size

func (m *DIDOwner) Size() (n int)

func (*DIDOwner) String

func (m *DIDOwner) String() string

func (*DIDOwner) Unmarshal

func (m *DIDOwner) Unmarshal(dAtA []byte) error

func (*DIDOwner) XXX_DiscardUnknown

func (m *DIDOwner) XXX_DiscardUnknown()

func (*DIDOwner) XXX_Marshal

func (m *DIDOwner) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DIDOwner) XXX_Merge

func (m *DIDOwner) XXX_Merge(src proto.Message)

func (*DIDOwner) XXX_Size

func (m *DIDOwner) XXX_Size() int

func (*DIDOwner) XXX_Unmarshal

func (m *DIDOwner) XXX_Unmarshal(b []byte) error

type DIDWebRoute

type DIDWebRoute struct {
	Name  string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Route string `protobuf:"bytes,2,opt,name=route,proto3" json:"route,omitempty"`
	Cid   string `protobuf:"bytes,3,opt,name=cid,proto3" json:"cid,omitempty"`
}

func (*DIDWebRoute) Descriptor

func (*DIDWebRoute) Descriptor() ([]byte, []int)

func (*DIDWebRoute) GetCid

func (m *DIDWebRoute) GetCid() string

func (*DIDWebRoute) GetName

func (m *DIDWebRoute) GetName() string

func (*DIDWebRoute) GetRoute

func (m *DIDWebRoute) GetRoute() string

func (*DIDWebRoute) Marshal

func (m *DIDWebRoute) Marshal() (dAtA []byte, err error)

func (*DIDWebRoute) MarshalTo

func (m *DIDWebRoute) MarshalTo(dAtA []byte) (int, error)

func (*DIDWebRoute) MarshalToSizedBuffer

func (m *DIDWebRoute) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DIDWebRoute) ProtoMessage

func (*DIDWebRoute) ProtoMessage()

func (*DIDWebRoute) Reset

func (m *DIDWebRoute) Reset()

func (*DIDWebRoute) Size

func (m *DIDWebRoute) Size() (n int)

func (*DIDWebRoute) String

func (m *DIDWebRoute) String() string

func (*DIDWebRoute) Unmarshal

func (m *DIDWebRoute) Unmarshal(dAtA []byte) error

func (*DIDWebRoute) XXX_DiscardUnknown

func (m *DIDWebRoute) XXX_DiscardUnknown()

func (*DIDWebRoute) XXX_Marshal

func (m *DIDWebRoute) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DIDWebRoute) XXX_Merge

func (m *DIDWebRoute) XXX_Merge(src proto.Message)

func (*DIDWebRoute) XXX_Size

func (m *DIDWebRoute) XXX_Size() int

func (*DIDWebRoute) XXX_Unmarshal

func (m *DIDWebRoute) XXX_Unmarshal(b []byte) error

type Delegate

type Delegate struct {
	Delegate     string `protobuf:"bytes,1,opt,name=delegate,proto3" json:"delegate,omitempty"`
	DelegateType string `protobuf:"bytes,2,opt,name=delegateType,proto3" json:"delegateType,omitempty"`
	Validity     uint64 `protobuf:"varint,3,opt,name=validity,proto3" json:"validity,omitempty"`
	Creator      string `protobuf:"bytes,4,opt,name=creator,proto3" json:"creator,omitempty"`
	Identity     string `protobuf:"bytes,5,opt,name=identity,proto3" json:"identity,omitempty"`
}

func (*Delegate) Descriptor

func (*Delegate) Descriptor() ([]byte, []int)

func (*Delegate) GetCreator

func (m *Delegate) GetCreator() string

func (*Delegate) GetDelegate

func (m *Delegate) GetDelegate() string

func (*Delegate) GetDelegateType

func (m *Delegate) GetDelegateType() string

func (*Delegate) GetIdentity

func (m *Delegate) GetIdentity() string

func (*Delegate) GetValidity

func (m *Delegate) GetValidity() uint64

func (*Delegate) Marshal

func (m *Delegate) Marshal() (dAtA []byte, err error)

func (*Delegate) MarshalTo

func (m *Delegate) MarshalTo(dAtA []byte) (int, error)

func (*Delegate) MarshalToSizedBuffer

func (m *Delegate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Delegate) ProtoMessage

func (*Delegate) ProtoMessage()

func (*Delegate) Reset

func (m *Delegate) Reset()

func (*Delegate) Size

func (m *Delegate) Size() (n int)

func (*Delegate) String

func (m *Delegate) String() string

func (*Delegate) Unmarshal

func (m *Delegate) Unmarshal(dAtA []byte) error

func (*Delegate) XXX_DiscardUnknown

func (m *Delegate) XXX_DiscardUnknown()

func (*Delegate) XXX_Marshal

func (m *Delegate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Delegate) XXX_Merge

func (m *Delegate) XXX_Merge(src proto.Message)

func (*Delegate) XXX_Size

func (m *Delegate) XXX_Size() int

func (*Delegate) XXX_Unmarshal

func (m *Delegate) XXX_Unmarshal(b []byte) error

type Denom

type Denom struct {
	Id               string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name             string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Schema           string `protobuf:"bytes,3,opt,name=schema,proto3" json:"schema,omitempty"`
	Creator          string `protobuf:"bytes,4,opt,name=creator,proto3" json:"creator,omitempty"`
	Symbol           string `protobuf:"bytes,5,opt,name=symbol,proto3" json:"symbol,omitempty"`
	MintRestricted   bool   `protobuf:"varint,6,opt,name=mint_restricted,json=mintRestricted,proto3" json:"mint_restricted,omitempty"`
	UpdateRestricted bool   `protobuf:"varint,7,opt,name=update_restricted,json=updateRestricted,proto3" json:"update_restricted,omitempty"`
}

Denom defines a type of NFT

func NewDenom

func NewDenom(id, name, schema, symbol string, creator sdk.AccAddress, mintRestricted, updateRestricted bool) Denom

NewDenom return a new denom

func (*Denom) Descriptor

func (*Denom) Descriptor() ([]byte, []int)

func (*Denom) Equal

func (this *Denom) Equal(that interface{}) bool

func (*Denom) Marshal

func (m *Denom) Marshal() (dAtA []byte, err error)

func (*Denom) MarshalTo

func (m *Denom) MarshalTo(dAtA []byte) (int, error)

func (*Denom) MarshalToSizedBuffer

func (m *Denom) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Denom) ProtoMessage

func (*Denom) ProtoMessage()

func (*Denom) Reset

func (m *Denom) Reset()

func (*Denom) Size

func (m *Denom) Size() (n int)

func (*Denom) String

func (m *Denom) String() string

func (*Denom) Unmarshal

func (m *Denom) Unmarshal(dAtA []byte) error

func (*Denom) XXX_DiscardUnknown

func (m *Denom) XXX_DiscardUnknown()

func (*Denom) XXX_Marshal

func (m *Denom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Denom) XXX_Merge

func (m *Denom) XXX_Merge(src proto.Message)

func (*Denom) XXX_Size

func (m *Denom) XXX_Size() int

func (*Denom) XXX_Unmarshal

func (m *Denom) XXX_Unmarshal(b []byte) error

type File

type File struct {
	Path        string
	Content     string
	Mode        string
	Time        uint64
	ContentType string
	Did         string
	From        string
}

type GenesisState

type GenesisState struct {
	Collections []Collection `protobuf:"bytes,1,rep,name=collections,proto3" json:"collections"`
}

GenesisState defines the anconprotocol module's genesis state.

func DefaultGenesisState

func DefaultGenesisState() *GenesisState

DefaultGenesisState gets the raw genesis message for testing

func NewGenesisState

func NewGenesisState(collections []Collection) *GenesisState

NewGenesisState constructs a new GenesisState instance

func (*GenesisState) Descriptor

func (*GenesisState) Descriptor() ([]byte, []int)

func (*GenesisState) GetCollections

func (m *GenesisState) GetCollections() []Collection

func (*GenesisState) Marshal

func (m *GenesisState) Marshal() (dAtA []byte, err error)

func (*GenesisState) MarshalTo

func (m *GenesisState) MarshalTo(dAtA []byte) (int, error)

func (*GenesisState) MarshalToSizedBuffer

func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GenesisState) ProtoMessage

func (*GenesisState) ProtoMessage()

func (*GenesisState) Reset

func (m *GenesisState) Reset()

func (*GenesisState) Size

func (m *GenesisState) Size() (n int)

func (*GenesisState) String

func (m *GenesisState) String() string

func (*GenesisState) Unmarshal

func (m *GenesisState) Unmarshal(dAtA []byte) error

func (*GenesisState) XXX_DiscardUnknown

func (m *GenesisState) XXX_DiscardUnknown()

func (*GenesisState) XXX_Marshal

func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenesisState) XXX_Merge

func (m *GenesisState) XXX_Merge(src proto.Message)

func (*GenesisState) XXX_Size

func (m *GenesisState) XXX_Size() int

func (*GenesisState) XXX_Unmarshal

func (m *GenesisState) XXX_Unmarshal(b []byte) error

type IDCollection

type IDCollection struct {
	DenomId  string   `protobuf:"bytes,1,opt,name=denom_id,json=denomId,proto3" json:"denom_id,omitempty" yaml:"denom_id"`
	TokenIds []string `protobuf:"bytes,2,rep,name=token_ids,json=tokenIds,proto3" json:"token_ids,omitempty" yaml:"token_ids"`
}

IDCollection defines a type of collection with specified ID

func NewIDCollection

func NewIDCollection(denomID string, tokenIDs []string) IDCollection

NewIDCollection creates a new IDCollection instance

func (IDCollection) AddID

func (idc IDCollection) AddID(tokenID string) IDCollection

AddID adds an tokenID to the idCollection

func (*IDCollection) Descriptor

func (*IDCollection) Descriptor() ([]byte, []int)

func (*IDCollection) Equal

func (this *IDCollection) Equal(that interface{}) bool

func (*IDCollection) Marshal

func (m *IDCollection) Marshal() (dAtA []byte, err error)

func (*IDCollection) MarshalTo

func (m *IDCollection) MarshalTo(dAtA []byte) (int, error)

func (*IDCollection) MarshalToSizedBuffer

func (m *IDCollection) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IDCollection) ProtoMessage

func (*IDCollection) ProtoMessage()

func (*IDCollection) Reset

func (m *IDCollection) Reset()

func (*IDCollection) Size

func (m *IDCollection) Size() (n int)

func (*IDCollection) String

func (m *IDCollection) String() string

func (IDCollection) Supply

func (idc IDCollection) Supply() int

Supply return the amount of the denom

func (*IDCollection) Unmarshal

func (m *IDCollection) Unmarshal(dAtA []byte) error

func (*IDCollection) XXX_DiscardUnknown

func (m *IDCollection) XXX_DiscardUnknown()

func (*IDCollection) XXX_Marshal

func (m *IDCollection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IDCollection) XXX_Merge

func (m *IDCollection) XXX_Merge(src proto.Message)

func (*IDCollection) XXX_Size

func (m *IDCollection) XXX_Size() int

func (*IDCollection) XXX_Unmarshal

func (m *IDCollection) XXX_Unmarshal(b []byte) error

type IDCollections

type IDCollections []IDCollection

---------------------------------------------------------------------------- IDCollections is an array of ID Collections

func (IDCollections) Add

func (idcs IDCollections) Add(denomID, tokenID string) IDCollections

Add adds an ID to the idCollection

func (IDCollections) String

func (idcs IDCollections) String() string

String follows stringer interface

type IPLDFileStore

type IPLDFileStore struct {
	Content     string `json:"content"`
	Path        string `json:"path"`
	ContentType string `json:"contentType"`
	Mode        string `json:"mode"`
	Time        string `json:"time"`
	Kind        string `json:"kind"`
}

type IPLDMetadataStore

type IPLDMetadataStore struct {
	Name                  string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description           string   `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Image                 string   `protobuf:"bytes,3,opt,name=image,proto3" json:"image,omitempty"`
	Owner                 string   `protobuf:"bytes,4,opt,name=owner,proto3" json:"owner,omitempty"`
	Parent                string   `protobuf:"bytes,5,opt,name=parent,proto3" json:"parent,omitempty"`
	Sources               []string `protobuf:"bytes,6,opt,name=sources,proto3" json:"sources,omitempty"`
	Links                 []string `protobuf:"bytes,7,opt,name=links,proto3" json:"links,omitempty"`
	VerifiedCredentialRef string   `` /* 126-byte string literal not displayed */
	Did                   string   `protobuf:"bytes,9,opt,name=did,proto3" json:"did,omitempty"`
	Kind                  string   `protobuf:"bytes,10,opt,name=kind,proto3" json:"kind,omitempty"`
}

type InitiateSwapWithProofResponse

type InitiateSwapWithProofResponse struct {
	TokenID string
}

type JSONArrayOfString

type JSONArrayOfString struct {
	Items []string
}

type Metadata

type Metadata struct {
	Creator               string
	Name                  string
	Description           string
	Image                 string
	Owner                 string
	Parent                string
	Sources               []string
	Links                 []string
	VerifiedCredentialRef string
	Did                   string
	From                  string
}

type MsgBurnNFT

type MsgBurnNFT struct {
	Id      string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	DenomId string `protobuf:"bytes,2,opt,name=denom_id,json=denomId,proto3" json:"denom_id,omitempty" yaml:"denom_id"`
	Sender  string `protobuf:"bytes,3,opt,name=sender,proto3" json:"sender,omitempty"`
}

MsgBurnNFT defines an SDK message for burning a NFT.

func NewMsgBurnNFT

func NewMsgBurnNFT(sender, tokenID, denomID string) *MsgBurnNFT

NewMsgBurnNFT is a constructor function for MsgBurnNFT

func (*MsgBurnNFT) Descriptor

func (*MsgBurnNFT) Descriptor() ([]byte, []int)

func (*MsgBurnNFT) Equal

func (this *MsgBurnNFT) Equal(that interface{}) bool

func (*MsgBurnNFT) GetDenomId

func (m *MsgBurnNFT) GetDenomId() string

func (*MsgBurnNFT) GetId

func (m *MsgBurnNFT) GetId() string

func (*MsgBurnNFT) GetSender

func (m *MsgBurnNFT) GetSender() string

func (MsgBurnNFT) GetSignBytes

func (msg MsgBurnNFT) GetSignBytes() []byte

GetSignBytes Implements Msg.

func (MsgBurnNFT) GetSigners

func (msg MsgBurnNFT) GetSigners() []sdk.AccAddress

GetSigners Implements Msg.

func (*MsgBurnNFT) Marshal

func (m *MsgBurnNFT) Marshal() (dAtA []byte, err error)

func (*MsgBurnNFT) MarshalTo

func (m *MsgBurnNFT) MarshalTo(dAtA []byte) (int, error)

func (*MsgBurnNFT) MarshalToSizedBuffer

func (m *MsgBurnNFT) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgBurnNFT) ProtoMessage

func (*MsgBurnNFT) ProtoMessage()

func (*MsgBurnNFT) Reset

func (m *MsgBurnNFT) Reset()

func (MsgBurnNFT) Route

func (msg MsgBurnNFT) Route() string

Route Implements Msg

func (*MsgBurnNFT) Size

func (m *MsgBurnNFT) Size() (n int)

func (*MsgBurnNFT) String

func (m *MsgBurnNFT) String() string

func (MsgBurnNFT) Type

func (msg MsgBurnNFT) Type() string

Type Implements Msg

func (*MsgBurnNFT) Unmarshal

func (m *MsgBurnNFT) Unmarshal(dAtA []byte) error

func (MsgBurnNFT) ValidateBasic

func (msg MsgBurnNFT) ValidateBasic() error

ValidateBasic Implements Msg.

func (*MsgBurnNFT) XXX_DiscardUnknown

func (m *MsgBurnNFT) XXX_DiscardUnknown()

func (*MsgBurnNFT) XXX_Marshal

func (m *MsgBurnNFT) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgBurnNFT) XXX_Merge

func (m *MsgBurnNFT) XXX_Merge(src proto.Message)

func (*MsgBurnNFT) XXX_Size

func (m *MsgBurnNFT) XXX_Size() int

func (*MsgBurnNFT) XXX_Unmarshal

func (m *MsgBurnNFT) XXX_Unmarshal(b []byte) error

type MsgBurnNFTResponse

type MsgBurnNFTResponse struct {
}

MsgBurnNFTResponse defines the Msg/BurnNFT response type.

func (*MsgBurnNFTResponse) Descriptor

func (*MsgBurnNFTResponse) Descriptor() ([]byte, []int)

func (*MsgBurnNFTResponse) Marshal

func (m *MsgBurnNFTResponse) Marshal() (dAtA []byte, err error)

func (*MsgBurnNFTResponse) MarshalTo

func (m *MsgBurnNFTResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgBurnNFTResponse) MarshalToSizedBuffer

func (m *MsgBurnNFTResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgBurnNFTResponse) ProtoMessage

func (*MsgBurnNFTResponse) ProtoMessage()

func (*MsgBurnNFTResponse) Reset

func (m *MsgBurnNFTResponse) Reset()

func (*MsgBurnNFTResponse) Size

func (m *MsgBurnNFTResponse) Size() (n int)

func (*MsgBurnNFTResponse) String

func (m *MsgBurnNFTResponse) String() string

func (*MsgBurnNFTResponse) Unmarshal

func (m *MsgBurnNFTResponse) Unmarshal(dAtA []byte) error

func (*MsgBurnNFTResponse) XXX_DiscardUnknown

func (m *MsgBurnNFTResponse) XXX_DiscardUnknown()

func (*MsgBurnNFTResponse) XXX_Marshal

func (m *MsgBurnNFTResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgBurnNFTResponse) XXX_Merge

func (m *MsgBurnNFTResponse) XXX_Merge(src proto.Message)

func (*MsgBurnNFTResponse) XXX_Size

func (m *MsgBurnNFTResponse) XXX_Size() int

func (*MsgBurnNFTResponse) XXX_Unmarshal

func (m *MsgBurnNFTResponse) XXX_Unmarshal(b []byte) error

type MsgChangeOwner

type MsgChangeOwner struct {
	Creator  string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Identity string `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity,omitempty"`
	NewOwner string `protobuf:"bytes,3,opt,name=newOwner,proto3" json:"newOwner,omitempty"`
}

func NewMsgChangeOwner

func NewMsgChangeOwner(creator string) *MsgChangeOwner

func (*MsgChangeOwner) Descriptor

func (*MsgChangeOwner) Descriptor() ([]byte, []int)

func (*MsgChangeOwner) GetSignBytes

func (msg *MsgChangeOwner) GetSignBytes() []byte

func (*MsgChangeOwner) GetSigners

func (msg *MsgChangeOwner) GetSigners() []sdk.AccAddress

func (*MsgChangeOwner) Marshal

func (m *MsgChangeOwner) Marshal() (dAtA []byte, err error)

func (*MsgChangeOwner) MarshalTo

func (m *MsgChangeOwner) MarshalTo(dAtA []byte) (int, error)

func (*MsgChangeOwner) MarshalToSizedBuffer

func (m *MsgChangeOwner) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgChangeOwner) ProtoMessage

func (*MsgChangeOwner) ProtoMessage()

func (*MsgChangeOwner) Reset

func (m *MsgChangeOwner) Reset()

func (*MsgChangeOwner) Route

func (msg *MsgChangeOwner) Route() string

func (*MsgChangeOwner) Size

func (m *MsgChangeOwner) Size() (n int)

func (*MsgChangeOwner) String

func (m *MsgChangeOwner) String() string

func (*MsgChangeOwner) Type

func (msg *MsgChangeOwner) Type() string

func (*MsgChangeOwner) Unmarshal

func (m *MsgChangeOwner) Unmarshal(dAtA []byte) error

func (*MsgChangeOwner) ValidateBasic

func (msg *MsgChangeOwner) ValidateBasic() error

func (*MsgChangeOwner) XXX_DiscardUnknown

func (m *MsgChangeOwner) XXX_DiscardUnknown()

func (*MsgChangeOwner) XXX_Marshal

func (m *MsgChangeOwner) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgChangeOwner) XXX_Merge

func (m *MsgChangeOwner) XXX_Merge(src proto.Message)

func (*MsgChangeOwner) XXX_Size

func (m *MsgChangeOwner) XXX_Size() int

func (*MsgChangeOwner) XXX_Unmarshal

func (m *MsgChangeOwner) XXX_Unmarshal(b []byte) error

type MsgChangeOwnerResponse

type MsgChangeOwnerResponse struct {
	Identity       string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	Owner          string `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
	PreviousChange uint64 `protobuf:"varint,3,opt,name=previousChange,proto3" json:"previousChange,omitempty"`
}

func (*MsgChangeOwnerResponse) Descriptor

func (*MsgChangeOwnerResponse) Descriptor() ([]byte, []int)

func (*MsgChangeOwnerResponse) Marshal

func (m *MsgChangeOwnerResponse) Marshal() (dAtA []byte, err error)

func (*MsgChangeOwnerResponse) MarshalTo

func (m *MsgChangeOwnerResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgChangeOwnerResponse) MarshalToSizedBuffer

func (m *MsgChangeOwnerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgChangeOwnerResponse) ProtoMessage

func (*MsgChangeOwnerResponse) ProtoMessage()

func (*MsgChangeOwnerResponse) Reset

func (m *MsgChangeOwnerResponse) Reset()

func (*MsgChangeOwnerResponse) Size

func (m *MsgChangeOwnerResponse) Size() (n int)

func (*MsgChangeOwnerResponse) String

func (m *MsgChangeOwnerResponse) String() string

func (*MsgChangeOwnerResponse) Unmarshal

func (m *MsgChangeOwnerResponse) Unmarshal(dAtA []byte) error

func (*MsgChangeOwnerResponse) XXX_DiscardUnknown

func (m *MsgChangeOwnerResponse) XXX_DiscardUnknown()

func (*MsgChangeOwnerResponse) XXX_Marshal

func (m *MsgChangeOwnerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgChangeOwnerResponse) XXX_Merge

func (m *MsgChangeOwnerResponse) XXX_Merge(src proto.Message)

func (*MsgChangeOwnerResponse) XXX_Size

func (m *MsgChangeOwnerResponse) XXX_Size() int

func (*MsgChangeOwnerResponse) XXX_Unmarshal

func (m *MsgChangeOwnerResponse) XXX_Unmarshal(b []byte) error

type MsgClaimSwap

type MsgClaimSwap struct {
	Creator  string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Did      string `protobuf:"bytes,2,opt,name=did,proto3" json:"did,omitempty"`
	Metadata string `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Cid      string `protobuf:"bytes,4,opt,name=cid,proto3" json:"cid,omitempty"`
}

func (*MsgClaimSwap) Descriptor

func (*MsgClaimSwap) Descriptor() ([]byte, []int)

func (*MsgClaimSwap) GetCid

func (m *MsgClaimSwap) GetCid() string

func (*MsgClaimSwap) GetCreator

func (m *MsgClaimSwap) GetCreator() string

func (*MsgClaimSwap) GetDid

func (m *MsgClaimSwap) GetDid() string

func (*MsgClaimSwap) GetMetadata

func (m *MsgClaimSwap) GetMetadata() string

func (*MsgClaimSwap) Marshal

func (m *MsgClaimSwap) Marshal() (dAtA []byte, err error)

func (*MsgClaimSwap) MarshalTo

func (m *MsgClaimSwap) MarshalTo(dAtA []byte) (int, error)

func (*MsgClaimSwap) MarshalToSizedBuffer

func (m *MsgClaimSwap) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgClaimSwap) ProtoMessage

func (*MsgClaimSwap) ProtoMessage()

func (*MsgClaimSwap) Reset

func (m *MsgClaimSwap) Reset()

func (*MsgClaimSwap) Size

func (m *MsgClaimSwap) Size() (n int)

func (*MsgClaimSwap) String

func (m *MsgClaimSwap) String() string

func (*MsgClaimSwap) Unmarshal

func (m *MsgClaimSwap) Unmarshal(dAtA []byte) error

func (*MsgClaimSwap) XXX_DiscardUnknown

func (m *MsgClaimSwap) XXX_DiscardUnknown()

func (*MsgClaimSwap) XXX_Marshal

func (m *MsgClaimSwap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgClaimSwap) XXX_Merge

func (m *MsgClaimSwap) XXX_Merge(src proto.Message)

func (*MsgClaimSwap) XXX_Size

func (m *MsgClaimSwap) XXX_Size() int

func (*MsgClaimSwap) XXX_Unmarshal

func (m *MsgClaimSwap) XXX_Unmarshal(b []byte) error

type MsgClaimSwapResponse

type MsgClaimSwapResponse struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*MsgClaimSwapResponse) Descriptor

func (*MsgClaimSwapResponse) Descriptor() ([]byte, []int)

func (*MsgClaimSwapResponse) GetId

func (m *MsgClaimSwapResponse) GetId() uint64

func (*MsgClaimSwapResponse) Marshal

func (m *MsgClaimSwapResponse) Marshal() (dAtA []byte, err error)

func (*MsgClaimSwapResponse) MarshalTo

func (m *MsgClaimSwapResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgClaimSwapResponse) MarshalToSizedBuffer

func (m *MsgClaimSwapResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgClaimSwapResponse) ProtoMessage

func (*MsgClaimSwapResponse) ProtoMessage()

func (*MsgClaimSwapResponse) Reset

func (m *MsgClaimSwapResponse) Reset()

func (*MsgClaimSwapResponse) Size

func (m *MsgClaimSwapResponse) Size() (n int)

func (*MsgClaimSwapResponse) String

func (m *MsgClaimSwapResponse) String() string

func (*MsgClaimSwapResponse) Unmarshal

func (m *MsgClaimSwapResponse) Unmarshal(dAtA []byte) error

func (*MsgClaimSwapResponse) XXX_DiscardUnknown

func (m *MsgClaimSwapResponse) XXX_DiscardUnknown()

func (*MsgClaimSwapResponse) XXX_Marshal

func (m *MsgClaimSwapResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgClaimSwapResponse) XXX_Merge

func (m *MsgClaimSwapResponse) XXX_Merge(src proto.Message)

func (*MsgClaimSwapResponse) XXX_Size

func (m *MsgClaimSwapResponse) XXX_Size() int

func (*MsgClaimSwapResponse) XXX_Unmarshal

func (m *MsgClaimSwapResponse) XXX_Unmarshal(b []byte) error

type MsgClient

type MsgClient interface {
	// Send cross chain message
	SendMetadataOwnership(ctx context.Context, in *MsgSendMetadataOwnership, opts ...grpc.CallOption) (*MsgSendMetadataOwnershipResponse, error)
	// CreateDid
	CreateDid(ctx context.Context, in *MsgCreateDid, opts ...grpc.CallOption) (*MsgCreateDidResponse, error)
	// UpdateDid
	UpdateDid(ctx context.Context, in *MsgUpdateDid, opts ...grpc.CallOption) (*MsgUpdateDidResponse, error)
	// RevokeDid
	RevokeDid(ctx context.Context, in *MsgRevokeDid, opts ...grpc.CallOption) (*MsgRevokeDidResponse, error)
	// RoyaltyInfo defines a metadata CID royalty info
	RoyaltyInfo(ctx context.Context, in *MsgRoyaltyInfo, opts ...grpc.CallOption) (*MsgRoyaltyInfoResponse, error)
	// ChangeOwer TODO
	ChangeOwner(ctx context.Context, in *MsgChangeOwner, opts ...grpc.CallOption) (*MsgChangeOwnerResponse, error)
	//  rpc ValidDelegate(MsgValidDelegate) returns (MsgValidDelegateResponse);
	// RevokeDelegate TODO
	RevokeDelegate(ctx context.Context, in *MsgRevokeDelegate, opts ...grpc.CallOption) (*MsgRevokeDelegateResponse, error)
	// GrantDelegate TODO
	GrantDelegate(ctx context.Context, in *MsgGrantDelegate, opts ...grpc.CallOption) (*MsgGrantDelegateResponse, error)
	// GrantAttribute TODO
	GrantAttribute(ctx context.Context, in *MsgGrantAttribute, opts ...grpc.CallOption) (*MsgGrantAttributeResponse, error)
	// RevokeAttribute TODO
	RevokeAttribute(ctx context.Context, in *MsgRevokeAttribute, opts ...grpc.CallOption) (*MsgRevokeAttributeResponse, error)
	// Metadata TODO
	Metadata(ctx context.Context, in *MsgMetadata, opts ...grpc.CallOption) (*MsgMetadataResponse, error)
	// IssueDenom defines a method for issue a denom.
	IssueDenom(ctx context.Context, in *MsgIssueDenom, opts ...grpc.CallOption) (*MsgIssueDenomResponse, error)
	// MintNFT defines a method for mint a new nft
	MintNFT(ctx context.Context, in *MsgMintNFT, opts ...grpc.CallOption) (*MsgMintNFTResponse, error)
	// EditNFT defines a method for editing a nft.
	EditNFT(ctx context.Context, in *MsgEditNFT, opts ...grpc.CallOption) (*MsgEditNFTResponse, error)
	// TransferNFT defines a method for transferring a nft.
	TransferNFT(ctx context.Context, in *MsgTransferNFT, opts ...grpc.CallOption) (*MsgTransferNFTResponse, error)
	// BurnNFT defines a method for burning a nft.
	BurnNFT(ctx context.Context, in *MsgBurnNFT, opts ...grpc.CallOption) (*MsgBurnNFTResponse, error)
	// TransferDenom defines a method for transferring a denom.
	TransferDenom(ctx context.Context, in *MsgTransferDenom, opts ...grpc.CallOption) (*MsgTransferDenomResponse, error)
	// MintTrustedContent defines a method for minting a content.
	MintTrustedContent(ctx context.Context, in *MsgMintTrustedContent, opts ...grpc.CallOption) (*MsgMintTrustedContentResponse, error)
	// MintTrustedResource defines a method for minting a resource.
	MintTrustedResource(ctx context.Context, in *MsgMintTrustedResource, opts ...grpc.CallOption) (*MsgMintTrustedResourceResponse, error)
	//Create ancon metadata
	UpdateMetadataOwnership(ctx context.Context, in *MsgUpdateMetadataOwnership, opts ...grpc.CallOption) (*MsgUpdateMetadataOwnershipResponse, error)
}

MsgClient is the client API for Msg service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewMsgClient

func NewMsgClient(cc grpc1.ClientConn) MsgClient

type MsgCreateDIDOwner

type MsgCreateDIDOwner struct {
	Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Owner   string `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
	DidKey  string `protobuf:"bytes,3,opt,name=did_key,json=didKey,proto3" json:"did_key,omitempty"`
	DidWeb  string `protobuf:"bytes,4,opt,name=did_web,json=didWeb,proto3" json:"did_web,omitempty"`
}

func (*MsgCreateDIDOwner) Descriptor

func (*MsgCreateDIDOwner) Descriptor() ([]byte, []int)

func (*MsgCreateDIDOwner) Marshal

func (m *MsgCreateDIDOwner) Marshal() (dAtA []byte, err error)

func (*MsgCreateDIDOwner) MarshalTo

func (m *MsgCreateDIDOwner) MarshalTo(dAtA []byte) (int, error)

func (*MsgCreateDIDOwner) MarshalToSizedBuffer

func (m *MsgCreateDIDOwner) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgCreateDIDOwner) ProtoMessage

func (*MsgCreateDIDOwner) ProtoMessage()

func (*MsgCreateDIDOwner) Reset

func (m *MsgCreateDIDOwner) Reset()

func (*MsgCreateDIDOwner) Size

func (m *MsgCreateDIDOwner) Size() (n int)

func (*MsgCreateDIDOwner) String

func (m *MsgCreateDIDOwner) String() string

func (*MsgCreateDIDOwner) Unmarshal

func (m *MsgCreateDIDOwner) Unmarshal(dAtA []byte) error

func (*MsgCreateDIDOwner) XXX_DiscardUnknown

func (m *MsgCreateDIDOwner) XXX_DiscardUnknown()

func (*MsgCreateDIDOwner) XXX_Marshal

func (m *MsgCreateDIDOwner) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgCreateDIDOwner) XXX_Merge

func (m *MsgCreateDIDOwner) XXX_Merge(src proto.Message)

func (*MsgCreateDIDOwner) XXX_Size

func (m *MsgCreateDIDOwner) XXX_Size() int

func (*MsgCreateDIDOwner) XXX_Unmarshal

func (m *MsgCreateDIDOwner) XXX_Unmarshal(b []byte) error

type MsgCreateDIDOwnerResponse

type MsgCreateDIDOwnerResponse struct {
}

func (*MsgCreateDIDOwnerResponse) Descriptor

func (*MsgCreateDIDOwnerResponse) Descriptor() ([]byte, []int)

func (*MsgCreateDIDOwnerResponse) Marshal

func (m *MsgCreateDIDOwnerResponse) Marshal() (dAtA []byte, err error)

func (*MsgCreateDIDOwnerResponse) MarshalTo

func (m *MsgCreateDIDOwnerResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgCreateDIDOwnerResponse) MarshalToSizedBuffer

func (m *MsgCreateDIDOwnerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgCreateDIDOwnerResponse) ProtoMessage

func (*MsgCreateDIDOwnerResponse) ProtoMessage()

func (*MsgCreateDIDOwnerResponse) Reset

func (m *MsgCreateDIDOwnerResponse) Reset()

func (*MsgCreateDIDOwnerResponse) Size

func (m *MsgCreateDIDOwnerResponse) Size() (n int)

func (*MsgCreateDIDOwnerResponse) String

func (m *MsgCreateDIDOwnerResponse) String() string

func (*MsgCreateDIDOwnerResponse) Unmarshal

func (m *MsgCreateDIDOwnerResponse) Unmarshal(dAtA []byte) error

func (*MsgCreateDIDOwnerResponse) XXX_DiscardUnknown

func (m *MsgCreateDIDOwnerResponse) XXX_DiscardUnknown()

func (*MsgCreateDIDOwnerResponse) XXX_Marshal

func (m *MsgCreateDIDOwnerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgCreateDIDOwnerResponse) XXX_Merge

func (m *MsgCreateDIDOwnerResponse) XXX_Merge(src proto.Message)

func (*MsgCreateDIDOwnerResponse) XXX_Size

func (m *MsgCreateDIDOwnerResponse) XXX_Size() int

func (*MsgCreateDIDOwnerResponse) XXX_Unmarshal

func (m *MsgCreateDIDOwnerResponse) XXX_Unmarshal(b []byte) error

type MsgCreateDid

type MsgCreateDid struct {
	Creator    string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	VanityName string `protobuf:"bytes,2,opt,name=vanity_name,json=vanityName,proto3" json:"vanity_name,omitempty"`
	DidType    string `protobuf:"bytes,3,opt,name=did_type,json=didType,proto3" json:"did_type,omitempty"`
}

https://github.com/hyperledger/aries-framework-go/blob/5e24fee3adbaf5a462c8951f0e92cada81cd288b/pkg/doc/did/doc_test.go#L1164

func NewMsgCreateDid

func NewMsgCreateDid(creator string) *MsgCreateDid

func (*MsgCreateDid) Descriptor

func (*MsgCreateDid) Descriptor() ([]byte, []int)

func (*MsgCreateDid) GetCreator

func (m *MsgCreateDid) GetCreator() string

func (*MsgCreateDid) GetDidType

func (m *MsgCreateDid) GetDidType() string

func (*MsgCreateDid) GetSignBytes

func (msg *MsgCreateDid) GetSignBytes() []byte

func (*MsgCreateDid) GetSigners

func (msg *MsgCreateDid) GetSigners() []sdk.AccAddress

func (*MsgCreateDid) GetVanityName

func (m *MsgCreateDid) GetVanityName() string

func (*MsgCreateDid) Marshal

func (m *MsgCreateDid) Marshal() (dAtA []byte, err error)

func (*MsgCreateDid) MarshalTo

func (m *MsgCreateDid) MarshalTo(dAtA []byte) (int, error)

func (*MsgCreateDid) MarshalToSizedBuffer

func (m *MsgCreateDid) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgCreateDid) ProtoMessage

func (*MsgCreateDid) ProtoMessage()

func (*MsgCreateDid) Reset

func (m *MsgCreateDid) Reset()

func (*MsgCreateDid) Route

func (msg *MsgCreateDid) Route() string

func (*MsgCreateDid) Size

func (m *MsgCreateDid) Size() (n int)

func (*MsgCreateDid) String

func (m *MsgCreateDid) String() string

func (*MsgCreateDid) Type

func (msg *MsgCreateDid) Type() string

func (*MsgCreateDid) Unmarshal

func (m *MsgCreateDid) Unmarshal(dAtA []byte) error

func (*MsgCreateDid) ValidateBasic

func (msg *MsgCreateDid) ValidateBasic() error

func (*MsgCreateDid) XXX_DiscardUnknown

func (m *MsgCreateDid) XXX_DiscardUnknown()

func (*MsgCreateDid) XXX_Marshal

func (m *MsgCreateDid) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgCreateDid) XXX_Merge

func (m *MsgCreateDid) XXX_Merge(src proto.Message)

func (*MsgCreateDid) XXX_Size

func (m *MsgCreateDid) XXX_Size() int

func (*MsgCreateDid) XXX_Unmarshal

func (m *MsgCreateDid) XXX_Unmarshal(b []byte) error

type MsgCreateDidResponse

type MsgCreateDidResponse struct {
	Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
	Did string `protobuf:"bytes,2,opt,name=did,proto3" json:"did,omitempty"`
}

func (*MsgCreateDidResponse) Descriptor

func (*MsgCreateDidResponse) Descriptor() ([]byte, []int)

func (*MsgCreateDidResponse) GetCid

func (m *MsgCreateDidResponse) GetCid() string

func (*MsgCreateDidResponse) GetDid

func (m *MsgCreateDidResponse) GetDid() string

func (*MsgCreateDidResponse) Marshal

func (m *MsgCreateDidResponse) Marshal() (dAtA []byte, err error)

func (*MsgCreateDidResponse) MarshalTo

func (m *MsgCreateDidResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgCreateDidResponse) MarshalToSizedBuffer

func (m *MsgCreateDidResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgCreateDidResponse) ProtoMessage

func (*MsgCreateDidResponse) ProtoMessage()

func (*MsgCreateDidResponse) Reset

func (m *MsgCreateDidResponse) Reset()

func (*MsgCreateDidResponse) Size

func (m *MsgCreateDidResponse) Size() (n int)

func (*MsgCreateDidResponse) String

func (m *MsgCreateDidResponse) String() string

func (*MsgCreateDidResponse) Unmarshal

func (m *MsgCreateDidResponse) Unmarshal(dAtA []byte) error

func (*MsgCreateDidResponse) XXX_DiscardUnknown

func (m *MsgCreateDidResponse) XXX_DiscardUnknown()

func (*MsgCreateDidResponse) XXX_Marshal

func (m *MsgCreateDidResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgCreateDidResponse) XXX_Merge

func (m *MsgCreateDidResponse) XXX_Merge(src proto.Message)

func (*MsgCreateDidResponse) XXX_Size

func (m *MsgCreateDidResponse) XXX_Size() int

func (*MsgCreateDidResponse) XXX_Unmarshal

func (m *MsgCreateDidResponse) XXX_Unmarshal(b []byte) error

type MsgEditNFT

type MsgEditNFT struct {
	Id      string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	DenomId string `protobuf:"bytes,2,opt,name=denom_id,json=denomId,proto3" json:"denom_id,omitempty" yaml:"denom_id"`
	Name    string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	URI     string `protobuf:"bytes,4,opt,name=uri,proto3" json:"uri,omitempty"`
	Data    string `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	Sender  string `protobuf:"bytes,6,opt,name=sender,proto3" json:"sender,omitempty"`
}

MsgEditNFT defines an SDK message for editing a nft.

func NewMsgEditNFT

func NewMsgEditNFT(
	tokenID, denomID, tokenName, tokenURI, tokenData, sender string,
) *MsgEditNFT

NewMsgEditNFT is a constructor function for MsgSetName

func (*MsgEditNFT) Descriptor

func (*MsgEditNFT) Descriptor() ([]byte, []int)

func (*MsgEditNFT) Equal

func (this *MsgEditNFT) Equal(that interface{}) bool

func (*MsgEditNFT) GetData

func (m *MsgEditNFT) GetData() string

func (*MsgEditNFT) GetDenomId

func (m *MsgEditNFT) GetDenomId() string

func (*MsgEditNFT) GetId

func (m *MsgEditNFT) GetId() string

func (*MsgEditNFT) GetName

func (m *MsgEditNFT) GetName() string

func (*MsgEditNFT) GetSender

func (m *MsgEditNFT) GetSender() string

func (MsgEditNFT) GetSignBytes

func (msg MsgEditNFT) GetSignBytes() []byte

GetSignBytes Implements Msg.

func (MsgEditNFT) GetSigners

func (msg MsgEditNFT) GetSigners() []sdk.AccAddress

GetSigners Implements Msg.

func (*MsgEditNFT) GetURI

func (m *MsgEditNFT) GetURI() string

func (*MsgEditNFT) Marshal

func (m *MsgEditNFT) Marshal() (dAtA []byte, err error)

func (*MsgEditNFT) MarshalTo

func (m *MsgEditNFT) MarshalTo(dAtA []byte) (int, error)

func (*MsgEditNFT) MarshalToSizedBuffer

func (m *MsgEditNFT) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgEditNFT) ProtoMessage

func (*MsgEditNFT) ProtoMessage()

func (*MsgEditNFT) Reset

func (m *MsgEditNFT) Reset()

func (MsgEditNFT) Route

func (msg MsgEditNFT) Route() string

Route Implements Msg

func (*MsgEditNFT) Size

func (m *MsgEditNFT) Size() (n int)

func (*MsgEditNFT) String

func (m *MsgEditNFT) String() string

func (MsgEditNFT) Type

func (msg MsgEditNFT) Type() string

Type Implements Msg

func (*MsgEditNFT) Unmarshal

func (m *MsgEditNFT) Unmarshal(dAtA []byte) error

func (MsgEditNFT) ValidateBasic

func (msg MsgEditNFT) ValidateBasic() error

ValidateBasic Implements Msg.

func (*MsgEditNFT) XXX_DiscardUnknown

func (m *MsgEditNFT) XXX_DiscardUnknown()

func (*MsgEditNFT) XXX_Marshal

func (m *MsgEditNFT) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgEditNFT) XXX_Merge

func (m *MsgEditNFT) XXX_Merge(src proto.Message)

func (*MsgEditNFT) XXX_Size

func (m *MsgEditNFT) XXX_Size() int

func (*MsgEditNFT) XXX_Unmarshal

func (m *MsgEditNFT) XXX_Unmarshal(b []byte) error

type MsgEditNFTResponse

type MsgEditNFTResponse struct {
}

MsgEditNFTResponse defines the Msg/EditNFT response type.

func (*MsgEditNFTResponse) Descriptor

func (*MsgEditNFTResponse) Descriptor() ([]byte, []int)

func (*MsgEditNFTResponse) Marshal

func (m *MsgEditNFTResponse) Marshal() (dAtA []byte, err error)

func (*MsgEditNFTResponse) MarshalTo

func (m *MsgEditNFTResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgEditNFTResponse) MarshalToSizedBuffer

func (m *MsgEditNFTResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgEditNFTResponse) ProtoMessage

func (*MsgEditNFTResponse) ProtoMessage()

func (*MsgEditNFTResponse) Reset

func (m *MsgEditNFTResponse) Reset()

func (*MsgEditNFTResponse) Size

func (m *MsgEditNFTResponse) Size() (n int)

func (*MsgEditNFTResponse) String

func (m *MsgEditNFTResponse) String() string

func (*MsgEditNFTResponse) Unmarshal

func (m *MsgEditNFTResponse) Unmarshal(dAtA []byte) error

func (*MsgEditNFTResponse) XXX_DiscardUnknown

func (m *MsgEditNFTResponse) XXX_DiscardUnknown()

func (*MsgEditNFTResponse) XXX_Marshal

func (m *MsgEditNFTResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgEditNFTResponse) XXX_Merge

func (m *MsgEditNFTResponse) XXX_Merge(src proto.Message)

func (*MsgEditNFTResponse) XXX_Size

func (m *MsgEditNFTResponse) XXX_Size() int

func (*MsgEditNFTResponse) XXX_Unmarshal

func (m *MsgEditNFTResponse) XXX_Unmarshal(b []byte) error

type MsgFile

type MsgFile struct {
	Creator     string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Path        string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	Content     string `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	Mode        string `protobuf:"bytes,4,opt,name=mode,proto3" json:"mode,omitempty"`
	Time        string `protobuf:"bytes,5,opt,name=time,proto3" json:"time,omitempty"`
	ContentType string `protobuf:"bytes,6,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	Did         string `protobuf:"bytes,7,opt,name=did,proto3" json:"did,omitempty"`
	From        string `protobuf:"bytes,8,opt,name=from,proto3" json:"from,omitempty"`
}

func NewMsgFile

func NewMsgFile(creator string, path string, content string, mode string, time string, content_type string, did string, from string) *MsgFile

func (*MsgFile) Descriptor

func (*MsgFile) Descriptor() ([]byte, []int)

func (*MsgFile) GetContent

func (m *MsgFile) GetContent() string

func (*MsgFile) GetContentType

func (m *MsgFile) GetContentType() string

func (*MsgFile) GetCreator

func (m *MsgFile) GetCreator() string

func (*MsgFile) GetDid

func (m *MsgFile) GetDid() string

func (*MsgFile) GetFrom

func (m *MsgFile) GetFrom() string

func (*MsgFile) GetMode

func (m *MsgFile) GetMode() string

func (*MsgFile) GetPath

func (m *MsgFile) GetPath() string

func (*MsgFile) GetSignBytes

func (msg *MsgFile) GetSignBytes() []byte

func (*MsgFile) GetSigners

func (msg *MsgFile) GetSigners() []sdk.AccAddress

func (*MsgFile) GetTime

func (m *MsgFile) GetTime() string

func (*MsgFile) Marshal

func (m *MsgFile) Marshal() (dAtA []byte, err error)

func (*MsgFile) MarshalTo

func (m *MsgFile) MarshalTo(dAtA []byte) (int, error)

func (*MsgFile) MarshalToSizedBuffer

func (m *MsgFile) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgFile) ProtoMessage

func (*MsgFile) ProtoMessage()

func (*MsgFile) Reset

func (m *MsgFile) Reset()

func (*MsgFile) Route

func (msg *MsgFile) Route() string

func (*MsgFile) Size

func (m *MsgFile) Size() (n int)

func (*MsgFile) String

func (m *MsgFile) String() string

func (*MsgFile) Type

func (msg *MsgFile) Type() string

func (*MsgFile) Unmarshal

func (m *MsgFile) Unmarshal(dAtA []byte) error

func (*MsgFile) ValidateBasic

func (msg *MsgFile) ValidateBasic() error

func (*MsgFile) XXX_DiscardUnknown

func (m *MsgFile) XXX_DiscardUnknown()

func (*MsgFile) XXX_Marshal

func (m *MsgFile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgFile) XXX_Merge

func (m *MsgFile) XXX_Merge(src proto.Message)

func (*MsgFile) XXX_Size

func (m *MsgFile) XXX_Size() int

func (*MsgFile) XXX_Unmarshal

func (m *MsgFile) XXX_Unmarshal(b []byte) error

type MsgFileMetadataResponse

type MsgFileMetadataResponse struct {
	Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
}

func (*MsgFileMetadataResponse) Descriptor

func (*MsgFileMetadataResponse) Descriptor() ([]byte, []int)

func (*MsgFileMetadataResponse) Marshal

func (m *MsgFileMetadataResponse) Marshal() (dAtA []byte, err error)

func (*MsgFileMetadataResponse) MarshalTo

func (m *MsgFileMetadataResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgFileMetadataResponse) MarshalToSizedBuffer

func (m *MsgFileMetadataResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgFileMetadataResponse) ProtoMessage

func (*MsgFileMetadataResponse) ProtoMessage()

func (*MsgFileMetadataResponse) Reset

func (m *MsgFileMetadataResponse) Reset()

func (*MsgFileMetadataResponse) Size

func (m *MsgFileMetadataResponse) Size() (n int)

func (*MsgFileMetadataResponse) String

func (m *MsgFileMetadataResponse) String() string

func (*MsgFileMetadataResponse) Unmarshal

func (m *MsgFileMetadataResponse) Unmarshal(dAtA []byte) error

func (*MsgFileMetadataResponse) XXX_DiscardUnknown

func (m *MsgFileMetadataResponse) XXX_DiscardUnknown()

func (*MsgFileMetadataResponse) XXX_Marshal

func (m *MsgFileMetadataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgFileMetadataResponse) XXX_Merge

func (m *MsgFileMetadataResponse) XXX_Merge(src proto.Message)

func (*MsgFileMetadataResponse) XXX_Size

func (m *MsgFileMetadataResponse) XXX_Size() int

func (*MsgFileMetadataResponse) XXX_Unmarshal

func (m *MsgFileMetadataResponse) XXX_Unmarshal(b []byte) error

type MsgFileResponse

type MsgFileResponse struct {
	Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
}

func (*MsgFileResponse) Descriptor

func (*MsgFileResponse) Descriptor() ([]byte, []int)

func (*MsgFileResponse) GetHash

func (m *MsgFileResponse) GetHash() string

func (*MsgFileResponse) Marshal

func (m *MsgFileResponse) Marshal() (dAtA []byte, err error)

func (*MsgFileResponse) MarshalTo

func (m *MsgFileResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgFileResponse) MarshalToSizedBuffer

func (m *MsgFileResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgFileResponse) ProtoMessage

func (*MsgFileResponse) ProtoMessage()

func (*MsgFileResponse) Reset

func (m *MsgFileResponse) Reset()

func (*MsgFileResponse) Size

func (m *MsgFileResponse) Size() (n int)

func (*MsgFileResponse) String

func (m *MsgFileResponse) String() string

func (*MsgFileResponse) Unmarshal

func (m *MsgFileResponse) Unmarshal(dAtA []byte) error

func (*MsgFileResponse) XXX_DiscardUnknown

func (m *MsgFileResponse) XXX_DiscardUnknown()

func (*MsgFileResponse) XXX_Marshal

func (m *MsgFileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgFileResponse) XXX_Merge

func (m *MsgFileResponse) XXX_Merge(src proto.Message)

func (*MsgFileResponse) XXX_Size

func (m *MsgFileResponse) XXX_Size() int

func (*MsgFileResponse) XXX_Unmarshal

func (m *MsgFileResponse) XXX_Unmarshal(b []byte) error

type MsgGrantAttribute

type MsgGrantAttribute struct {
	Identity string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	Actor    string `protobuf:"bytes,2,opt,name=actor,proto3" json:"actor,omitempty"`
	Name     []byte `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Value    []byte `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	Creator  string `protobuf:"bytes,5,opt,name=creator,proto3" json:"creator,omitempty"`
	Validity uint64 `protobuf:"varint,6,opt,name=validity,proto3" json:"validity,omitempty"`
}

func NewMsgSetAttribute

func NewMsgSetAttribute(creator string) *MsgGrantAttribute

func (*MsgGrantAttribute) Descriptor

func (*MsgGrantAttribute) Descriptor() ([]byte, []int)

func (*MsgGrantAttribute) GetSignBytes

func (msg *MsgGrantAttribute) GetSignBytes() []byte

func (*MsgGrantAttribute) GetSigners

func (msg *MsgGrantAttribute) GetSigners() []sdk.AccAddress

func (*MsgGrantAttribute) Marshal

func (m *MsgGrantAttribute) Marshal() (dAtA []byte, err error)

func (*MsgGrantAttribute) MarshalTo

func (m *MsgGrantAttribute) MarshalTo(dAtA []byte) (int, error)

func (*MsgGrantAttribute) MarshalToSizedBuffer

func (m *MsgGrantAttribute) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgGrantAttribute) ProtoMessage

func (*MsgGrantAttribute) ProtoMessage()

func (*MsgGrantAttribute) Reset

func (m *MsgGrantAttribute) Reset()

func (*MsgGrantAttribute) Route

func (msg *MsgGrantAttribute) Route() string

func (*MsgGrantAttribute) Size

func (m *MsgGrantAttribute) Size() (n int)

func (*MsgGrantAttribute) String

func (m *MsgGrantAttribute) String() string

func (*MsgGrantAttribute) Type

func (msg *MsgGrantAttribute) Type() string

func (*MsgGrantAttribute) Unmarshal

func (m *MsgGrantAttribute) Unmarshal(dAtA []byte) error

func (*MsgGrantAttribute) ValidateBasic

func (msg *MsgGrantAttribute) ValidateBasic() error

func (*MsgGrantAttribute) XXX_DiscardUnknown

func (m *MsgGrantAttribute) XXX_DiscardUnknown()

func (*MsgGrantAttribute) XXX_Marshal

func (m *MsgGrantAttribute) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgGrantAttribute) XXX_Merge

func (m *MsgGrantAttribute) XXX_Merge(src proto.Message)

func (*MsgGrantAttribute) XXX_Size

func (m *MsgGrantAttribute) XXX_Size() int

func (*MsgGrantAttribute) XXX_Unmarshal

func (m *MsgGrantAttribute) XXX_Unmarshal(b []byte) error

type MsgGrantAttributeResponse

type MsgGrantAttributeResponse struct {
	Ok bool `protobuf:"varint,1,opt,name=ok,proto3" json:"ok,omitempty"`
}

func (*MsgGrantAttributeResponse) Descriptor

func (*MsgGrantAttributeResponse) Descriptor() ([]byte, []int)

func (*MsgGrantAttributeResponse) Marshal

func (m *MsgGrantAttributeResponse) Marshal() (dAtA []byte, err error)

func (*MsgGrantAttributeResponse) MarshalTo

func (m *MsgGrantAttributeResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgGrantAttributeResponse) MarshalToSizedBuffer

func (m *MsgGrantAttributeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgGrantAttributeResponse) ProtoMessage

func (*MsgGrantAttributeResponse) ProtoMessage()

func (*MsgGrantAttributeResponse) Reset

func (m *MsgGrantAttributeResponse) Reset()

func (*MsgGrantAttributeResponse) Size

func (m *MsgGrantAttributeResponse) Size() (n int)

func (*MsgGrantAttributeResponse) String

func (m *MsgGrantAttributeResponse) String() string

func (*MsgGrantAttributeResponse) Unmarshal

func (m *MsgGrantAttributeResponse) Unmarshal(dAtA []byte) error

func (*MsgGrantAttributeResponse) XXX_DiscardUnknown

func (m *MsgGrantAttributeResponse) XXX_DiscardUnknown()

func (*MsgGrantAttributeResponse) XXX_Marshal

func (m *MsgGrantAttributeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgGrantAttributeResponse) XXX_Merge

func (m *MsgGrantAttributeResponse) XXX_Merge(src proto.Message)

func (*MsgGrantAttributeResponse) XXX_Size

func (m *MsgGrantAttributeResponse) XXX_Size() int

func (*MsgGrantAttributeResponse) XXX_Unmarshal

func (m *MsgGrantAttributeResponse) XXX_Unmarshal(b []byte) error

type MsgGrantDelegate

type MsgGrantDelegate struct {
	Delegate     string `protobuf:"bytes,1,opt,name=delegate,proto3" json:"delegate,omitempty"`
	DelegateType string `protobuf:"bytes,2,opt,name=delegateType,proto3" json:"delegateType,omitempty"`
	Validity     uint64 `protobuf:"varint,3,opt,name=validity,proto3" json:"validity,omitempty"`
	Creator      string `protobuf:"bytes,4,opt,name=creator,proto3" json:"creator,omitempty"`
	Identity     string `protobuf:"bytes,5,opt,name=identity,proto3" json:"identity,omitempty"`
}

func NewMsgGrantDelegate

func NewMsgGrantDelegate(creator string) *MsgGrantDelegate

func (*MsgGrantDelegate) Descriptor

func (*MsgGrantDelegate) Descriptor() ([]byte, []int)

func (*MsgGrantDelegate) GetSignBytes

func (msg *MsgGrantDelegate) GetSignBytes() []byte

func (*MsgGrantDelegate) GetSigners

func (msg *MsgGrantDelegate) GetSigners() []sdk.AccAddress

func (*MsgGrantDelegate) Marshal

func (m *MsgGrantDelegate) Marshal() (dAtA []byte, err error)

func (*MsgGrantDelegate) MarshalTo

func (m *MsgGrantDelegate) MarshalTo(dAtA []byte) (int, error)

func (*MsgGrantDelegate) MarshalToSizedBuffer

func (m *MsgGrantDelegate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgGrantDelegate) ProtoMessage

func (*MsgGrantDelegate) ProtoMessage()

func (*MsgGrantDelegate) Reset

func (m *MsgGrantDelegate) Reset()

func (*MsgGrantDelegate) Route

func (msg *MsgGrantDelegate) Route() string

func (*MsgGrantDelegate) Size

func (m *MsgGrantDelegate) Size() (n int)

func (*MsgGrantDelegate) String

func (m *MsgGrantDelegate) String() string

func (*MsgGrantDelegate) Type

func (msg *MsgGrantDelegate) Type() string

func (*MsgGrantDelegate) Unmarshal

func (m *MsgGrantDelegate) Unmarshal(dAtA []byte) error

func (*MsgGrantDelegate) ValidateBasic

func (msg *MsgGrantDelegate) ValidateBasic() error

func (*MsgGrantDelegate) XXX_DiscardUnknown

func (m *MsgGrantDelegate) XXX_DiscardUnknown()

func (*MsgGrantDelegate) XXX_Marshal

func (m *MsgGrantDelegate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgGrantDelegate) XXX_Merge

func (m *MsgGrantDelegate) XXX_Merge(src proto.Message)

func (*MsgGrantDelegate) XXX_Size

func (m *MsgGrantDelegate) XXX_Size() int

func (*MsgGrantDelegate) XXX_Unmarshal

func (m *MsgGrantDelegate) XXX_Unmarshal(b []byte) error

type MsgGrantDelegateResponse

type MsgGrantDelegateResponse struct {
	Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
}

func (*MsgGrantDelegateResponse) Descriptor

func (*MsgGrantDelegateResponse) Descriptor() ([]byte, []int)

func (*MsgGrantDelegateResponse) Marshal

func (m *MsgGrantDelegateResponse) Marshal() (dAtA []byte, err error)

func (*MsgGrantDelegateResponse) MarshalTo

func (m *MsgGrantDelegateResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgGrantDelegateResponse) MarshalToSizedBuffer

func (m *MsgGrantDelegateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgGrantDelegateResponse) ProtoMessage

func (*MsgGrantDelegateResponse) ProtoMessage()

func (*MsgGrantDelegateResponse) Reset

func (m *MsgGrantDelegateResponse) Reset()

func (*MsgGrantDelegateResponse) Size

func (m *MsgGrantDelegateResponse) Size() (n int)

func (*MsgGrantDelegateResponse) String

func (m *MsgGrantDelegateResponse) String() string

func (*MsgGrantDelegateResponse) Unmarshal

func (m *MsgGrantDelegateResponse) Unmarshal(dAtA []byte) error

func (*MsgGrantDelegateResponse) XXX_DiscardUnknown

func (m *MsgGrantDelegateResponse) XXX_DiscardUnknown()

func (*MsgGrantDelegateResponse) XXX_Marshal

func (m *MsgGrantDelegateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgGrantDelegateResponse) XXX_Merge

func (m *MsgGrantDelegateResponse) XXX_Merge(src proto.Message)

func (*MsgGrantDelegateResponse) XXX_Size

func (m *MsgGrantDelegateResponse) XXX_Size() int

func (*MsgGrantDelegateResponse) XXX_Unmarshal

func (m *MsgGrantDelegateResponse) XXX_Unmarshal(b []byte) error

type MsgInitiateSwap

type MsgInitiateSwap struct {
	Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
}

func (*MsgInitiateSwap) Descriptor

func (*MsgInitiateSwap) Descriptor() ([]byte, []int)

func (*MsgInitiateSwap) GetCreator

func (m *MsgInitiateSwap) GetCreator() string

func (*MsgInitiateSwap) Marshal

func (m *MsgInitiateSwap) Marshal() (dAtA []byte, err error)

func (*MsgInitiateSwap) MarshalTo

func (m *MsgInitiateSwap) MarshalTo(dAtA []byte) (int, error)

func (*MsgInitiateSwap) MarshalToSizedBuffer

func (m *MsgInitiateSwap) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgInitiateSwap) ProtoMessage

func (*MsgInitiateSwap) ProtoMessage()

func (*MsgInitiateSwap) Reset

func (m *MsgInitiateSwap) Reset()

func (*MsgInitiateSwap) Size

func (m *MsgInitiateSwap) Size() (n int)

func (*MsgInitiateSwap) String

func (m *MsgInitiateSwap) String() string

func (*MsgInitiateSwap) Unmarshal

func (m *MsgInitiateSwap) Unmarshal(dAtA []byte) error

func (*MsgInitiateSwap) XXX_DiscardUnknown

func (m *MsgInitiateSwap) XXX_DiscardUnknown()

func (*MsgInitiateSwap) XXX_Marshal

func (m *MsgInitiateSwap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgInitiateSwap) XXX_Merge

func (m *MsgInitiateSwap) XXX_Merge(src proto.Message)

func (*MsgInitiateSwap) XXX_Size

func (m *MsgInitiateSwap) XXX_Size() int

func (*MsgInitiateSwap) XXX_Unmarshal

func (m *MsgInitiateSwap) XXX_Unmarshal(b []byte) error

type MsgInitiateSwapResponse

type MsgInitiateSwapResponse struct {
	RelayTo uint64 `protobuf:"varint,1,opt,name=relayTo,proto3" json:"relayTo,omitempty"`
	Voucher string `protobuf:"bytes,2,opt,name=voucher,proto3" json:"voucher,omitempty"`
	Key     string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
}

func (*MsgInitiateSwapResponse) Descriptor

func (*MsgInitiateSwapResponse) Descriptor() ([]byte, []int)

func (*MsgInitiateSwapResponse) GetKey

func (m *MsgInitiateSwapResponse) GetKey() string

func (*MsgInitiateSwapResponse) GetRelayTo

func (m *MsgInitiateSwapResponse) GetRelayTo() uint64

func (*MsgInitiateSwapResponse) GetVoucher

func (m *MsgInitiateSwapResponse) GetVoucher() string

func (*MsgInitiateSwapResponse) Marshal

func (m *MsgInitiateSwapResponse) Marshal() (dAtA []byte, err error)

func (*MsgInitiateSwapResponse) MarshalTo

func (m *MsgInitiateSwapResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgInitiateSwapResponse) MarshalToSizedBuffer

func (m *MsgInitiateSwapResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgInitiateSwapResponse) ProtoMessage

func (*MsgInitiateSwapResponse) ProtoMessage()

func (*MsgInitiateSwapResponse) Reset

func (m *MsgInitiateSwapResponse) Reset()

func (*MsgInitiateSwapResponse) Size

func (m *MsgInitiateSwapResponse) Size() (n int)

func (*MsgInitiateSwapResponse) String

func (m *MsgInitiateSwapResponse) String() string

func (*MsgInitiateSwapResponse) Unmarshal

func (m *MsgInitiateSwapResponse) Unmarshal(dAtA []byte) error

func (*MsgInitiateSwapResponse) XXX_DiscardUnknown

func (m *MsgInitiateSwapResponse) XXX_DiscardUnknown()

func (*MsgInitiateSwapResponse) XXX_Marshal

func (m *MsgInitiateSwapResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgInitiateSwapResponse) XXX_Merge

func (m *MsgInitiateSwapResponse) XXX_Merge(src proto.Message)

func (*MsgInitiateSwapResponse) XXX_Size

func (m *MsgInitiateSwapResponse) XXX_Size() int

func (*MsgInitiateSwapResponse) XXX_Unmarshal

func (m *MsgInitiateSwapResponse) XXX_Unmarshal(b []byte) error

type MsgIssueDenom

type MsgIssueDenom struct {
	Id               string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name             string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Schema           string `protobuf:"bytes,3,opt,name=schema,proto3" json:"schema,omitempty"`
	Sender           string `protobuf:"bytes,4,opt,name=sender,proto3" json:"sender,omitempty"`
	Symbol           string `protobuf:"bytes,5,opt,name=symbol,proto3" json:"symbol,omitempty"`
	MintRestricted   bool   `protobuf:"varint,6,opt,name=mint_restricted,json=mintRestricted,proto3" json:"mint_restricted,omitempty"`
	UpdateRestricted bool   `protobuf:"varint,7,opt,name=update_restricted,json=updateRestricted,proto3" json:"update_restricted,omitempty"`
}

MsgIssueDenom defines an SDK message for creating a new denom.

func NewMsgIssueDenom

func NewMsgIssueDenom(denomID, denomName, schema, sender, symbol string, mintRestricted, updateRestricted bool) *MsgIssueDenom

NewMsgIssueDenom is a constructor function for MsgSetName

func (*MsgIssueDenom) Descriptor

func (*MsgIssueDenom) Descriptor() ([]byte, []int)

func (*MsgIssueDenom) Equal

func (this *MsgIssueDenom) Equal(that interface{}) bool

func (*MsgIssueDenom) GetId

func (m *MsgIssueDenom) GetId() string

func (*MsgIssueDenom) GetMintRestricted

func (m *MsgIssueDenom) GetMintRestricted() bool

func (*MsgIssueDenom) GetName

func (m *MsgIssueDenom) GetName() string

func (*MsgIssueDenom) GetSchema

func (m *MsgIssueDenom) GetSchema() string

func (*MsgIssueDenom) GetSender

func (m *MsgIssueDenom) GetSender() string

func (MsgIssueDenom) GetSignBytes

func (msg MsgIssueDenom) GetSignBytes() []byte

GetSignBytes Implements Msg.

func (MsgIssueDenom) GetSigners

func (msg MsgIssueDenom) GetSigners() []sdk.AccAddress

GetSigners Implements Msg.

func (*MsgIssueDenom) GetSymbol

func (m *MsgIssueDenom) GetSymbol() string

func (*MsgIssueDenom) GetUpdateRestricted

func (m *MsgIssueDenom) GetUpdateRestricted() bool

func (*MsgIssueDenom) Marshal

func (m *MsgIssueDenom) Marshal() (dAtA []byte, err error)

func (*MsgIssueDenom) MarshalTo

func (m *MsgIssueDenom) MarshalTo(dAtA []byte) (int, error)

func (*MsgIssueDenom) MarshalToSizedBuffer

func (m *MsgIssueDenom) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgIssueDenom) ProtoMessage

func (*MsgIssueDenom) ProtoMessage()

func (*MsgIssueDenom) Reset

func (m *MsgIssueDenom) Reset()

func (MsgIssueDenom) Route

func (msg MsgIssueDenom) Route() string

Route Implements Msg

func (*MsgIssueDenom) Size

func (m *MsgIssueDenom) Size() (n int)

func (*MsgIssueDenom) String

func (m *MsgIssueDenom) String() string

func (MsgIssueDenom) Type

func (msg MsgIssueDenom) Type() string

Type Implements Msg

func (*MsgIssueDenom) Unmarshal

func (m *MsgIssueDenom) Unmarshal(dAtA []byte) error

func (MsgIssueDenom) ValidateBasic

func (msg MsgIssueDenom) ValidateBasic() error

ValidateBasic Implements Msg.

func (*MsgIssueDenom) XXX_DiscardUnknown

func (m *MsgIssueDenom) XXX_DiscardUnknown()

func (*MsgIssueDenom) XXX_Marshal

func (m *MsgIssueDenom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgIssueDenom) XXX_Merge

func (m *MsgIssueDenom) XXX_Merge(src proto.Message)

func (*MsgIssueDenom) XXX_Size

func (m *MsgIssueDenom) XXX_Size() int

func (*MsgIssueDenom) XXX_Unmarshal

func (m *MsgIssueDenom) XXX_Unmarshal(b []byte) error

type MsgIssueDenomResponse

type MsgIssueDenomResponse struct {
}

MsgIssueDenomResponse defines the Msg/IssueDenom response type.

func (*MsgIssueDenomResponse) Descriptor

func (*MsgIssueDenomResponse) Descriptor() ([]byte, []int)

func (*MsgIssueDenomResponse) Marshal

func (m *MsgIssueDenomResponse) Marshal() (dAtA []byte, err error)

func (*MsgIssueDenomResponse) MarshalTo

func (m *MsgIssueDenomResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgIssueDenomResponse) MarshalToSizedBuffer

func (m *MsgIssueDenomResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgIssueDenomResponse) ProtoMessage

func (*MsgIssueDenomResponse) ProtoMessage()

func (*MsgIssueDenomResponse) Reset

func (m *MsgIssueDenomResponse) Reset()

func (*MsgIssueDenomResponse) Size

func (m *MsgIssueDenomResponse) Size() (n int)

func (*MsgIssueDenomResponse) String

func (m *MsgIssueDenomResponse) String() string

func (*MsgIssueDenomResponse) Unmarshal

func (m *MsgIssueDenomResponse) Unmarshal(dAtA []byte) error

func (*MsgIssueDenomResponse) XXX_DiscardUnknown

func (m *MsgIssueDenomResponse) XXX_DiscardUnknown()

func (*MsgIssueDenomResponse) XXX_Marshal

func (m *MsgIssueDenomResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgIssueDenomResponse) XXX_Merge

func (m *MsgIssueDenomResponse) XXX_Merge(src proto.Message)

func (*MsgIssueDenomResponse) XXX_Size

func (m *MsgIssueDenomResponse) XXX_Size() int

func (*MsgIssueDenomResponse) XXX_Unmarshal

func (m *MsgIssueDenomResponse) XXX_Unmarshal(b []byte) error

type MsgMetadata

type MsgMetadata struct {
	Creator               string   `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Name                  string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description           string   `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Image                 string   `protobuf:"bytes,4,opt,name=image,proto3" json:"image,omitempty"`
	Owner                 string   `protobuf:"bytes,5,opt,name=owner,proto3" json:"owner,omitempty"`
	Parent                string   `protobuf:"bytes,6,opt,name=parent,proto3" json:"parent,omitempty"`
	AdditionalSources     []string `protobuf:"bytes,7,rep,name=additional_sources,json=additionalSources,proto3" json:"additional_sources,omitempty"`
	Links                 []string `protobuf:"bytes,8,rep,name=links,proto3" json:"links,omitempty"`
	VerifiedCredentialRef string   `` /* 126-byte string literal not displayed */
	Did                   string   `protobuf:"bytes,10,opt,name=did,proto3" json:"did,omitempty"`
	From                  string   `protobuf:"bytes,11,opt,name=from,proto3" json:"from,omitempty"`
	// ipld forest access
	EnableIpldForestAccess bool `` /* 133-byte string literal not displayed */
	// fact metadata
	FactRef string `protobuf:"bytes,13,opt,name=fact_ref,json=factRef,proto3" json:"fact_ref,omitempty"`
}

func NewMsgMetadata

func NewMsgMetadata(creator, name, description, image, owner, parent string,
	sources, links []string, verified_credential_ref, did, from string) *MsgMetadata

func (*MsgMetadata) Descriptor

func (*MsgMetadata) Descriptor() ([]byte, []int)

func (*MsgMetadata) GetAdditionalSources

func (m *MsgMetadata) GetAdditionalSources() []string

func (*MsgMetadata) GetCreator

func (m *MsgMetadata) GetCreator() string

func (*MsgMetadata) GetDescription

func (m *MsgMetadata) GetDescription() string

func (*MsgMetadata) GetDid

func (m *MsgMetadata) GetDid() string

func (*MsgMetadata) GetEnableIpldForestAccess

func (m *MsgMetadata) GetEnableIpldForestAccess() bool

func (*MsgMetadata) GetFactRef

func (m *MsgMetadata) GetFactRef() string

func (*MsgMetadata) GetFrom

func (m *MsgMetadata) GetFrom() string

func (*MsgMetadata) GetImage

func (m *MsgMetadata) GetImage() string
func (m *MsgMetadata) GetLinks() []string

func (*MsgMetadata) GetName

func (m *MsgMetadata) GetName() string

func (*MsgMetadata) GetOwner

func (m *MsgMetadata) GetOwner() string

func (*MsgMetadata) GetParent

func (m *MsgMetadata) GetParent() string

func (*MsgMetadata) GetSignBytes

func (msg *MsgMetadata) GetSignBytes() []byte

func (*MsgMetadata) GetSigners

func (msg *MsgMetadata) GetSigners() []sdk.AccAddress

func (*MsgMetadata) GetVerifiedCredentialRef

func (m *MsgMetadata) GetVerifiedCredentialRef() string

func (*MsgMetadata) Marshal

func (m *MsgMetadata) Marshal() (dAtA []byte, err error)

func (*MsgMetadata) MarshalTo

func (m *MsgMetadata) MarshalTo(dAtA []byte) (int, error)

func (*MsgMetadata) MarshalToSizedBuffer

func (m *MsgMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgMetadata) ProtoMessage

func (*MsgMetadata) ProtoMessage()

func (*MsgMetadata) Reset

func (m *MsgMetadata) Reset()

func (*MsgMetadata) Route

func (msg *MsgMetadata) Route() string

func (*MsgMetadata) Size

func (m *MsgMetadata) Size() (n int)

func (*MsgMetadata) String

func (m *MsgMetadata) String() string

func (*MsgMetadata) Type

func (msg *MsgMetadata) Type() string

func (*MsgMetadata) Unmarshal

func (m *MsgMetadata) Unmarshal(dAtA []byte) error

func (*MsgMetadata) ValidateBasic

func (msg *MsgMetadata) ValidateBasic() error

func (*MsgMetadata) XXX_DiscardUnknown

func (m *MsgMetadata) XXX_DiscardUnknown()

func (*MsgMetadata) XXX_Marshal

func (m *MsgMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgMetadata) XXX_Merge

func (m *MsgMetadata) XXX_Merge(src proto.Message)

func (*MsgMetadata) XXX_Size

func (m *MsgMetadata) XXX_Size() int

func (*MsgMetadata) XXX_Unmarshal

func (m *MsgMetadata) XXX_Unmarshal(b []byte) error

type MsgMetadataResponse

type MsgMetadataResponse struct {
	Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
}

func (*MsgMetadataResponse) Descriptor

func (*MsgMetadataResponse) Descriptor() ([]byte, []int)

func (*MsgMetadataResponse) GetCid

func (m *MsgMetadataResponse) GetCid() string

func (*MsgMetadataResponse) Marshal

func (m *MsgMetadataResponse) Marshal() (dAtA []byte, err error)

func (*MsgMetadataResponse) MarshalTo

func (m *MsgMetadataResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgMetadataResponse) MarshalToSizedBuffer

func (m *MsgMetadataResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgMetadataResponse) ProtoMessage

func (*MsgMetadataResponse) ProtoMessage()

func (*MsgMetadataResponse) Reset

func (m *MsgMetadataResponse) Reset()

func (*MsgMetadataResponse) Size

func (m *MsgMetadataResponse) Size() (n int)

func (*MsgMetadataResponse) String

func (m *MsgMetadataResponse) String() string

func (*MsgMetadataResponse) Unmarshal

func (m *MsgMetadataResponse) Unmarshal(dAtA []byte) error

func (*MsgMetadataResponse) XXX_DiscardUnknown

func (m *MsgMetadataResponse) XXX_DiscardUnknown()

func (*MsgMetadataResponse) XXX_Marshal

func (m *MsgMetadataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgMetadataResponse) XXX_Merge

func (m *MsgMetadataResponse) XXX_Merge(src proto.Message)

func (*MsgMetadataResponse) XXX_Size

func (m *MsgMetadataResponse) XXX_Size() int

func (*MsgMetadataResponse) XXX_Unmarshal

func (m *MsgMetadataResponse) XXX_Unmarshal(b []byte) error

type MsgMintNFT

type MsgMintNFT struct {
	Id        string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	DenomId   string `protobuf:"bytes,2,opt,name=denom_id,json=denomId,proto3" json:"denom_id,omitempty" yaml:"denom_id"`
	Name      string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	URI       string `protobuf:"bytes,4,opt,name=uri,proto3" json:"uri,omitempty"`
	Data      string `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	Sender    string `protobuf:"bytes,6,opt,name=sender,proto3" json:"sender,omitempty"`
	Recipient string `protobuf:"bytes,7,opt,name=recipient,proto3" json:"recipient,omitempty"`
}

MsgMintNFT defines an SDK message for creating a new NFT.

func NewMsgMintNFT

func NewMsgMintNFT(
	tokenID, denomID, tokenName, tokenURI, tokenData, sender, recipient string,
) *MsgMintNFT

NewMsgMintNFT is a constructor function for MsgMintNFT

func (*MsgMintNFT) Descriptor

func (*MsgMintNFT) Descriptor() ([]byte, []int)

func (*MsgMintNFT) Equal

func (this *MsgMintNFT) Equal(that interface{}) bool

func (*MsgMintNFT) GetData

func (m *MsgMintNFT) GetData() string

func (*MsgMintNFT) GetDenomId

func (m *MsgMintNFT) GetDenomId() string

func (*MsgMintNFT) GetId

func (m *MsgMintNFT) GetId() string

func (*MsgMintNFT) GetName

func (m *MsgMintNFT) GetName() string

func (*MsgMintNFT) GetRecipient

func (m *MsgMintNFT) GetRecipient() string

func (*MsgMintNFT) GetSender

func (m *MsgMintNFT) GetSender() string

func (MsgMintNFT) GetSignBytes

func (msg MsgMintNFT) GetSignBytes() []byte

GetSignBytes Implements Msg.

func (MsgMintNFT) GetSigners

func (msg MsgMintNFT) GetSigners() []sdk.AccAddress

GetSigners Implements Msg.

func (*MsgMintNFT) GetURI

func (m *MsgMintNFT) GetURI() string

func (*MsgMintNFT) Marshal

func (m *MsgMintNFT) Marshal() (dAtA []byte, err error)

func (*MsgMintNFT) MarshalTo

func (m *MsgMintNFT) MarshalTo(dAtA []byte) (int, error)

func (*MsgMintNFT) MarshalToSizedBuffer

func (m *MsgMintNFT) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgMintNFT) ProtoMessage

func (*MsgMintNFT) ProtoMessage()

func (*MsgMintNFT) Reset

func (m *MsgMintNFT) Reset()

func (MsgMintNFT) Route

func (msg MsgMintNFT) Route() string

Route Implements Msg

func (*MsgMintNFT) Size

func (m *MsgMintNFT) Size() (n int)

func (*MsgMintNFT) String

func (m *MsgMintNFT) String() string

func (MsgMintNFT) Type

func (msg MsgMintNFT) Type() string

Type Implements Msg

func (*MsgMintNFT) Unmarshal

func (m *MsgMintNFT) Unmarshal(dAtA []byte) error

func (MsgMintNFT) ValidateBasic

func (msg MsgMintNFT) ValidateBasic() error

ValidateBasic Implements Msg.

func (*MsgMintNFT) XXX_DiscardUnknown

func (m *MsgMintNFT) XXX_DiscardUnknown()

func (*MsgMintNFT) XXX_Marshal

func (m *MsgMintNFT) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgMintNFT) XXX_Merge

func (m *MsgMintNFT) XXX_Merge(src proto.Message)

func (*MsgMintNFT) XXX_Size

func (m *MsgMintNFT) XXX_Size() int

func (*MsgMintNFT) XXX_Unmarshal

func (m *MsgMintNFT) XXX_Unmarshal(b []byte) error

type MsgMintNFTResponse

type MsgMintNFTResponse struct {
}

MsgMintNFTResponse defines the Msg/MintNFT response type.

func (*MsgMintNFTResponse) Descriptor

func (*MsgMintNFTResponse) Descriptor() ([]byte, []int)

func (*MsgMintNFTResponse) Marshal

func (m *MsgMintNFTResponse) Marshal() (dAtA []byte, err error)

func (*MsgMintNFTResponse) MarshalTo

func (m *MsgMintNFTResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgMintNFTResponse) MarshalToSizedBuffer

func (m *MsgMintNFTResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgMintNFTResponse) ProtoMessage

func (*MsgMintNFTResponse) ProtoMessage()

func (*MsgMintNFTResponse) Reset

func (m *MsgMintNFTResponse) Reset()

func (*MsgMintNFTResponse) Size

func (m *MsgMintNFTResponse) Size() (n int)

func (*MsgMintNFTResponse) String

func (m *MsgMintNFTResponse) String() string

func (*MsgMintNFTResponse) Unmarshal

func (m *MsgMintNFTResponse) Unmarshal(dAtA []byte) error

func (*MsgMintNFTResponse) XXX_DiscardUnknown

func (m *MsgMintNFTResponse) XXX_DiscardUnknown()

func (*MsgMintNFTResponse) XXX_Marshal

func (m *MsgMintNFTResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgMintNFTResponse) XXX_Merge

func (m *MsgMintNFTResponse) XXX_Merge(src proto.Message)

func (*MsgMintNFTResponse) XXX_Size

func (m *MsgMintNFTResponse) XXX_Size() int

func (*MsgMintNFTResponse) XXX_Unmarshal

func (m *MsgMintNFTResponse) XXX_Unmarshal(b []byte) error

type MsgMintSwap

type MsgMintSwap struct {
	Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	// metadata
	MetadataRef string `protobuf:"bytes,2,opt,name=metadata_ref,json=metadataRef,proto3" json:"metadata_ref,omitempty"`
	// denom id
	DenomId string `protobuf:"bytes,3,opt,name=denom_id,json=denomId,proto3" json:"denom_id,omitempty" yaml:"denom_id"`
	// nft name
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// recipient
	Recipient string `protobuf:"bytes,5,opt,name=recipient,proto3" json:"recipient,omitempty"`
	// did owner
	DidOwner           string `protobuf:"bytes,6,opt,name=did_owner,json=didOwner,proto3" json:"did_owner,omitempty"`
	DestinationDenomId string `protobuf:"bytes,7,opt,name=destination_denom_id,json=destinationDenomId,proto3" json:"destination_denom_id,omitempty"`
	Price              uint64 `protobuf:"varint,8,opt,name=price,proto3" json:"price,omitempty"`
	R                  string `protobuf:"bytes,9,opt,name=r,proto3" json:"r,omitempty"`
	S                  string `protobuf:"bytes,10,opt,name=s,proto3" json:"s,omitempty"`
	V                  uint64 `protobuf:"varint,11,opt,name=v,proto3" json:"v,omitempty"`
}

func (*MsgMintSwap) Descriptor

func (*MsgMintSwap) Descriptor() ([]byte, []int)

func (*MsgMintSwap) GetCreator

func (m *MsgMintSwap) GetCreator() string

func (*MsgMintSwap) GetDenomId

func (m *MsgMintSwap) GetDenomId() string

func (*MsgMintSwap) GetDestinationDenomId

func (m *MsgMintSwap) GetDestinationDenomId() string

func (*MsgMintSwap) GetDidOwner

func (m *MsgMintSwap) GetDidOwner() string

func (*MsgMintSwap) GetMetadataRef

func (m *MsgMintSwap) GetMetadataRef() string

func (*MsgMintSwap) GetName

func (m *MsgMintSwap) GetName() string

func (*MsgMintSwap) GetPrice

func (m *MsgMintSwap) GetPrice() uint64

func (*MsgMintSwap) GetR

func (m *MsgMintSwap) GetR() string

func (*MsgMintSwap) GetRecipient

func (m *MsgMintSwap) GetRecipient() string

func (*MsgMintSwap) GetS

func (m *MsgMintSwap) GetS() string

func (*MsgMintSwap) GetV

func (m *MsgMintSwap) GetV() uint64

func (*MsgMintSwap) Marshal

func (m *MsgMintSwap) Marshal() (dAtA []byte, err error)

func (*MsgMintSwap) MarshalTo

func (m *MsgMintSwap) MarshalTo(dAtA []byte) (int, error)

func (*MsgMintSwap) MarshalToSizedBuffer

func (m *MsgMintSwap) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgMintSwap) ProtoMessage

func (*MsgMintSwap) ProtoMessage()

func (*MsgMintSwap) Reset

func (m *MsgMintSwap) Reset()

func (*MsgMintSwap) Size

func (m *MsgMintSwap) Size() (n int)

func (*MsgMintSwap) String

func (m *MsgMintSwap) String() string

func (*MsgMintSwap) Unmarshal

func (m *MsgMintSwap) Unmarshal(dAtA []byte) error

func (*MsgMintSwap) XXX_DiscardUnknown

func (m *MsgMintSwap) XXX_DiscardUnknown()

func (*MsgMintSwap) XXX_Marshal

func (m *MsgMintSwap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgMintSwap) XXX_Merge

func (m *MsgMintSwap) XXX_Merge(src proto.Message)

func (*MsgMintSwap) XXX_Size

func (m *MsgMintSwap) XXX_Size() int

func (*MsgMintSwap) XXX_Unmarshal

func (m *MsgMintSwap) XXX_Unmarshal(b []byte) error

type MsgMintSwapResponse

type MsgMintSwapResponse struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*MsgMintSwapResponse) Descriptor

func (*MsgMintSwapResponse) Descriptor() ([]byte, []int)

func (*MsgMintSwapResponse) GetId

func (m *MsgMintSwapResponse) GetId() uint64

func (*MsgMintSwapResponse) Marshal

func (m *MsgMintSwapResponse) Marshal() (dAtA []byte, err error)

func (*MsgMintSwapResponse) MarshalTo

func (m *MsgMintSwapResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgMintSwapResponse) MarshalToSizedBuffer

func (m *MsgMintSwapResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgMintSwapResponse) ProtoMessage

func (*MsgMintSwapResponse) ProtoMessage()

func (*MsgMintSwapResponse) Reset

func (m *MsgMintSwapResponse) Reset()

func (*MsgMintSwapResponse) Size

func (m *MsgMintSwapResponse) Size() (n int)

func (*MsgMintSwapResponse) String

func (m *MsgMintSwapResponse) String() string

func (*MsgMintSwapResponse) Unmarshal

func (m *MsgMintSwapResponse) Unmarshal(dAtA []byte) error

func (*MsgMintSwapResponse) XXX_DiscardUnknown

func (m *MsgMintSwapResponse) XXX_DiscardUnknown()

func (*MsgMintSwapResponse) XXX_Marshal

func (m *MsgMintSwapResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgMintSwapResponse) XXX_Merge

func (m *MsgMintSwapResponse) XXX_Merge(src proto.Message)

func (*MsgMintSwapResponse) XXX_Size

func (m *MsgMintSwapResponse) XXX_Size() int

func (*MsgMintSwapResponse) XXX_Unmarshal

func (m *MsgMintSwapResponse) XXX_Unmarshal(b []byte) error

type MsgMintTrustedContent

type MsgMintTrustedContent struct {
	Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	// metadata
	MetadataRef string `protobuf:"bytes,2,opt,name=metadata_ref,json=metadataRef,proto3" json:"metadata_ref,omitempty"`
	// denom id
	DenomId string `protobuf:"bytes,3,opt,name=denom_id,json=denomId,proto3" json:"denom_id,omitempty" yaml:"denom_id"`
	// nft name
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// recipient
	Recipient string `protobuf:"bytes,5,opt,name=recipient,proto3" json:"recipient,omitempty"`
	// did owner
	DidOwner string `protobuf:"bytes,6,opt,name=did_owner,json=didOwner,proto3" json:"did_owner,omitempty"`
	// lazy mint
	LazyMint bool   `protobuf:"varint,7,opt,name=lazy_mint,json=lazyMint,proto3" json:"lazy_mint,omitempty"`
	Price    uint64 `protobuf:"varint,8,opt,name=price,proto3" json:"price,omitempty"`
	R        string `protobuf:"bytes,9,opt,name=r,proto3" json:"r,omitempty"`
	S        string `protobuf:"bytes,10,opt,name=s,proto3" json:"s,omitempty"`
	V        uint64 `protobuf:"varint,11,opt,name=v,proto3" json:"v,omitempty"`
}

func NewMsgMintTrustedContent

func NewMsgMintTrustedContent(creator string, path string, content string, mode string, time string, content_type string, did string, from string) *MsgMintTrustedContent

func (*MsgMintTrustedContent) Descriptor

func (*MsgMintTrustedContent) Descriptor() ([]byte, []int)

func (*MsgMintTrustedContent) GetCreator

func (m *MsgMintTrustedContent) GetCreator() string

func (*MsgMintTrustedContent) GetDenomId

func (m *MsgMintTrustedContent) GetDenomId() string

func (*MsgMintTrustedContent) GetDidOwner

func (m *MsgMintTrustedContent) GetDidOwner() string

func (*MsgMintTrustedContent) GetLazyMint

func (m *MsgMintTrustedContent) GetLazyMint() bool

func (*MsgMintTrustedContent) GetMetadataRef

func (m *MsgMintTrustedContent) GetMetadataRef() string

func (*MsgMintTrustedContent) GetName

func (m *MsgMintTrustedContent) GetName() string

func (*MsgMintTrustedContent) GetPrice

func (m *MsgMintTrustedContent) GetPrice() uint64

func (*MsgMintTrustedContent) GetR

func (m *MsgMintTrustedContent) GetR() string

func (*MsgMintTrustedContent) GetRecipient

func (m *MsgMintTrustedContent) GetRecipient() string

func (*MsgMintTrustedContent) GetS

func (m *MsgMintTrustedContent) GetS() string

func (*MsgMintTrustedContent) GetSignBytes

func (msg *MsgMintTrustedContent) GetSignBytes() []byte

func (*MsgMintTrustedContent) GetSigners

func (msg *MsgMintTrustedContent) GetSigners() []sdk.AccAddress

func (*MsgMintTrustedContent) GetV

func (m *MsgMintTrustedContent) GetV() uint64

func (*MsgMintTrustedContent) Marshal

func (m *MsgMintTrustedContent) Marshal() (dAtA []byte, err error)

func (*MsgMintTrustedContent) MarshalTo

func (m *MsgMintTrustedContent) MarshalTo(dAtA []byte) (int, error)

func (*MsgMintTrustedContent) MarshalToSizedBuffer

func (m *MsgMintTrustedContent) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgMintTrustedContent) ProtoMessage

func (*MsgMintTrustedContent) ProtoMessage()

func (*MsgMintTrustedContent) Reset

func (m *MsgMintTrustedContent) Reset()

func (*MsgMintTrustedContent) Route

func (msg *MsgMintTrustedContent) Route() string

func (*MsgMintTrustedContent) Size

func (m *MsgMintTrustedContent) Size() (n int)

func (*MsgMintTrustedContent) String

func (m *MsgMintTrustedContent) String() string

func (*MsgMintTrustedContent) Type

func (msg *MsgMintTrustedContent) Type() string

func (*MsgMintTrustedContent) Unmarshal

func (m *MsgMintTrustedContent) Unmarshal(dAtA []byte) error

func (*MsgMintTrustedContent) ValidateBasic

func (msg *MsgMintTrustedContent) ValidateBasic() error

func (*MsgMintTrustedContent) XXX_DiscardUnknown

func (m *MsgMintTrustedContent) XXX_DiscardUnknown()

func (*MsgMintTrustedContent) XXX_Marshal

func (m *MsgMintTrustedContent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgMintTrustedContent) XXX_Merge

func (m *MsgMintTrustedContent) XXX_Merge(src proto.Message)

func (*MsgMintTrustedContent) XXX_Size

func (m *MsgMintTrustedContent) XXX_Size() int

func (*MsgMintTrustedContent) XXX_Unmarshal

func (m *MsgMintTrustedContent) XXX_Unmarshal(b []byte) error

type MsgMintTrustedContentResponse

type MsgMintTrustedContentResponse struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*MsgMintTrustedContentResponse) Descriptor

func (*MsgMintTrustedContentResponse) Descriptor() ([]byte, []int)

func (*MsgMintTrustedContentResponse) GetId

func (*MsgMintTrustedContentResponse) Marshal

func (m *MsgMintTrustedContentResponse) Marshal() (dAtA []byte, err error)

func (*MsgMintTrustedContentResponse) MarshalTo

func (m *MsgMintTrustedContentResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgMintTrustedContentResponse) MarshalToSizedBuffer

func (m *MsgMintTrustedContentResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgMintTrustedContentResponse) ProtoMessage

func (*MsgMintTrustedContentResponse) ProtoMessage()

func (*MsgMintTrustedContentResponse) Reset

func (m *MsgMintTrustedContentResponse) Reset()

func (*MsgMintTrustedContentResponse) Size

func (m *MsgMintTrustedContentResponse) Size() (n int)

func (*MsgMintTrustedContentResponse) String

func (*MsgMintTrustedContentResponse) Unmarshal

func (m *MsgMintTrustedContentResponse) Unmarshal(dAtA []byte) error

func (*MsgMintTrustedContentResponse) XXX_DiscardUnknown

func (m *MsgMintTrustedContentResponse) XXX_DiscardUnknown()

func (*MsgMintTrustedContentResponse) XXX_Marshal

func (m *MsgMintTrustedContentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgMintTrustedContentResponse) XXX_Merge

func (m *MsgMintTrustedContentResponse) XXX_Merge(src proto.Message)

func (*MsgMintTrustedContentResponse) XXX_Size

func (m *MsgMintTrustedContentResponse) XXX_Size() int

func (*MsgMintTrustedContentResponse) XXX_Unmarshal

func (m *MsgMintTrustedContentResponse) XXX_Unmarshal(b []byte) error

type MsgMintTrustedResource

type MsgMintTrustedResource struct {
	Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	// metadata
	MetadataRef string `protobuf:"bytes,2,opt,name=metadata_ref,json=metadataRef,proto3" json:"metadata_ref,omitempty"`
	// did owner
	DidOwner string `protobuf:"bytes,3,opt,name=did_owner,json=didOwner,proto3" json:"did_owner,omitempty"`
	// denom id
	DenomId string `protobuf:"bytes,4,opt,name=denom_id,json=denomId,proto3" json:"denom_id,omitempty" yaml:"denom_id"`
	// nft name
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	// recipient
	Recipient string `protobuf:"bytes,6,opt,name=recipient,proto3" json:"recipient,omitempty"`
	// private whitelist
	ResourceWhitelistAccess []string `` /* 132-byte string literal not displayed */
	// resource location
	ResourceLocation string `protobuf:"bytes,8,opt,name=resource_location,json=resourceLocation,proto3" json:"resource_location,omitempty"`
	// lazy mint
	LazyMint bool   `protobuf:"varint,9,opt,name=lazy_mint,json=lazyMint,proto3" json:"lazy_mint,omitempty"`
	Price    uint64 `protobuf:"varint,10,opt,name=price,proto3" json:"price,omitempty"`
	R        string `protobuf:"bytes,11,opt,name=r,proto3" json:"r,omitempty"`
	S        string `protobuf:"bytes,12,opt,name=s,proto3" json:"s,omitempty"`
	V        uint64 `protobuf:"varint,13,opt,name=v,proto3" json:"v,omitempty"`
}

func NewMsgMintTrustedResource

func NewMsgMintTrustedResource(creator string, path string, content string, mode string, time string, content_type string, did string, from string) *MsgMintTrustedResource

func (*MsgMintTrustedResource) Descriptor

func (*MsgMintTrustedResource) Descriptor() ([]byte, []int)

func (*MsgMintTrustedResource) GetCreator

func (m *MsgMintTrustedResource) GetCreator() string

func (*MsgMintTrustedResource) GetDenomId

func (m *MsgMintTrustedResource) GetDenomId() string

func (*MsgMintTrustedResource) GetDidOwner

func (m *MsgMintTrustedResource) GetDidOwner() string

func (*MsgMintTrustedResource) GetLazyMint

func (m *MsgMintTrustedResource) GetLazyMint() bool

func (*MsgMintTrustedResource) GetMetadataRef

func (m *MsgMintTrustedResource) GetMetadataRef() string

func (*MsgMintTrustedResource) GetName

func (m *MsgMintTrustedResource) GetName() string

func (*MsgMintTrustedResource) GetPrice

func (m *MsgMintTrustedResource) GetPrice() uint64

func (*MsgMintTrustedResource) GetR

func (m *MsgMintTrustedResource) GetR() string

func (*MsgMintTrustedResource) GetRecipient

func (m *MsgMintTrustedResource) GetRecipient() string

func (*MsgMintTrustedResource) GetResourceLocation

func (m *MsgMintTrustedResource) GetResourceLocation() string

func (*MsgMintTrustedResource) GetResourceWhitelistAccess

func (m *MsgMintTrustedResource) GetResourceWhitelistAccess() []string

func (*MsgMintTrustedResource) GetS

func (m *MsgMintTrustedResource) GetS() string

func (*MsgMintTrustedResource) GetSignBytes

func (msg *MsgMintTrustedResource) GetSignBytes() []byte

func (*MsgMintTrustedResource) GetSigners

func (msg *MsgMintTrustedResource) GetSigners() []sdk.AccAddress

func (*MsgMintTrustedResource) GetV

func (m *MsgMintTrustedResource) GetV() uint64

func (*MsgMintTrustedResource) Marshal

func (m *MsgMintTrustedResource) Marshal() (dAtA []byte, err error)

func (*MsgMintTrustedResource) MarshalTo

func (m *MsgMintTrustedResource) MarshalTo(dAtA []byte) (int, error)

func (*MsgMintTrustedResource) MarshalToSizedBuffer

func (m *MsgMintTrustedResource) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgMintTrustedResource) ProtoMessage

func (*MsgMintTrustedResource) ProtoMessage()

func (*MsgMintTrustedResource) Reset

func (m *MsgMintTrustedResource) Reset()

func (*MsgMintTrustedResource) Route

func (msg *MsgMintTrustedResource) Route() string

func (*MsgMintTrustedResource) Size

func (m *MsgMintTrustedResource) Size() (n int)

func (*MsgMintTrustedResource) String

func (m *MsgMintTrustedResource) String() string

func (*MsgMintTrustedResource) Type

func (msg *MsgMintTrustedResource) Type() string

func (*MsgMintTrustedResource) Unmarshal

func (m *MsgMintTrustedResource) Unmarshal(dAtA []byte) error

func (*MsgMintTrustedResource) ValidateBasic

func (msg *MsgMintTrustedResource) ValidateBasic() error

func (*MsgMintTrustedResource) XXX_DiscardUnknown

func (m *MsgMintTrustedResource) XXX_DiscardUnknown()

func (*MsgMintTrustedResource) XXX_Marshal

func (m *MsgMintTrustedResource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgMintTrustedResource) XXX_Merge

func (m *MsgMintTrustedResource) XXX_Merge(src proto.Message)

func (*MsgMintTrustedResource) XXX_Size

func (m *MsgMintTrustedResource) XXX_Size() int

func (*MsgMintTrustedResource) XXX_Unmarshal

func (m *MsgMintTrustedResource) XXX_Unmarshal(b []byte) error

type MsgMintTrustedResourceResponse

type MsgMintTrustedResourceResponse struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*MsgMintTrustedResourceResponse) Descriptor

func (*MsgMintTrustedResourceResponse) Descriptor() ([]byte, []int)

func (*MsgMintTrustedResourceResponse) GetId

func (*MsgMintTrustedResourceResponse) Marshal

func (m *MsgMintTrustedResourceResponse) Marshal() (dAtA []byte, err error)

func (*MsgMintTrustedResourceResponse) MarshalTo

func (m *MsgMintTrustedResourceResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgMintTrustedResourceResponse) MarshalToSizedBuffer

func (m *MsgMintTrustedResourceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgMintTrustedResourceResponse) ProtoMessage

func (*MsgMintTrustedResourceResponse) ProtoMessage()

func (*MsgMintTrustedResourceResponse) Reset

func (m *MsgMintTrustedResourceResponse) Reset()

func (*MsgMintTrustedResourceResponse) Size

func (m *MsgMintTrustedResourceResponse) Size() (n int)

func (*MsgMintTrustedResourceResponse) String

func (*MsgMintTrustedResourceResponse) Unmarshal

func (m *MsgMintTrustedResourceResponse) Unmarshal(dAtA []byte) error

func (*MsgMintTrustedResourceResponse) XXX_DiscardUnknown

func (m *MsgMintTrustedResourceResponse) XXX_DiscardUnknown()

func (*MsgMintTrustedResourceResponse) XXX_Marshal

func (m *MsgMintTrustedResourceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgMintTrustedResourceResponse) XXX_Merge

func (m *MsgMintTrustedResourceResponse) XXX_Merge(src proto.Message)

func (*MsgMintTrustedResourceResponse) XXX_Size

func (m *MsgMintTrustedResourceResponse) XXX_Size() int

func (*MsgMintTrustedResourceResponse) XXX_Unmarshal

func (m *MsgMintTrustedResourceResponse) XXX_Unmarshal(b []byte) error

type MsgRegisterRelay

type MsgRegisterRelay struct {
	Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"`
	Chain  string `protobuf:"bytes,2,opt,name=chain,proto3" json:"chain,omitempty"`
	Alg    string `protobuf:"bytes,3,opt,name=alg,proto3" json:"alg,omitempty"`
	Pub    string `protobuf:"bytes,4,opt,name=pub,proto3" json:"pub,omitempty"`
}

func (*MsgRegisterRelay) Descriptor

func (*MsgRegisterRelay) Descriptor() ([]byte, []int)

func (*MsgRegisterRelay) GetAlg

func (m *MsgRegisterRelay) GetAlg() string

func (*MsgRegisterRelay) GetChain

func (m *MsgRegisterRelay) GetChain() string

func (*MsgRegisterRelay) GetPub

func (m *MsgRegisterRelay) GetPub() string

func (*MsgRegisterRelay) GetSender

func (m *MsgRegisterRelay) GetSender() string

func (*MsgRegisterRelay) Marshal

func (m *MsgRegisterRelay) Marshal() (dAtA []byte, err error)

func (*MsgRegisterRelay) MarshalTo

func (m *MsgRegisterRelay) MarshalTo(dAtA []byte) (int, error)

func (*MsgRegisterRelay) MarshalToSizedBuffer

func (m *MsgRegisterRelay) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRegisterRelay) ProtoMessage

func (*MsgRegisterRelay) ProtoMessage()

func (*MsgRegisterRelay) Reset

func (m *MsgRegisterRelay) Reset()

func (*MsgRegisterRelay) Size

func (m *MsgRegisterRelay) Size() (n int)

func (*MsgRegisterRelay) String

func (m *MsgRegisterRelay) String() string

func (*MsgRegisterRelay) Unmarshal

func (m *MsgRegisterRelay) Unmarshal(dAtA []byte) error

func (*MsgRegisterRelay) XXX_DiscardUnknown

func (m *MsgRegisterRelay) XXX_DiscardUnknown()

func (*MsgRegisterRelay) XXX_Marshal

func (m *MsgRegisterRelay) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgRegisterRelay) XXX_Merge

func (m *MsgRegisterRelay) XXX_Merge(src proto.Message)

func (*MsgRegisterRelay) XXX_Size

func (m *MsgRegisterRelay) XXX_Size() int

func (*MsgRegisterRelay) XXX_Unmarshal

func (m *MsgRegisterRelay) XXX_Unmarshal(b []byte) error

type MsgRegisterRelayResponse

type MsgRegisterRelayResponse struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*MsgRegisterRelayResponse) Descriptor

func (*MsgRegisterRelayResponse) Descriptor() ([]byte, []int)

func (*MsgRegisterRelayResponse) GetId

func (m *MsgRegisterRelayResponse) GetId() string

func (*MsgRegisterRelayResponse) Marshal

func (m *MsgRegisterRelayResponse) Marshal() (dAtA []byte, err error)

func (*MsgRegisterRelayResponse) MarshalTo

func (m *MsgRegisterRelayResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgRegisterRelayResponse) MarshalToSizedBuffer

func (m *MsgRegisterRelayResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRegisterRelayResponse) ProtoMessage

func (*MsgRegisterRelayResponse) ProtoMessage()

func (*MsgRegisterRelayResponse) Reset

func (m *MsgRegisterRelayResponse) Reset()

func (*MsgRegisterRelayResponse) Size

func (m *MsgRegisterRelayResponse) Size() (n int)

func (*MsgRegisterRelayResponse) String

func (m *MsgRegisterRelayResponse) String() string

func (*MsgRegisterRelayResponse) Unmarshal

func (m *MsgRegisterRelayResponse) Unmarshal(dAtA []byte) error

func (*MsgRegisterRelayResponse) XXX_DiscardUnknown

func (m *MsgRegisterRelayResponse) XXX_DiscardUnknown()

func (*MsgRegisterRelayResponse) XXX_Marshal

func (m *MsgRegisterRelayResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgRegisterRelayResponse) XXX_Merge

func (m *MsgRegisterRelayResponse) XXX_Merge(src proto.Message)

func (*MsgRegisterRelayResponse) XXX_Size

func (m *MsgRegisterRelayResponse) XXX_Size() int

func (*MsgRegisterRelayResponse) XXX_Unmarshal

func (m *MsgRegisterRelayResponse) XXX_Unmarshal(b []byte) error

type MsgRevokeAttribute

type MsgRevokeAttribute struct {
	Identity string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	Actor    string `protobuf:"bytes,2,opt,name=actor,proto3" json:"actor,omitempty"`
	Name     []byte `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Value    []byte `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	Creator  string `protobuf:"bytes,5,opt,name=creator,proto3" json:"creator,omitempty"`
}

func NewMsgRevokeAttribute

func NewMsgRevokeAttribute(creator string) *MsgRevokeAttribute

func (*MsgRevokeAttribute) Descriptor

func (*MsgRevokeAttribute) Descriptor() ([]byte, []int)

func (*MsgRevokeAttribute) GetSignBytes

func (msg *MsgRevokeAttribute) GetSignBytes() []byte

func (*MsgRevokeAttribute) GetSigners

func (msg *MsgRevokeAttribute) GetSigners() []sdk.AccAddress

func (*MsgRevokeAttribute) Marshal

func (m *MsgRevokeAttribute) Marshal() (dAtA []byte, err error)

func (*MsgRevokeAttribute) MarshalTo

func (m *MsgRevokeAttribute) MarshalTo(dAtA []byte) (int, error)

func (*MsgRevokeAttribute) MarshalToSizedBuffer

func (m *MsgRevokeAttribute) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRevokeAttribute) ProtoMessage

func (*MsgRevokeAttribute) ProtoMessage()

func (*MsgRevokeAttribute) Reset

func (m *MsgRevokeAttribute) Reset()

func (*MsgRevokeAttribute) Route

func (msg *MsgRevokeAttribute) Route() string

func (*MsgRevokeAttribute) Size

func (m *MsgRevokeAttribute) Size() (n int)

func (*MsgRevokeAttribute) String

func (m *MsgRevokeAttribute) String() string

func (*MsgRevokeAttribute) Type

func (msg *MsgRevokeAttribute) Type() string

func (*MsgRevokeAttribute) Unmarshal

func (m *MsgRevokeAttribute) Unmarshal(dAtA []byte) error

func (*MsgRevokeAttribute) ValidateBasic

func (msg *MsgRevokeAttribute) ValidateBasic() error

func (*MsgRevokeAttribute) XXX_DiscardUnknown

func (m *MsgRevokeAttribute) XXX_DiscardUnknown()

func (*MsgRevokeAttribute) XXX_Marshal

func (m *MsgRevokeAttribute) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgRevokeAttribute) XXX_Merge

func (m *MsgRevokeAttribute) XXX_Merge(src proto.Message)

func (*MsgRevokeAttribute) XXX_Size

func (m *MsgRevokeAttribute) XXX_Size() int

func (*MsgRevokeAttribute) XXX_Unmarshal

func (m *MsgRevokeAttribute) XXX_Unmarshal(b []byte) error

type MsgRevokeAttributeResponse

type MsgRevokeAttributeResponse struct {
	Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
}

func (*MsgRevokeAttributeResponse) Descriptor

func (*MsgRevokeAttributeResponse) Descriptor() ([]byte, []int)

func (*MsgRevokeAttributeResponse) Marshal

func (m *MsgRevokeAttributeResponse) Marshal() (dAtA []byte, err error)

func (*MsgRevokeAttributeResponse) MarshalTo

func (m *MsgRevokeAttributeResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgRevokeAttributeResponse) MarshalToSizedBuffer

func (m *MsgRevokeAttributeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRevokeAttributeResponse) ProtoMessage

func (*MsgRevokeAttributeResponse) ProtoMessage()

func (*MsgRevokeAttributeResponse) Reset

func (m *MsgRevokeAttributeResponse) Reset()

func (*MsgRevokeAttributeResponse) Size

func (m *MsgRevokeAttributeResponse) Size() (n int)

func (*MsgRevokeAttributeResponse) String

func (m *MsgRevokeAttributeResponse) String() string

func (*MsgRevokeAttributeResponse) Unmarshal

func (m *MsgRevokeAttributeResponse) Unmarshal(dAtA []byte) error

func (*MsgRevokeAttributeResponse) XXX_DiscardUnknown

func (m *MsgRevokeAttributeResponse) XXX_DiscardUnknown()

func (*MsgRevokeAttributeResponse) XXX_Marshal

func (m *MsgRevokeAttributeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgRevokeAttributeResponse) XXX_Merge

func (m *MsgRevokeAttributeResponse) XXX_Merge(src proto.Message)

func (*MsgRevokeAttributeResponse) XXX_Size

func (m *MsgRevokeAttributeResponse) XXX_Size() int

func (*MsgRevokeAttributeResponse) XXX_Unmarshal

func (m *MsgRevokeAttributeResponse) XXX_Unmarshal(b []byte) error

type MsgRevokeDelegate

type MsgRevokeDelegate struct {
	Delegate     string `protobuf:"bytes,1,opt,name=delegate,proto3" json:"delegate,omitempty"`
	DelegateType string `protobuf:"bytes,2,opt,name=delegateType,proto3" json:"delegateType,omitempty"`
	Validity     uint64 `protobuf:"varint,3,opt,name=validity,proto3" json:"validity,omitempty"`
	Creator      string `protobuf:"bytes,4,opt,name=creator,proto3" json:"creator,omitempty"`
	Identity     string `protobuf:"bytes,5,opt,name=identity,proto3" json:"identity,omitempty"`
}

func NewMsgRevokeDelegate

func NewMsgRevokeDelegate(creator string) *MsgRevokeDelegate

func (*MsgRevokeDelegate) Descriptor

func (*MsgRevokeDelegate) Descriptor() ([]byte, []int)

func (*MsgRevokeDelegate) GetSignBytes

func (msg *MsgRevokeDelegate) GetSignBytes() []byte

func (*MsgRevokeDelegate) GetSigners

func (msg *MsgRevokeDelegate) GetSigners() []sdk.AccAddress

func (*MsgRevokeDelegate) Marshal

func (m *MsgRevokeDelegate) Marshal() (dAtA []byte, err error)

func (*MsgRevokeDelegate) MarshalTo

func (m *MsgRevokeDelegate) MarshalTo(dAtA []byte) (int, error)

func (*MsgRevokeDelegate) MarshalToSizedBuffer

func (m *MsgRevokeDelegate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRevokeDelegate) ProtoMessage

func (*MsgRevokeDelegate) ProtoMessage()

func (*MsgRevokeDelegate) Reset

func (m *MsgRevokeDelegate) Reset()

func (*MsgRevokeDelegate) Route

func (msg *MsgRevokeDelegate) Route() string

func (*MsgRevokeDelegate) Size

func (m *MsgRevokeDelegate) Size() (n int)

func (*MsgRevokeDelegate) String

func (m *MsgRevokeDelegate) String() string

func (*MsgRevokeDelegate) Type

func (msg *MsgRevokeDelegate) Type() string

func (*MsgRevokeDelegate) Unmarshal

func (m *MsgRevokeDelegate) Unmarshal(dAtA []byte) error

func (*MsgRevokeDelegate) ValidateBasic

func (msg *MsgRevokeDelegate) ValidateBasic() error

func (*MsgRevokeDelegate) XXX_DiscardUnknown

func (m *MsgRevokeDelegate) XXX_DiscardUnknown()

func (*MsgRevokeDelegate) XXX_Marshal

func (m *MsgRevokeDelegate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgRevokeDelegate) XXX_Merge

func (m *MsgRevokeDelegate) XXX_Merge(src proto.Message)

func (*MsgRevokeDelegate) XXX_Size

func (m *MsgRevokeDelegate) XXX_Size() int

func (*MsgRevokeDelegate) XXX_Unmarshal

func (m *MsgRevokeDelegate) XXX_Unmarshal(b []byte) error

type MsgRevokeDelegateResponse

type MsgRevokeDelegateResponse struct {
	Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
}

func (*MsgRevokeDelegateResponse) Descriptor

func (*MsgRevokeDelegateResponse) Descriptor() ([]byte, []int)

func (*MsgRevokeDelegateResponse) Marshal

func (m *MsgRevokeDelegateResponse) Marshal() (dAtA []byte, err error)

func (*MsgRevokeDelegateResponse) MarshalTo

func (m *MsgRevokeDelegateResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgRevokeDelegateResponse) MarshalToSizedBuffer

func (m *MsgRevokeDelegateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRevokeDelegateResponse) ProtoMessage

func (*MsgRevokeDelegateResponse) ProtoMessage()

func (*MsgRevokeDelegateResponse) Reset

func (m *MsgRevokeDelegateResponse) Reset()

func (*MsgRevokeDelegateResponse) Size

func (m *MsgRevokeDelegateResponse) Size() (n int)

func (*MsgRevokeDelegateResponse) String

func (m *MsgRevokeDelegateResponse) String() string

func (*MsgRevokeDelegateResponse) Unmarshal

func (m *MsgRevokeDelegateResponse) Unmarshal(dAtA []byte) error

func (*MsgRevokeDelegateResponse) XXX_DiscardUnknown

func (m *MsgRevokeDelegateResponse) XXX_DiscardUnknown()

func (*MsgRevokeDelegateResponse) XXX_Marshal

func (m *MsgRevokeDelegateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgRevokeDelegateResponse) XXX_Merge

func (m *MsgRevokeDelegateResponse) XXX_Merge(src proto.Message)

func (*MsgRevokeDelegateResponse) XXX_Size

func (m *MsgRevokeDelegateResponse) XXX_Size() int

func (*MsgRevokeDelegateResponse) XXX_Unmarshal

func (m *MsgRevokeDelegateResponse) XXX_Unmarshal(b []byte) error

type MsgRevokeDid

type MsgRevokeDid struct {
	Creator  string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Did      string `protobuf:"bytes,2,opt,name=did,proto3" json:"did,omitempty"`
	Metadata string `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Cid      string `protobuf:"bytes,4,opt,name=cid,proto3" json:"cid,omitempty"`
}

func NewMsgRevokeDid

func NewMsgRevokeDid(creator string) *MsgRevokeDid

func (*MsgRevokeDid) Descriptor

func (*MsgRevokeDid) Descriptor() ([]byte, []int)

func (*MsgRevokeDid) GetCid

func (m *MsgRevokeDid) GetCid() string

func (*MsgRevokeDid) GetCreator

func (m *MsgRevokeDid) GetCreator() string

func (*MsgRevokeDid) GetDid

func (m *MsgRevokeDid) GetDid() string

func (*MsgRevokeDid) GetMetadata

func (m *MsgRevokeDid) GetMetadata() string

func (*MsgRevokeDid) GetSignBytes

func (msg *MsgRevokeDid) GetSignBytes() []byte

func (*MsgRevokeDid) GetSigners

func (msg *MsgRevokeDid) GetSigners() []sdk.AccAddress

func (*MsgRevokeDid) Marshal

func (m *MsgRevokeDid) Marshal() (dAtA []byte, err error)

func (*MsgRevokeDid) MarshalTo

func (m *MsgRevokeDid) MarshalTo(dAtA []byte) (int, error)

func (*MsgRevokeDid) MarshalToSizedBuffer

func (m *MsgRevokeDid) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRevokeDid) ProtoMessage

func (*MsgRevokeDid) ProtoMessage()

func (*MsgRevokeDid) Reset

func (m *MsgRevokeDid) Reset()

func (*MsgRevokeDid) Route

func (msg *MsgRevokeDid) Route() string

func (*MsgRevokeDid) Size

func (m *MsgRevokeDid) Size() (n int)

func (*MsgRevokeDid) String

func (m *MsgRevokeDid) String() string

func (*MsgRevokeDid) Type

func (msg *MsgRevokeDid) Type() string

func (*MsgRevokeDid) Unmarshal

func (m *MsgRevokeDid) Unmarshal(dAtA []byte) error

func (*MsgRevokeDid) ValidateBasic

func (msg *MsgRevokeDid) ValidateBasic() error

func (*MsgRevokeDid) XXX_DiscardUnknown

func (m *MsgRevokeDid) XXX_DiscardUnknown()

func (*MsgRevokeDid) XXX_Marshal

func (m *MsgRevokeDid) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgRevokeDid) XXX_Merge

func (m *MsgRevokeDid) XXX_Merge(src proto.Message)

func (*MsgRevokeDid) XXX_Size

func (m *MsgRevokeDid) XXX_Size() int

func (*MsgRevokeDid) XXX_Unmarshal

func (m *MsgRevokeDid) XXX_Unmarshal(b []byte) error

type MsgRevokeDidResponse

type MsgRevokeDidResponse struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*MsgRevokeDidResponse) Descriptor

func (*MsgRevokeDidResponse) Descriptor() ([]byte, []int)

func (*MsgRevokeDidResponse) GetId

func (m *MsgRevokeDidResponse) GetId() uint64

func (*MsgRevokeDidResponse) Marshal

func (m *MsgRevokeDidResponse) Marshal() (dAtA []byte, err error)

func (*MsgRevokeDidResponse) MarshalTo

func (m *MsgRevokeDidResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgRevokeDidResponse) MarshalToSizedBuffer

func (m *MsgRevokeDidResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRevokeDidResponse) ProtoMessage

func (*MsgRevokeDidResponse) ProtoMessage()

func (*MsgRevokeDidResponse) Reset

func (m *MsgRevokeDidResponse) Reset()

func (*MsgRevokeDidResponse) Size

func (m *MsgRevokeDidResponse) Size() (n int)

func (*MsgRevokeDidResponse) String

func (m *MsgRevokeDidResponse) String() string

func (*MsgRevokeDidResponse) Unmarshal

func (m *MsgRevokeDidResponse) Unmarshal(dAtA []byte) error

func (*MsgRevokeDidResponse) XXX_DiscardUnknown

func (m *MsgRevokeDidResponse) XXX_DiscardUnknown()

func (*MsgRevokeDidResponse) XXX_Marshal

func (m *MsgRevokeDidResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgRevokeDidResponse) XXX_Merge

func (m *MsgRevokeDidResponse) XXX_Merge(src proto.Message)

func (*MsgRevokeDidResponse) XXX_Size

func (m *MsgRevokeDidResponse) XXX_Size() int

func (*MsgRevokeDidResponse) XXX_Unmarshal

func (m *MsgRevokeDidResponse) XXX_Unmarshal(b []byte) error

type MsgRoyaltyInfo

type MsgRoyaltyInfo struct {
	Creator              string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Id                   string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Receiver             string `protobuf:"bytes,3,opt,name=receiver,proto3" json:"receiver,omitempty"`
	RoyaltyFeePercentage uint64 `protobuf:"varint,4,opt,name=royalty_fee_percentage,json=royaltyFeePercentage,proto3" json:"royalty_fee_percentage,omitempty"`
	MetadataRef          string `protobuf:"bytes,5,opt,name=metadata_ref,json=metadataRef,proto3" json:"metadata_ref,omitempty"`
	DenomId              string `protobuf:"bytes,6,opt,name=denom_id,json=denomId,proto3" json:"denom_id,omitempty"`
}

MsgRoyaltyInfo

func NewMsgRoyaltyInfo

func NewMsgRoyaltyInfo(creator string, path string, content string, mode string, time string, content_type string, did string, from string) *MsgRoyaltyInfo

func (*MsgRoyaltyInfo) Descriptor

func (*MsgRoyaltyInfo) Descriptor() ([]byte, []int)

func (*MsgRoyaltyInfo) Equal

func (this *MsgRoyaltyInfo) Equal(that interface{}) bool

func (*MsgRoyaltyInfo) GetCreator

func (m *MsgRoyaltyInfo) GetCreator() string

func (*MsgRoyaltyInfo) GetDenomId

func (m *MsgRoyaltyInfo) GetDenomId() string

func (*MsgRoyaltyInfo) GetId

func (m *MsgRoyaltyInfo) GetId() string

func (*MsgRoyaltyInfo) GetMetadataRef

func (m *MsgRoyaltyInfo) GetMetadataRef() string

func (*MsgRoyaltyInfo) GetReceiver

func (m *MsgRoyaltyInfo) GetReceiver() string

func (*MsgRoyaltyInfo) GetRoyaltyFeePercentage

func (m *MsgRoyaltyInfo) GetRoyaltyFeePercentage() uint64

func (*MsgRoyaltyInfo) GetSignBytes

func (msg *MsgRoyaltyInfo) GetSignBytes() []byte

func (*MsgRoyaltyInfo) GetSigners

func (msg *MsgRoyaltyInfo) GetSigners() []sdk.AccAddress

func (*MsgRoyaltyInfo) Marshal

func (m *MsgRoyaltyInfo) Marshal() (dAtA []byte, err error)

func (*MsgRoyaltyInfo) MarshalTo

func (m *MsgRoyaltyInfo) MarshalTo(dAtA []byte) (int, error)

func (*MsgRoyaltyInfo) MarshalToSizedBuffer

func (m *MsgRoyaltyInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRoyaltyInfo) ProtoMessage

func (*MsgRoyaltyInfo) ProtoMessage()

func (*MsgRoyaltyInfo) Reset

func (m *MsgRoyaltyInfo) Reset()

func (*MsgRoyaltyInfo) Route

func (msg *MsgRoyaltyInfo) Route() string

func (*MsgRoyaltyInfo) Size

func (m *MsgRoyaltyInfo) Size() (n int)

func (*MsgRoyaltyInfo) String

func (m *MsgRoyaltyInfo) String() string

func (*MsgRoyaltyInfo) Type

func (msg *MsgRoyaltyInfo) Type() string

func (*MsgRoyaltyInfo) Unmarshal

func (m *MsgRoyaltyInfo) Unmarshal(dAtA []byte) error

func (*MsgRoyaltyInfo) ValidateBasic

func (msg *MsgRoyaltyInfo) ValidateBasic() error

func (*MsgRoyaltyInfo) XXX_DiscardUnknown

func (m *MsgRoyaltyInfo) XXX_DiscardUnknown()

func (*MsgRoyaltyInfo) XXX_Marshal

func (m *MsgRoyaltyInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgRoyaltyInfo) XXX_Merge

func (m *MsgRoyaltyInfo) XXX_Merge(src proto.Message)

func (*MsgRoyaltyInfo) XXX_Size

func (m *MsgRoyaltyInfo) XXX_Size() int

func (*MsgRoyaltyInfo) XXX_Unmarshal

func (m *MsgRoyaltyInfo) XXX_Unmarshal(b []byte) error

type MsgRoyaltyInfoResponse

type MsgRoyaltyInfoResponse struct {
	Receiver             string `protobuf:"bytes,1,opt,name=receiver,proto3" json:"receiver,omitempty"`
	RoyaltyFeePercentage uint64 `protobuf:"varint,2,opt,name=royalty_fee_percentage,json=royaltyFeePercentage,proto3" json:"royalty_fee_percentage,omitempty"`
	MetadataRef          string `protobuf:"bytes,3,opt,name=metadata_ref,json=metadataRef,proto3" json:"metadata_ref,omitempty"`
}

MsgRoyaltyInfoResponse

func (*MsgRoyaltyInfoResponse) Descriptor

func (*MsgRoyaltyInfoResponse) Descriptor() ([]byte, []int)

func (*MsgRoyaltyInfoResponse) Equal

func (this *MsgRoyaltyInfoResponse) Equal(that interface{}) bool

func (*MsgRoyaltyInfoResponse) GetMetadataRef

func (m *MsgRoyaltyInfoResponse) GetMetadataRef() string

func (*MsgRoyaltyInfoResponse) GetReceiver

func (m *MsgRoyaltyInfoResponse) GetReceiver() string

func (*MsgRoyaltyInfoResponse) GetRoyaltyFeePercentage

func (m *MsgRoyaltyInfoResponse) GetRoyaltyFeePercentage() uint64

func (*MsgRoyaltyInfoResponse) Marshal

func (m *MsgRoyaltyInfoResponse) Marshal() (dAtA []byte, err error)

func (*MsgRoyaltyInfoResponse) MarshalTo

func (m *MsgRoyaltyInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgRoyaltyInfoResponse) MarshalToSizedBuffer

func (m *MsgRoyaltyInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRoyaltyInfoResponse) ProtoMessage

func (*MsgRoyaltyInfoResponse) ProtoMessage()

func (*MsgRoyaltyInfoResponse) Reset

func (m *MsgRoyaltyInfoResponse) Reset()

func (*MsgRoyaltyInfoResponse) Size

func (m *MsgRoyaltyInfoResponse) Size() (n int)

func (*MsgRoyaltyInfoResponse) String

func (m *MsgRoyaltyInfoResponse) String() string

func (*MsgRoyaltyInfoResponse) Unmarshal

func (m *MsgRoyaltyInfoResponse) Unmarshal(dAtA []byte) error

func (*MsgRoyaltyInfoResponse) XXX_DiscardUnknown

func (m *MsgRoyaltyInfoResponse) XXX_DiscardUnknown()

func (*MsgRoyaltyInfoResponse) XXX_Marshal

func (m *MsgRoyaltyInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgRoyaltyInfoResponse) XXX_Merge

func (m *MsgRoyaltyInfoResponse) XXX_Merge(src proto.Message)

func (*MsgRoyaltyInfoResponse) XXX_Size

func (m *MsgRoyaltyInfoResponse) XXX_Size() int

func (*MsgRoyaltyInfoResponse) XXX_Unmarshal

func (m *MsgRoyaltyInfoResponse) XXX_Unmarshal(b []byte) error

type MsgSendCrossMintTrusted

type MsgSendCrossMintTrusted struct {
	Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	// metadata
	MetadataRef string `protobuf:"bytes,2,opt,name=metadata_ref,json=metadataRef,proto3" json:"metadata_ref,omitempty"`
	// denom id
	DenomId string `protobuf:"bytes,3,opt,name=denom_id,json=denomId,proto3" json:"denom_id,omitempty" yaml:"denom_id"`
	// nft name
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// recipient
	Recipient string `protobuf:"bytes,5,opt,name=recipient,proto3" json:"recipient,omitempty"`
	// did owner
	DidOwner string `protobuf:"bytes,6,opt,name=did_owner,json=didOwner,proto3" json:"did_owner,omitempty"`
	// lazy mint
	LazyMint          bool   `protobuf:"varint,7,opt,name=lazy_mint,json=lazyMint,proto3" json:"lazy_mint,omitempty"`
	Price             uint64 `protobuf:"varint,8,opt,name=price,proto3" json:"price,omitempty"`
	MetaTransaction   string `protobuf:"bytes,9,opt,name=meta_transaction,json=metaTransaction,proto3" json:"meta_transaction,omitempty"`
	DestinationDomain uint64 `protobuf:"varint,10,opt,name=destination_domain,json=destinationDomain,proto3" json:"destination_domain,omitempty"`
}

func (*MsgSendCrossMintTrusted) Descriptor

func (*MsgSendCrossMintTrusted) Descriptor() ([]byte, []int)

func (*MsgSendCrossMintTrusted) GetCreator

func (m *MsgSendCrossMintTrusted) GetCreator() string

func (*MsgSendCrossMintTrusted) GetDenomId

func (m *MsgSendCrossMintTrusted) GetDenomId() string

func (*MsgSendCrossMintTrusted) GetDestinationDomain

func (m *MsgSendCrossMintTrusted) GetDestinationDomain() uint64

func (*MsgSendCrossMintTrusted) GetDidOwner

func (m *MsgSendCrossMintTrusted) GetDidOwner() string

func (*MsgSendCrossMintTrusted) GetLazyMint

func (m *MsgSendCrossMintTrusted) GetLazyMint() bool

func (*MsgSendCrossMintTrusted) GetMetaTransaction

func (m *MsgSendCrossMintTrusted) GetMetaTransaction() string

func (*MsgSendCrossMintTrusted) GetMetadataRef

func (m *MsgSendCrossMintTrusted) GetMetadataRef() string

func (*MsgSendCrossMintTrusted) GetName

func (m *MsgSendCrossMintTrusted) GetName() string

func (*MsgSendCrossMintTrusted) GetPrice

func (m *MsgSendCrossMintTrusted) GetPrice() uint64

func (*MsgSendCrossMintTrusted) GetRecipient

func (m *MsgSendCrossMintTrusted) GetRecipient() string

func (*MsgSendCrossMintTrusted) Marshal

func (m *MsgSendCrossMintTrusted) Marshal() (dAtA []byte, err error)

func (*MsgSendCrossMintTrusted) MarshalTo

func (m *MsgSendCrossMintTrusted) MarshalTo(dAtA []byte) (int, error)

func (*MsgSendCrossMintTrusted) MarshalToSizedBuffer

func (m *MsgSendCrossMintTrusted) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgSendCrossMintTrusted) ProtoMessage

func (*MsgSendCrossMintTrusted) ProtoMessage()

func (*MsgSendCrossMintTrusted) Reset

func (m *MsgSendCrossMintTrusted) Reset()

func (*MsgSendCrossMintTrusted) Size

func (m *MsgSendCrossMintTrusted) Size() (n int)

func (*MsgSendCrossMintTrusted) String

func (m *MsgSendCrossMintTrusted) String() string

func (*MsgSendCrossMintTrusted) Unmarshal

func (m *MsgSendCrossMintTrusted) Unmarshal(dAtA []byte) error

func (*MsgSendCrossMintTrusted) XXX_DiscardUnknown

func (m *MsgSendCrossMintTrusted) XXX_DiscardUnknown()

func (*MsgSendCrossMintTrusted) XXX_Marshal

func (m *MsgSendCrossMintTrusted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgSendCrossMintTrusted) XXX_Merge

func (m *MsgSendCrossMintTrusted) XXX_Merge(src proto.Message)

func (*MsgSendCrossMintTrusted) XXX_Size

func (m *MsgSendCrossMintTrusted) XXX_Size() int

func (*MsgSendCrossMintTrusted) XXX_Unmarshal

func (m *MsgSendCrossMintTrusted) XXX_Unmarshal(b []byte) error

type MsgSendCrossMintTrustedResponse

type MsgSendCrossMintTrustedResponse struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*MsgSendCrossMintTrustedResponse) Descriptor

func (*MsgSendCrossMintTrustedResponse) Descriptor() ([]byte, []int)

func (*MsgSendCrossMintTrustedResponse) GetId

func (*MsgSendCrossMintTrustedResponse) Marshal

func (m *MsgSendCrossMintTrustedResponse) Marshal() (dAtA []byte, err error)

func (*MsgSendCrossMintTrustedResponse) MarshalTo

func (m *MsgSendCrossMintTrustedResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgSendCrossMintTrustedResponse) MarshalToSizedBuffer

func (m *MsgSendCrossMintTrustedResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgSendCrossMintTrustedResponse) ProtoMessage

func (*MsgSendCrossMintTrustedResponse) ProtoMessage()

func (*MsgSendCrossMintTrustedResponse) Reset

func (*MsgSendCrossMintTrustedResponse) Size

func (m *MsgSendCrossMintTrustedResponse) Size() (n int)

func (*MsgSendCrossMintTrustedResponse) String

func (*MsgSendCrossMintTrustedResponse) Unmarshal

func (m *MsgSendCrossMintTrustedResponse) Unmarshal(dAtA []byte) error

func (*MsgSendCrossMintTrustedResponse) XXX_DiscardUnknown

func (m *MsgSendCrossMintTrustedResponse) XXX_DiscardUnknown()

func (*MsgSendCrossMintTrustedResponse) XXX_Marshal

func (m *MsgSendCrossMintTrustedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgSendCrossMintTrustedResponse) XXX_Merge

func (m *MsgSendCrossMintTrustedResponse) XXX_Merge(src proto.Message)

func (*MsgSendCrossMintTrustedResponse) XXX_Size

func (m *MsgSendCrossMintTrustedResponse) XXX_Size() int

func (*MsgSendCrossMintTrustedResponse) XXX_Unmarshal

func (m *MsgSendCrossMintTrustedResponse) XXX_Unmarshal(b []byte) error

type MsgSendMetadataOwnership

type MsgSendMetadataOwnership struct {
	Creator string               `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Data    *AguaclaraPacketData `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
}

func NewMsgSendMetadataOwnership

func NewMsgSendMetadataOwnership(from sdk.AccAddress, did string, tokenDidAddress string, tokenId int64, didRecipient, uri string) *MsgSendMetadataOwnership

func (*MsgSendMetadataOwnership) Descriptor

func (*MsgSendMetadataOwnership) Descriptor() ([]byte, []int)

func (*MsgSendMetadataOwnership) GetCreator

func (m *MsgSendMetadataOwnership) GetCreator() string

func (*MsgSendMetadataOwnership) GetData

func (*MsgSendMetadataOwnership) GetSignBytes

func (msg *MsgSendMetadataOwnership) GetSignBytes() []byte

func (*MsgSendMetadataOwnership) GetSigners

func (msg *MsgSendMetadataOwnership) GetSigners() []sdk.AccAddress

func (*MsgSendMetadataOwnership) Marshal

func (m *MsgSendMetadataOwnership) Marshal() (dAtA []byte, err error)

func (*MsgSendMetadataOwnership) MarshalTo

func (m *MsgSendMetadataOwnership) MarshalTo(dAtA []byte) (int, error)

func (*MsgSendMetadataOwnership) MarshalToSizedBuffer

func (m *MsgSendMetadataOwnership) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgSendMetadataOwnership) ProtoMessage

func (*MsgSendMetadataOwnership) ProtoMessage()

func (*MsgSendMetadataOwnership) Reset

func (m *MsgSendMetadataOwnership) Reset()

func (*MsgSendMetadataOwnership) Route

func (msg *MsgSendMetadataOwnership) Route() string

func (*MsgSendMetadataOwnership) Size

func (m *MsgSendMetadataOwnership) Size() (n int)

func (*MsgSendMetadataOwnership) String

func (m *MsgSendMetadataOwnership) String() string

func (*MsgSendMetadataOwnership) Type

func (msg *MsgSendMetadataOwnership) Type() string

func (*MsgSendMetadataOwnership) Unmarshal

func (m *MsgSendMetadataOwnership) Unmarshal(dAtA []byte) error

func (*MsgSendMetadataOwnership) ValidateBasic

func (msg *MsgSendMetadataOwnership) ValidateBasic() error

func (*MsgSendMetadataOwnership) XXX_DiscardUnknown

func (m *MsgSendMetadataOwnership) XXX_DiscardUnknown()

func (*MsgSendMetadataOwnership) XXX_Marshal

func (m *MsgSendMetadataOwnership) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgSendMetadataOwnership) XXX_Merge

func (m *MsgSendMetadataOwnership) XXX_Merge(src proto.Message)

func (*MsgSendMetadataOwnership) XXX_Size

func (m *MsgSendMetadataOwnership) XXX_Size() int

func (*MsgSendMetadataOwnership) XXX_Unmarshal

func (m *MsgSendMetadataOwnership) XXX_Unmarshal(b []byte) error

type MsgSendMetadataOwnershipResponse

type MsgSendMetadataOwnershipResponse struct {
	Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
}

func (*MsgSendMetadataOwnershipResponse) Descriptor

func (*MsgSendMetadataOwnershipResponse) Descriptor() ([]byte, []int)

func (*MsgSendMetadataOwnershipResponse) GetCid

func (*MsgSendMetadataOwnershipResponse) Marshal

func (m *MsgSendMetadataOwnershipResponse) Marshal() (dAtA []byte, err error)

func (*MsgSendMetadataOwnershipResponse) MarshalTo

func (m *MsgSendMetadataOwnershipResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgSendMetadataOwnershipResponse) MarshalToSizedBuffer

func (m *MsgSendMetadataOwnershipResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgSendMetadataOwnershipResponse) ProtoMessage

func (*MsgSendMetadataOwnershipResponse) ProtoMessage()

func (*MsgSendMetadataOwnershipResponse) Reset

func (*MsgSendMetadataOwnershipResponse) Size

func (m *MsgSendMetadataOwnershipResponse) Size() (n int)

func (*MsgSendMetadataOwnershipResponse) String

func (*MsgSendMetadataOwnershipResponse) Unmarshal

func (m *MsgSendMetadataOwnershipResponse) Unmarshal(dAtA []byte) error

func (*MsgSendMetadataOwnershipResponse) XXX_DiscardUnknown

func (m *MsgSendMetadataOwnershipResponse) XXX_DiscardUnknown()

func (*MsgSendMetadataOwnershipResponse) XXX_Marshal

func (m *MsgSendMetadataOwnershipResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgSendMetadataOwnershipResponse) XXX_Merge

func (*MsgSendMetadataOwnershipResponse) XXX_Size

func (m *MsgSendMetadataOwnershipResponse) XXX_Size() int

func (*MsgSendMetadataOwnershipResponse) XXX_Unmarshal

func (m *MsgSendMetadataOwnershipResponse) XXX_Unmarshal(b []byte) error

type MsgServer

type MsgServer interface {
	// Send cross chain message
	SendMetadataOwnership(context.Context, *MsgSendMetadataOwnership) (*MsgSendMetadataOwnershipResponse, error)
	// CreateDid
	CreateDid(context.Context, *MsgCreateDid) (*MsgCreateDidResponse, error)
	// UpdateDid
	UpdateDid(context.Context, *MsgUpdateDid) (*MsgUpdateDidResponse, error)
	// RevokeDid
	RevokeDid(context.Context, *MsgRevokeDid) (*MsgRevokeDidResponse, error)
	// RoyaltyInfo defines a metadata CID royalty info
	RoyaltyInfo(context.Context, *MsgRoyaltyInfo) (*MsgRoyaltyInfoResponse, error)
	// ChangeOwer TODO
	ChangeOwner(context.Context, *MsgChangeOwner) (*MsgChangeOwnerResponse, error)
	//  rpc ValidDelegate(MsgValidDelegate) returns (MsgValidDelegateResponse);
	// RevokeDelegate TODO
	RevokeDelegate(context.Context, *MsgRevokeDelegate) (*MsgRevokeDelegateResponse, error)
	// GrantDelegate TODO
	GrantDelegate(context.Context, *MsgGrantDelegate) (*MsgGrantDelegateResponse, error)
	// GrantAttribute TODO
	GrantAttribute(context.Context, *MsgGrantAttribute) (*MsgGrantAttributeResponse, error)
	// RevokeAttribute TODO
	RevokeAttribute(context.Context, *MsgRevokeAttribute) (*MsgRevokeAttributeResponse, error)
	// Metadata TODO
	Metadata(context.Context, *MsgMetadata) (*MsgMetadataResponse, error)
	// IssueDenom defines a method for issue a denom.
	IssueDenom(context.Context, *MsgIssueDenom) (*MsgIssueDenomResponse, error)
	// MintNFT defines a method for mint a new nft
	MintNFT(context.Context, *MsgMintNFT) (*MsgMintNFTResponse, error)
	// EditNFT defines a method for editing a nft.
	EditNFT(context.Context, *MsgEditNFT) (*MsgEditNFTResponse, error)
	// TransferNFT defines a method for transferring a nft.
	TransferNFT(context.Context, *MsgTransferNFT) (*MsgTransferNFTResponse, error)
	// BurnNFT defines a method for burning a nft.
	BurnNFT(context.Context, *MsgBurnNFT) (*MsgBurnNFTResponse, error)
	// TransferDenom defines a method for transferring a denom.
	TransferDenom(context.Context, *MsgTransferDenom) (*MsgTransferDenomResponse, error)
	// MintTrustedContent defines a method for minting a content.
	MintTrustedContent(context.Context, *MsgMintTrustedContent) (*MsgMintTrustedContentResponse, error)
	// MintTrustedResource defines a method for minting a resource.
	MintTrustedResource(context.Context, *MsgMintTrustedResource) (*MsgMintTrustedResourceResponse, error)
	//Create ancon metadata
	UpdateMetadataOwnership(context.Context, *MsgUpdateMetadataOwnership) (*MsgUpdateMetadataOwnershipResponse, error)
}

MsgServer is the server API for Msg service.

type MsgSetAttribute

type MsgSetAttribute struct {
	Identity string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	Actor    string `protobuf:"bytes,2,opt,name=actor,proto3" json:"actor,omitempty"`
	Creator  string `protobuf:"bytes,3,opt,name=creator,proto3" json:"creator,omitempty"`
	Name     []byte `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Value    []byte `protobuf:"bytes,5,opt,name=value,proto3" json:"value,omitempty"`
}

func (*MsgSetAttribute) Descriptor

func (*MsgSetAttribute) Descriptor() ([]byte, []int)

func (*MsgSetAttribute) Marshal

func (m *MsgSetAttribute) Marshal() (dAtA []byte, err error)

func (*MsgSetAttribute) MarshalTo

func (m *MsgSetAttribute) MarshalTo(dAtA []byte) (int, error)

func (*MsgSetAttribute) MarshalToSizedBuffer

func (m *MsgSetAttribute) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgSetAttribute) ProtoMessage

func (*MsgSetAttribute) ProtoMessage()

func (*MsgSetAttribute) Reset

func (m *MsgSetAttribute) Reset()

func (*MsgSetAttribute) Size

func (m *MsgSetAttribute) Size() (n int)

func (*MsgSetAttribute) String

func (m *MsgSetAttribute) String() string

func (*MsgSetAttribute) Unmarshal

func (m *MsgSetAttribute) Unmarshal(dAtA []byte) error

func (*MsgSetAttribute) XXX_DiscardUnknown

func (m *MsgSetAttribute) XXX_DiscardUnknown()

func (*MsgSetAttribute) XXX_Marshal

func (m *MsgSetAttribute) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgSetAttribute) XXX_Merge

func (m *MsgSetAttribute) XXX_Merge(src proto.Message)

func (*MsgSetAttribute) XXX_Size

func (m *MsgSetAttribute) XXX_Size() int

func (*MsgSetAttribute) XXX_Unmarshal

func (m *MsgSetAttribute) XXX_Unmarshal(b []byte) error

type MsgSetAttributeResponse

type MsgSetAttributeResponse struct {
	Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
}

func (*MsgSetAttributeResponse) Descriptor

func (*MsgSetAttributeResponse) Descriptor() ([]byte, []int)

func (*MsgSetAttributeResponse) Marshal

func (m *MsgSetAttributeResponse) Marshal() (dAtA []byte, err error)

func (*MsgSetAttributeResponse) MarshalTo

func (m *MsgSetAttributeResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgSetAttributeResponse) MarshalToSizedBuffer

func (m *MsgSetAttributeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgSetAttributeResponse) ProtoMessage

func (*MsgSetAttributeResponse) ProtoMessage()

func (*MsgSetAttributeResponse) Reset

func (m *MsgSetAttributeResponse) Reset()

func (*MsgSetAttributeResponse) Size

func (m *MsgSetAttributeResponse) Size() (n int)

func (*MsgSetAttributeResponse) String

func (m *MsgSetAttributeResponse) String() string

func (*MsgSetAttributeResponse) Unmarshal

func (m *MsgSetAttributeResponse) Unmarshal(dAtA []byte) error

func (*MsgSetAttributeResponse) XXX_DiscardUnknown

func (m *MsgSetAttributeResponse) XXX_DiscardUnknown()

func (*MsgSetAttributeResponse) XXX_Marshal

func (m *MsgSetAttributeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgSetAttributeResponse) XXX_Merge

func (m *MsgSetAttributeResponse) XXX_Merge(src proto.Message)

func (*MsgSetAttributeResponse) XXX_Size

func (m *MsgSetAttributeResponse) XXX_Size() int

func (*MsgSetAttributeResponse) XXX_Unmarshal

func (m *MsgSetAttributeResponse) XXX_Unmarshal(b []byte) error

type MsgTransferDenom

type MsgTransferDenom struct {
	Id        string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Sender    string `protobuf:"bytes,2,opt,name=sender,proto3" json:"sender,omitempty"`
	Recipient string `protobuf:"bytes,3,opt,name=recipient,proto3" json:"recipient,omitempty"`
}

MsgTransferDenom defines an SDK message for transferring an denom to recipient.

func NewMsgTransferDenom

func NewMsgTransferDenom(denomId, sender, recipient string) *MsgTransferDenom

NewMsgTransferDenom is a constructor function for msgTransferDenom

func (*MsgTransferDenom) Descriptor

func (*MsgTransferDenom) Descriptor() ([]byte, []int)

func (*MsgTransferDenom) Equal

func (this *MsgTransferDenom) Equal(that interface{}) bool

func (*MsgTransferDenom) GetId

func (m *MsgTransferDenom) GetId() string

func (*MsgTransferDenom) GetRecipient

func (m *MsgTransferDenom) GetRecipient() string

func (*MsgTransferDenom) GetSender

func (m *MsgTransferDenom) GetSender() string

func (MsgTransferDenom) GetSignBytes

func (msg MsgTransferDenom) GetSignBytes() []byte

GetSignBytes Implements Msg.

func (MsgTransferDenom) GetSigners

func (msg MsgTransferDenom) GetSigners() []sdk.AccAddress

GetSigners Implements Msg.

func (*MsgTransferDenom) Marshal

func (m *MsgTransferDenom) Marshal() (dAtA []byte, err error)

func (*MsgTransferDenom) MarshalTo

func (m *MsgTransferDenom) MarshalTo(dAtA []byte) (int, error)

func (*MsgTransferDenom) MarshalToSizedBuffer

func (m *MsgTransferDenom) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgTransferDenom) ProtoMessage

func (*MsgTransferDenom) ProtoMessage()

func (*MsgTransferDenom) Reset

func (m *MsgTransferDenom) Reset()

func (MsgTransferDenom) Route

func (msg MsgTransferDenom) Route() string

Route Implements Msg

func (*MsgTransferDenom) Size

func (m *MsgTransferDenom) Size() (n int)

func (*MsgTransferDenom) String

func (m *MsgTransferDenom) String() string

func (MsgTransferDenom) Type

func (msg MsgTransferDenom) Type() string

Type Implements Msg

func (*MsgTransferDenom) Unmarshal

func (m *MsgTransferDenom) Unmarshal(dAtA []byte) error

func (MsgTransferDenom) ValidateBasic

func (msg MsgTransferDenom) ValidateBasic() error

ValidateBasic Implements Msg.

func (*MsgTransferDenom) XXX_DiscardUnknown

func (m *MsgTransferDenom) XXX_DiscardUnknown()

func (*MsgTransferDenom) XXX_Marshal

func (m *MsgTransferDenom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgTransferDenom) XXX_Merge

func (m *MsgTransferDenom) XXX_Merge(src proto.Message)

func (*MsgTransferDenom) XXX_Size

func (m *MsgTransferDenom) XXX_Size() int

func (*MsgTransferDenom) XXX_Unmarshal

func (m *MsgTransferDenom) XXX_Unmarshal(b []byte) error

type MsgTransferDenomResponse

type MsgTransferDenomResponse struct {
}

MsgTransferDenomResponse defines the Msg/TransferDenom response type.

func (*MsgTransferDenomResponse) Descriptor

func (*MsgTransferDenomResponse) Descriptor() ([]byte, []int)

func (*MsgTransferDenomResponse) Marshal

func (m *MsgTransferDenomResponse) Marshal() (dAtA []byte, err error)

func (*MsgTransferDenomResponse) MarshalTo

func (m *MsgTransferDenomResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgTransferDenomResponse) MarshalToSizedBuffer

func (m *MsgTransferDenomResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgTransferDenomResponse) ProtoMessage

func (*MsgTransferDenomResponse) ProtoMessage()

func (*MsgTransferDenomResponse) Reset

func (m *MsgTransferDenomResponse) Reset()

func (*MsgTransferDenomResponse) Size

func (m *MsgTransferDenomResponse) Size() (n int)

func (*MsgTransferDenomResponse) String

func (m *MsgTransferDenomResponse) String() string

func (*MsgTransferDenomResponse) Unmarshal

func (m *MsgTransferDenomResponse) Unmarshal(dAtA []byte) error

func (*MsgTransferDenomResponse) XXX_DiscardUnknown

func (m *MsgTransferDenomResponse) XXX_DiscardUnknown()

func (*MsgTransferDenomResponse) XXX_Marshal

func (m *MsgTransferDenomResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgTransferDenomResponse) XXX_Merge

func (m *MsgTransferDenomResponse) XXX_Merge(src proto.Message)

func (*MsgTransferDenomResponse) XXX_Size

func (m *MsgTransferDenomResponse) XXX_Size() int

func (*MsgTransferDenomResponse) XXX_Unmarshal

func (m *MsgTransferDenomResponse) XXX_Unmarshal(b []byte) error

type MsgTransferNFT

type MsgTransferNFT struct {
	Id        string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	DenomId   string `protobuf:"bytes,2,opt,name=denom_id,json=denomId,proto3" json:"denom_id,omitempty" yaml:"denom_id"`
	Name      string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	URI       string `protobuf:"bytes,4,opt,name=uri,proto3" json:"uri,omitempty"`
	Data      string `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	Sender    string `protobuf:"bytes,6,opt,name=sender,proto3" json:"sender,omitempty"`
	Recipient string `protobuf:"bytes,7,opt,name=recipient,proto3" json:"recipient,omitempty"`
}

MsgTransferNFT defines an SDK message for transferring an NFT to recipient.

func NewMsgTransferNFT

func NewMsgTransferNFT(
	tokenID, denomID, tokenName, tokenURI, tokenData, sender, recipient string,
) *MsgTransferNFT

NewMsgTransferNFT is a constructor function for MsgSetName

func (*MsgTransferNFT) Descriptor

func (*MsgTransferNFT) Descriptor() ([]byte, []int)

func (*MsgTransferNFT) Equal

func (this *MsgTransferNFT) Equal(that interface{}) bool

func (*MsgTransferNFT) GetData

func (m *MsgTransferNFT) GetData() string

func (*MsgTransferNFT) GetDenomId

func (m *MsgTransferNFT) GetDenomId() string

func (*MsgTransferNFT) GetId

func (m *MsgTransferNFT) GetId() string

func (*MsgTransferNFT) GetName

func (m *MsgTransferNFT) GetName() string

func (*MsgTransferNFT) GetRecipient

func (m *MsgTransferNFT) GetRecipient() string

func (*MsgTransferNFT) GetSender

func (m *MsgTransferNFT) GetSender() string

func (MsgTransferNFT) GetSignBytes

func (msg MsgTransferNFT) GetSignBytes() []byte

GetSignBytes Implements Msg.

func (MsgTransferNFT) GetSigners

func (msg MsgTransferNFT) GetSigners() []sdk.AccAddress

GetSigners Implements Msg.

func (*MsgTransferNFT) GetURI

func (m *MsgTransferNFT) GetURI() string

func (*MsgTransferNFT) Marshal

func (m *MsgTransferNFT) Marshal() (dAtA []byte, err error)

func (*MsgTransferNFT) MarshalTo

func (m *MsgTransferNFT) MarshalTo(dAtA []byte) (int, error)

func (*MsgTransferNFT) MarshalToSizedBuffer

func (m *MsgTransferNFT) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgTransferNFT) ProtoMessage

func (*MsgTransferNFT) ProtoMessage()

func (*MsgTransferNFT) Reset

func (m *MsgTransferNFT) Reset()

func (MsgTransferNFT) Route

func (msg MsgTransferNFT) Route() string

Route Implements Msg

func (*MsgTransferNFT) Size

func (m *MsgTransferNFT) Size() (n int)

func (*MsgTransferNFT) String

func (m *MsgTransferNFT) String() string

func (MsgTransferNFT) Type

func (msg MsgTransferNFT) Type() string

Type Implements Msg

func (*MsgTransferNFT) Unmarshal

func (m *MsgTransferNFT) Unmarshal(dAtA []byte) error

func (MsgTransferNFT) ValidateBasic

func (msg MsgTransferNFT) ValidateBasic() error

ValidateBasic Implements Msg.

func (*MsgTransferNFT) XXX_DiscardUnknown

func (m *MsgTransferNFT) XXX_DiscardUnknown()

func (*MsgTransferNFT) XXX_Marshal

func (m *MsgTransferNFT) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgTransferNFT) XXX_Merge

func (m *MsgTransferNFT) XXX_Merge(src proto.Message)

func (*MsgTransferNFT) XXX_Size

func (m *MsgTransferNFT) XXX_Size() int

func (*MsgTransferNFT) XXX_Unmarshal

func (m *MsgTransferNFT) XXX_Unmarshal(b []byte) error

type MsgTransferNFTResponse

type MsgTransferNFTResponse struct {
}

MsgTransferNFTResponse defines the Msg/TransferNFT response type.

func (*MsgTransferNFTResponse) Descriptor

func (*MsgTransferNFTResponse) Descriptor() ([]byte, []int)

func (*MsgTransferNFTResponse) Marshal

func (m *MsgTransferNFTResponse) Marshal() (dAtA []byte, err error)

func (*MsgTransferNFTResponse) MarshalTo

func (m *MsgTransferNFTResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgTransferNFTResponse) MarshalToSizedBuffer

func (m *MsgTransferNFTResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgTransferNFTResponse) ProtoMessage

func (*MsgTransferNFTResponse) ProtoMessage()

func (*MsgTransferNFTResponse) Reset

func (m *MsgTransferNFTResponse) Reset()

func (*MsgTransferNFTResponse) Size

func (m *MsgTransferNFTResponse) Size() (n int)

func (*MsgTransferNFTResponse) String

func (m *MsgTransferNFTResponse) String() string

func (*MsgTransferNFTResponse) Unmarshal

func (m *MsgTransferNFTResponse) Unmarshal(dAtA []byte) error

func (*MsgTransferNFTResponse) XXX_DiscardUnknown

func (m *MsgTransferNFTResponse) XXX_DiscardUnknown()

func (*MsgTransferNFTResponse) XXX_Marshal

func (m *MsgTransferNFTResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgTransferNFTResponse) XXX_Merge

func (m *MsgTransferNFTResponse) XXX_Merge(src proto.Message)

func (*MsgTransferNFTResponse) XXX_Size

func (m *MsgTransferNFTResponse) XXX_Size() int

func (*MsgTransferNFTResponse) XXX_Unmarshal

func (m *MsgTransferNFTResponse) XXX_Unmarshal(b []byte) error

type MsgUpdateDid

type MsgUpdateDid struct {
	Creator  string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Did      string `protobuf:"bytes,2,opt,name=did,proto3" json:"did,omitempty"`
	Metadata string `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Cid      string `protobuf:"bytes,4,opt,name=cid,proto3" json:"cid,omitempty"`
}

func NewMsgUpdateDid

func NewMsgUpdateDid(creator string) *MsgUpdateDid

func (*MsgUpdateDid) Descriptor

func (*MsgUpdateDid) Descriptor() ([]byte, []int)

func (*MsgUpdateDid) GetCid

func (m *MsgUpdateDid) GetCid() string

func (*MsgUpdateDid) GetCreator

func (m *MsgUpdateDid) GetCreator() string

func (*MsgUpdateDid) GetDid

func (m *MsgUpdateDid) GetDid() string

func (*MsgUpdateDid) GetMetadata

func (m *MsgUpdateDid) GetMetadata() string

func (*MsgUpdateDid) GetSignBytes

func (msg *MsgUpdateDid) GetSignBytes() []byte

func (*MsgUpdateDid) GetSigners

func (msg *MsgUpdateDid) GetSigners() []sdk.AccAddress

func (*MsgUpdateDid) Marshal

func (m *MsgUpdateDid) Marshal() (dAtA []byte, err error)

func (*MsgUpdateDid) MarshalTo

func (m *MsgUpdateDid) MarshalTo(dAtA []byte) (int, error)

func (*MsgUpdateDid) MarshalToSizedBuffer

func (m *MsgUpdateDid) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgUpdateDid) ProtoMessage

func (*MsgUpdateDid) ProtoMessage()

func (*MsgUpdateDid) Reset

func (m *MsgUpdateDid) Reset()

func (*MsgUpdateDid) Route

func (msg *MsgUpdateDid) Route() string

func (*MsgUpdateDid) Size

func (m *MsgUpdateDid) Size() (n int)

func (*MsgUpdateDid) String

func (m *MsgUpdateDid) String() string

func (*MsgUpdateDid) Type

func (msg *MsgUpdateDid) Type() string

func (*MsgUpdateDid) Unmarshal

func (m *MsgUpdateDid) Unmarshal(dAtA []byte) error

func (*MsgUpdateDid) ValidateBasic

func (msg *MsgUpdateDid) ValidateBasic() error

func (*MsgUpdateDid) XXX_DiscardUnknown

func (m *MsgUpdateDid) XXX_DiscardUnknown()

func (*MsgUpdateDid) XXX_Marshal

func (m *MsgUpdateDid) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgUpdateDid) XXX_Merge

func (m *MsgUpdateDid) XXX_Merge(src proto.Message)

func (*MsgUpdateDid) XXX_Size

func (m *MsgUpdateDid) XXX_Size() int

func (*MsgUpdateDid) XXX_Unmarshal

func (m *MsgUpdateDid) XXX_Unmarshal(b []byte) error

type MsgUpdateDidResponse

type MsgUpdateDidResponse struct {
}

func (*MsgUpdateDidResponse) Descriptor

func (*MsgUpdateDidResponse) Descriptor() ([]byte, []int)

func (*MsgUpdateDidResponse) Marshal

func (m *MsgUpdateDidResponse) Marshal() (dAtA []byte, err error)

func (*MsgUpdateDidResponse) MarshalTo

func (m *MsgUpdateDidResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgUpdateDidResponse) MarshalToSizedBuffer

func (m *MsgUpdateDidResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgUpdateDidResponse) ProtoMessage

func (*MsgUpdateDidResponse) ProtoMessage()

func (*MsgUpdateDidResponse) Reset

func (m *MsgUpdateDidResponse) Reset()

func (*MsgUpdateDidResponse) Size

func (m *MsgUpdateDidResponse) Size() (n int)

func (*MsgUpdateDidResponse) String

func (m *MsgUpdateDidResponse) String() string

func (*MsgUpdateDidResponse) Unmarshal

func (m *MsgUpdateDidResponse) Unmarshal(dAtA []byte) error

func (*MsgUpdateDidResponse) XXX_DiscardUnknown

func (m *MsgUpdateDidResponse) XXX_DiscardUnknown()

func (*MsgUpdateDidResponse) XXX_Marshal

func (m *MsgUpdateDidResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgUpdateDidResponse) XXX_Merge

func (m *MsgUpdateDidResponse) XXX_Merge(src proto.Message)

func (*MsgUpdateDidResponse) XXX_Size

func (m *MsgUpdateDidResponse) XXX_Size() int

func (*MsgUpdateDidResponse) XXX_Unmarshal

func (m *MsgUpdateDidResponse) XXX_Unmarshal(b []byte) error

type MsgUpdateMetadataOwnership

type MsgUpdateMetadataOwnership struct {
	Hash             string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	PreviousOwner    string `protobuf:"bytes,2,opt,name=previousOwner,proto3" json:"previousOwner,omitempty"`
	NewOwner         string `protobuf:"bytes,3,opt,name=newOwner,proto3" json:"newOwner,omitempty"`
	CurrentChainId   string `protobuf:"bytes,4,opt,name=currentChainId,proto3" json:"currentChainId,omitempty"`
	RecipientChainId string `protobuf:"bytes,5,opt,name=recipientChainId,proto3" json:"recipientChainId,omitempty"`
	Sender           string `protobuf:"bytes,6,opt,name=sender,proto3" json:"sender,omitempty"`
	TokenAddress     string `protobuf:"bytes,7,opt,name=tokenAddress,proto3" json:"tokenAddress,omitempty"`
	TokenId          string `protobuf:"bytes,8,opt,name=tokenId,proto3" json:"tokenId,omitempty"`
}

func NewMsgUpdateMetadataOwnership

func NewMsgUpdateMetadataOwnership(hash string, previousOwner, newOwner, chainId, recipientChainId string) *MsgUpdateMetadataOwnership

func (*MsgUpdateMetadataOwnership) Descriptor

func (*MsgUpdateMetadataOwnership) Descriptor() ([]byte, []int)

func (*MsgUpdateMetadataOwnership) GetCurrentChainId

func (m *MsgUpdateMetadataOwnership) GetCurrentChainId() string

func (*MsgUpdateMetadataOwnership) GetHash

func (m *MsgUpdateMetadataOwnership) GetHash() string

func (*MsgUpdateMetadataOwnership) GetNewOwner

func (m *MsgUpdateMetadataOwnership) GetNewOwner() string

func (*MsgUpdateMetadataOwnership) GetPreviousOwner

func (m *MsgUpdateMetadataOwnership) GetPreviousOwner() string

func (*MsgUpdateMetadataOwnership) GetRecipientChainId

func (m *MsgUpdateMetadataOwnership) GetRecipientChainId() string

func (*MsgUpdateMetadataOwnership) GetSender

func (m *MsgUpdateMetadataOwnership) GetSender() string

func (*MsgUpdateMetadataOwnership) GetSignBytes

func (msg *MsgUpdateMetadataOwnership) GetSignBytes() []byte

func (*MsgUpdateMetadataOwnership) GetSigners

func (msg *MsgUpdateMetadataOwnership) GetSigners() []sdk.AccAddress

func (*MsgUpdateMetadataOwnership) GetTokenAddress

func (m *MsgUpdateMetadataOwnership) GetTokenAddress() string

func (*MsgUpdateMetadataOwnership) GetTokenId

func (m *MsgUpdateMetadataOwnership) GetTokenId() string

func (*MsgUpdateMetadataOwnership) Marshal

func (m *MsgUpdateMetadataOwnership) Marshal() (dAtA []byte, err error)

func (*MsgUpdateMetadataOwnership) MarshalTo

func (m *MsgUpdateMetadataOwnership) MarshalTo(dAtA []byte) (int, error)

func (*MsgUpdateMetadataOwnership) MarshalToSizedBuffer

func (m *MsgUpdateMetadataOwnership) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgUpdateMetadataOwnership) ProtoMessage

func (*MsgUpdateMetadataOwnership) ProtoMessage()

func (*MsgUpdateMetadataOwnership) Reset

func (m *MsgUpdateMetadataOwnership) Reset()

func (*MsgUpdateMetadataOwnership) Route

func (msg *MsgUpdateMetadataOwnership) Route() string

func (*MsgUpdateMetadataOwnership) Size

func (m *MsgUpdateMetadataOwnership) Size() (n int)

func (*MsgUpdateMetadataOwnership) String

func (m *MsgUpdateMetadataOwnership) String() string

func (*MsgUpdateMetadataOwnership) Type

func (msg *MsgUpdateMetadataOwnership) Type() string

func (*MsgUpdateMetadataOwnership) Unmarshal

func (m *MsgUpdateMetadataOwnership) Unmarshal(dAtA []byte) error

func (*MsgUpdateMetadataOwnership) ValidateBasic

func (msg *MsgUpdateMetadataOwnership) ValidateBasic() error

func (*MsgUpdateMetadataOwnership) XXX_DiscardUnknown

func (m *MsgUpdateMetadataOwnership) XXX_DiscardUnknown()

func (*MsgUpdateMetadataOwnership) XXX_Marshal

func (m *MsgUpdateMetadataOwnership) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgUpdateMetadataOwnership) XXX_Merge

func (m *MsgUpdateMetadataOwnership) XXX_Merge(src proto.Message)

func (*MsgUpdateMetadataOwnership) XXX_Size

func (m *MsgUpdateMetadataOwnership) XXX_Size() int

func (*MsgUpdateMetadataOwnership) XXX_Unmarshal

func (m *MsgUpdateMetadataOwnership) XXX_Unmarshal(b []byte) error

type MsgUpdateMetadataOwnershipResponse

type MsgUpdateMetadataOwnershipResponse struct {
	MetadataRef string `protobuf:"bytes,1,opt,name=metadataRef,proto3" json:"metadataRef,omitempty"`
	PacketRef   string `protobuf:"bytes,2,opt,name=packetRef,proto3" json:"packetRef,omitempty"`
}

func (*MsgUpdateMetadataOwnershipResponse) Descriptor

func (*MsgUpdateMetadataOwnershipResponse) Descriptor() ([]byte, []int)

func (*MsgUpdateMetadataOwnershipResponse) GetMetadataRef

func (m *MsgUpdateMetadataOwnershipResponse) GetMetadataRef() string

func (*MsgUpdateMetadataOwnershipResponse) GetPacketRef

func (m *MsgUpdateMetadataOwnershipResponse) GetPacketRef() string

func (*MsgUpdateMetadataOwnershipResponse) Marshal

func (m *MsgUpdateMetadataOwnershipResponse) Marshal() (dAtA []byte, err error)

func (*MsgUpdateMetadataOwnershipResponse) MarshalTo

func (m *MsgUpdateMetadataOwnershipResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgUpdateMetadataOwnershipResponse) MarshalToSizedBuffer

func (m *MsgUpdateMetadataOwnershipResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgUpdateMetadataOwnershipResponse) ProtoMessage

func (*MsgUpdateMetadataOwnershipResponse) ProtoMessage()

func (*MsgUpdateMetadataOwnershipResponse) Reset

func (*MsgUpdateMetadataOwnershipResponse) Size

func (*MsgUpdateMetadataOwnershipResponse) String

func (*MsgUpdateMetadataOwnershipResponse) Unmarshal

func (m *MsgUpdateMetadataOwnershipResponse) Unmarshal(dAtA []byte) error

func (*MsgUpdateMetadataOwnershipResponse) XXX_DiscardUnknown

func (m *MsgUpdateMetadataOwnershipResponse) XXX_DiscardUnknown()

func (*MsgUpdateMetadataOwnershipResponse) XXX_Marshal

func (m *MsgUpdateMetadataOwnershipResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgUpdateMetadataOwnershipResponse) XXX_Merge

func (*MsgUpdateMetadataOwnershipResponse) XXX_Size

func (*MsgUpdateMetadataOwnershipResponse) XXX_Unmarshal

func (m *MsgUpdateMetadataOwnershipResponse) XXX_Unmarshal(b []byte) error

type NFTs

type NFTs []exported.NFT

NFTs define a list of NFT

func NewNFTs

func NewNFTs(nfts ...exported.NFT) NFTs

NewNFTs creates a new set of NFTs

type OffchainLookup

type OffchainLookup struct {
	Uri    string
	Prefix string
}

type Owner

type Owner struct {
	Address       string         `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	IDCollections []IDCollection `protobuf:"bytes,2,rep,name=id_collections,json=idCollections,proto3" json:"id_collections" yaml:"idcs"`
}

Owner defines a type of owner

func NewOwner

func NewOwner(owner sdk.AccAddress, idCollections ...IDCollection) Owner

NewOwner creates a new Owner

func (*Owner) Descriptor

func (*Owner) Descriptor() ([]byte, []int)

func (*Owner) Equal

func (this *Owner) Equal(that interface{}) bool

func (*Owner) Marshal

func (m *Owner) Marshal() (dAtA []byte, err error)

func (*Owner) MarshalTo

func (m *Owner) MarshalTo(dAtA []byte) (int, error)

func (*Owner) MarshalToSizedBuffer

func (m *Owner) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Owner) ProtoMessage

func (*Owner) ProtoMessage()

func (*Owner) Reset

func (m *Owner) Reset()

func (*Owner) Size

func (m *Owner) Size() (n int)

func (*Owner) String

func (m *Owner) String() string

func (*Owner) Unmarshal

func (m *Owner) Unmarshal(dAtA []byte) error

func (*Owner) XXX_DiscardUnknown

func (m *Owner) XXX_DiscardUnknown()

func (*Owner) XXX_Marshal

func (m *Owner) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Owner) XXX_Merge

func (m *Owner) XXX_Merge(src proto.Message)

func (*Owner) XXX_Size

func (m *Owner) XXX_Size() int

func (*Owner) XXX_Unmarshal

func (m *Owner) XXX_Unmarshal(b []byte) error

type Owners

type Owners []Owner

func NewOwners

func NewOwners(owner ...Owner) Owners

NewOwner creates a new Owner

func (Owners) String

func (owners Owners) String() string

String follows stringer interface

type QueryClient

type QueryClient interface {
	// ReadRoyaltyInfo
	ReadRoyaltyInfo(ctx context.Context, in *QueryReadRoyaltyInfo, opts ...grpc.CallOption) (*QueryReadRoyaltyInfoResponse, error)
	// Queries a list of resource items.
	ReadWithPath(ctx context.Context, in *QueryResourceRequest, opts ...grpc.CallOption) (*QueryResourceResponse, error)
	// Reads metadata proofs
	ReadMetadataProof(ctx context.Context, in *QueryProofMetadataRequest, opts ...grpc.CallOption) (*QueryProofResponse, error)
	// Queries a list of owners items.
	IdentifyOwner(ctx context.Context, in *QueryIdentifyOwnerRequest, opts ...grpc.CallOption) (*QueryIdentifyOwnerResponse, error)
	// Queries a list of Attributes items.
	GetAttributes(ctx context.Context, in *QueryGetAttributesRequest, opts ...grpc.CallOption) (*QueryGetAttributesResponse, error)
	// Queries a list of resource items.
	Resource(ctx context.Context, in *QueryResourceRequest, opts ...grpc.CallOption) (*QueryResourceResponse, error)
	// Queries a list of delegates items.
	ReadDelegate(ctx context.Context, in *QueryGetDelegateRequest, opts ...grpc.CallOption) (*QueryGetDelegateResponse, error)
	// Owner queries the NFTs of the specified owner
	Owner(ctx context.Context, in *QueryOwnerRequest, opts ...grpc.CallOption) (*QueryOwnerResponse, error)
	// Collection queries the NFTs of the specified denom
	Collection(ctx context.Context, in *QueryCollectionRequest, opts ...grpc.CallOption) (*QueryCollectionResponse, error)
	// Denom queries the definition of a given denom
	Denom(ctx context.Context, in *QueryDenomRequest, opts ...grpc.CallOption) (*QueryDenomResponse, error)
	// Denoms queries all the denoms
	Denoms(ctx context.Context, in *QueryDenomsRequest, opts ...grpc.CallOption) (*QueryDenomsResponse, error)
	// NFT queries the NFT for the given denom and token ID
	GetNft(ctx context.Context, in *QueryNFTRequest, opts ...grpc.CallOption) (*QueryNFTResponse, error)
	ResolveDidWeb(ctx context.Context, in *QueryDidWebRequest, opts ...grpc.CallOption) (*QueryResourceResponse, error)
	GetDidKey(ctx context.Context, in *QueryGetDidRequest, opts ...grpc.CallOption) (*QueryResourceResponse, error)
}

QueryClient is the client API for Query service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewQueryClient

func NewQueryClient(cc grpc1.ClientConn) QueryClient

type QueryCollectionParams

type QueryCollectionParams struct {
	Denom string
}

QuerySupplyParams defines the params for queries:

func NewQueryCollectionParams

func NewQueryCollectionParams(denom string) QueryCollectionParams

NewQueryCollectionParams creates a new instance of QueryCollectionParams

type QueryCollectionRequest

type QueryCollectionRequest struct {
	DenomId string `protobuf:"bytes,1,opt,name=denom_id,json=denomId,proto3" json:"denom_id,omitempty" yaml:"denom_id"`
	// pagination defines an optional pagination for the request.
	Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

QueryCollectionRequest is the request type for the Query/Collection RPC method

func (*QueryCollectionRequest) Descriptor

func (*QueryCollectionRequest) Descriptor() ([]byte, []int)

func (*QueryCollectionRequest) GetDenomId

func (m *QueryCollectionRequest) GetDenomId() string

func (*QueryCollectionRequest) GetPagination

func (m *QueryCollectionRequest) GetPagination() *query.PageRequest

func (*QueryCollectionRequest) Marshal

func (m *QueryCollectionRequest) Marshal() (dAtA []byte, err error)

func (*QueryCollectionRequest) MarshalTo

func (m *QueryCollectionRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryCollectionRequest) MarshalToSizedBuffer

func (m *QueryCollectionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryCollectionRequest) ProtoMessage

func (*QueryCollectionRequest) ProtoMessage()

func (*QueryCollectionRequest) Reset

func (m *QueryCollectionRequest) Reset()

func (*QueryCollectionRequest) Size

func (m *QueryCollectionRequest) Size() (n int)

func (*QueryCollectionRequest) String

func (m *QueryCollectionRequest) String() string

func (*QueryCollectionRequest) Unmarshal

func (m *QueryCollectionRequest) Unmarshal(dAtA []byte) error

func (*QueryCollectionRequest) XXX_DiscardUnknown

func (m *QueryCollectionRequest) XXX_DiscardUnknown()

func (*QueryCollectionRequest) XXX_Marshal

func (m *QueryCollectionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryCollectionRequest) XXX_Merge

func (m *QueryCollectionRequest) XXX_Merge(src proto.Message)

func (*QueryCollectionRequest) XXX_Size

func (m *QueryCollectionRequest) XXX_Size() int

func (*QueryCollectionRequest) XXX_Unmarshal

func (m *QueryCollectionRequest) XXX_Unmarshal(b []byte) error

type QueryCollectionResponse

type QueryCollectionResponse struct {
	Collection *Collection         `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"`
	Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

QueryCollectionResponse is the response type for the Query/Collection RPC method

func (*QueryCollectionResponse) Descriptor

func (*QueryCollectionResponse) Descriptor() ([]byte, []int)

func (*QueryCollectionResponse) GetCollection

func (m *QueryCollectionResponse) GetCollection() *Collection

func (*QueryCollectionResponse) GetPagination

func (m *QueryCollectionResponse) GetPagination() *query.PageResponse

func (*QueryCollectionResponse) Marshal

func (m *QueryCollectionResponse) Marshal() (dAtA []byte, err error)

func (*QueryCollectionResponse) MarshalTo

func (m *QueryCollectionResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryCollectionResponse) MarshalToSizedBuffer

func (m *QueryCollectionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryCollectionResponse) ProtoMessage

func (*QueryCollectionResponse) ProtoMessage()

func (*QueryCollectionResponse) Reset

func (m *QueryCollectionResponse) Reset()

func (*QueryCollectionResponse) Size

func (m *QueryCollectionResponse) Size() (n int)

func (*QueryCollectionResponse) String

func (m *QueryCollectionResponse) String() string

func (*QueryCollectionResponse) Unmarshal

func (m *QueryCollectionResponse) Unmarshal(dAtA []byte) error

func (*QueryCollectionResponse) XXX_DiscardUnknown

func (m *QueryCollectionResponse) XXX_DiscardUnknown()

func (*QueryCollectionResponse) XXX_Marshal

func (m *QueryCollectionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryCollectionResponse) XXX_Merge

func (m *QueryCollectionResponse) XXX_Merge(src proto.Message)

func (*QueryCollectionResponse) XXX_Size

func (m *QueryCollectionResponse) XXX_Size() int

func (*QueryCollectionResponse) XXX_Unmarshal

func (m *QueryCollectionResponse) XXX_Unmarshal(b []byte) error

type QueryDenomParams

type QueryDenomParams struct {
	ID string
}

QueryDenomParams defines the params for queries:

func NewQueryDenomParams

func NewQueryDenomParams(id string) QueryDenomParams

NewQueryDenomParams creates a new instance of QueryDenomParams

type QueryDenomRequest

type QueryDenomRequest struct {
	DenomId string `protobuf:"bytes,1,opt,name=denom_id,json=denomId,proto3" json:"denom_id,omitempty" yaml:"denom_id"`
}

QueryDenomRequest is the request type for the Query/Denom RPC method

func (*QueryDenomRequest) Descriptor

func (*QueryDenomRequest) Descriptor() ([]byte, []int)

func (*QueryDenomRequest) GetDenomId

func (m *QueryDenomRequest) GetDenomId() string

func (*QueryDenomRequest) Marshal

func (m *QueryDenomRequest) Marshal() (dAtA []byte, err error)

func (*QueryDenomRequest) MarshalTo

func (m *QueryDenomRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryDenomRequest) MarshalToSizedBuffer

func (m *QueryDenomRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryDenomRequest) ProtoMessage

func (*QueryDenomRequest) ProtoMessage()

func (*QueryDenomRequest) Reset

func (m *QueryDenomRequest) Reset()

func (*QueryDenomRequest) Size

func (m *QueryDenomRequest) Size() (n int)

func (*QueryDenomRequest) String

func (m *QueryDenomRequest) String() string

func (*QueryDenomRequest) Unmarshal

func (m *QueryDenomRequest) Unmarshal(dAtA []byte) error

func (*QueryDenomRequest) XXX_DiscardUnknown

func (m *QueryDenomRequest) XXX_DiscardUnknown()

func (*QueryDenomRequest) XXX_Marshal

func (m *QueryDenomRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryDenomRequest) XXX_Merge

func (m *QueryDenomRequest) XXX_Merge(src proto.Message)

func (*QueryDenomRequest) XXX_Size

func (m *QueryDenomRequest) XXX_Size() int

func (*QueryDenomRequest) XXX_Unmarshal

func (m *QueryDenomRequest) XXX_Unmarshal(b []byte) error

type QueryDenomResponse

type QueryDenomResponse struct {
	Denom *Denom `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"`
}

QueryDenomResponse is the response type for the Query/Denom RPC method

func (*QueryDenomResponse) Descriptor

func (*QueryDenomResponse) Descriptor() ([]byte, []int)

func (*QueryDenomResponse) GetDenom

func (m *QueryDenomResponse) GetDenom() *Denom

func (*QueryDenomResponse) Marshal

func (m *QueryDenomResponse) Marshal() (dAtA []byte, err error)

func (*QueryDenomResponse) MarshalTo

func (m *QueryDenomResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryDenomResponse) MarshalToSizedBuffer

func (m *QueryDenomResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryDenomResponse) ProtoMessage

func (*QueryDenomResponse) ProtoMessage()

func (*QueryDenomResponse) Reset

func (m *QueryDenomResponse) Reset()

func (*QueryDenomResponse) Size

func (m *QueryDenomResponse) Size() (n int)

func (*QueryDenomResponse) String

func (m *QueryDenomResponse) String() string

func (*QueryDenomResponse) Unmarshal

func (m *QueryDenomResponse) Unmarshal(dAtA []byte) error

func (*QueryDenomResponse) XXX_DiscardUnknown

func (m *QueryDenomResponse) XXX_DiscardUnknown()

func (*QueryDenomResponse) XXX_Marshal

func (m *QueryDenomResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryDenomResponse) XXX_Merge

func (m *QueryDenomResponse) XXX_Merge(src proto.Message)

func (*QueryDenomResponse) XXX_Size

func (m *QueryDenomResponse) XXX_Size() int

func (*QueryDenomResponse) XXX_Unmarshal

func (m *QueryDenomResponse) XXX_Unmarshal(b []byte) error

type QueryDenomsRequest

type QueryDenomsRequest struct {
	// pagination defines an optional pagination for the request.
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

QueryDenomsRequest is the request type for the Query/Denoms RPC method

func (*QueryDenomsRequest) Descriptor

func (*QueryDenomsRequest) Descriptor() ([]byte, []int)

func (*QueryDenomsRequest) GetPagination

func (m *QueryDenomsRequest) GetPagination() *query.PageRequest

func (*QueryDenomsRequest) Marshal

func (m *QueryDenomsRequest) Marshal() (dAtA []byte, err error)

func (*QueryDenomsRequest) MarshalTo

func (m *QueryDenomsRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryDenomsRequest) MarshalToSizedBuffer

func (m *QueryDenomsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryDenomsRequest) ProtoMessage

func (*QueryDenomsRequest) ProtoMessage()

func (*QueryDenomsRequest) Reset

func (m *QueryDenomsRequest) Reset()

func (*QueryDenomsRequest) Size

func (m *QueryDenomsRequest) Size() (n int)

func (*QueryDenomsRequest) String

func (m *QueryDenomsRequest) String() string

func (*QueryDenomsRequest) Unmarshal

func (m *QueryDenomsRequest) Unmarshal(dAtA []byte) error

func (*QueryDenomsRequest) XXX_DiscardUnknown

func (m *QueryDenomsRequest) XXX_DiscardUnknown()

func (*QueryDenomsRequest) XXX_Marshal

func (m *QueryDenomsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryDenomsRequest) XXX_Merge

func (m *QueryDenomsRequest) XXX_Merge(src proto.Message)

func (*QueryDenomsRequest) XXX_Size

func (m *QueryDenomsRequest) XXX_Size() int

func (*QueryDenomsRequest) XXX_Unmarshal

func (m *QueryDenomsRequest) XXX_Unmarshal(b []byte) error

type QueryDenomsResponse

type QueryDenomsResponse struct {
	Denoms     []Denom             `protobuf:"bytes,1,rep,name=denoms,proto3" json:"denoms"`
	Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

QueryDenomsResponse is the response type for the Query/Denoms RPC method

func (*QueryDenomsResponse) Descriptor

func (*QueryDenomsResponse) Descriptor() ([]byte, []int)

func (*QueryDenomsResponse) GetDenoms

func (m *QueryDenomsResponse) GetDenoms() []Denom

func (*QueryDenomsResponse) GetPagination

func (m *QueryDenomsResponse) GetPagination() *query.PageResponse

func (*QueryDenomsResponse) Marshal

func (m *QueryDenomsResponse) Marshal() (dAtA []byte, err error)

func (*QueryDenomsResponse) MarshalTo

func (m *QueryDenomsResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryDenomsResponse) MarshalToSizedBuffer

func (m *QueryDenomsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryDenomsResponse) ProtoMessage

func (*QueryDenomsResponse) ProtoMessage()

func (*QueryDenomsResponse) Reset

func (m *QueryDenomsResponse) Reset()

func (*QueryDenomsResponse) Size

func (m *QueryDenomsResponse) Size() (n int)

func (*QueryDenomsResponse) String

func (m *QueryDenomsResponse) String() string

func (*QueryDenomsResponse) Unmarshal

func (m *QueryDenomsResponse) Unmarshal(dAtA []byte) error

func (*QueryDenomsResponse) XXX_DiscardUnknown

func (m *QueryDenomsResponse) XXX_DiscardUnknown()

func (*QueryDenomsResponse) XXX_Marshal

func (m *QueryDenomsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryDenomsResponse) XXX_Merge

func (m *QueryDenomsResponse) XXX_Merge(src proto.Message)

func (*QueryDenomsResponse) XXX_Size

func (m *QueryDenomsResponse) XXX_Size() int

func (*QueryDenomsResponse) XXX_Unmarshal

func (m *QueryDenomsResponse) XXX_Unmarshal(b []byte) error

type QueryDidWebRequest

type QueryDidWebRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
}

func (*QueryDidWebRequest) Descriptor

func (*QueryDidWebRequest) Descriptor() ([]byte, []int)

func (*QueryDidWebRequest) GetName

func (m *QueryDidWebRequest) GetName() string

func (*QueryDidWebRequest) Marshal

func (m *QueryDidWebRequest) Marshal() (dAtA []byte, err error)

func (*QueryDidWebRequest) MarshalTo

func (m *QueryDidWebRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryDidWebRequest) MarshalToSizedBuffer

func (m *QueryDidWebRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryDidWebRequest) ProtoMessage

func (*QueryDidWebRequest) ProtoMessage()

func (*QueryDidWebRequest) Reset

func (m *QueryDidWebRequest) Reset()

func (*QueryDidWebRequest) Size

func (m *QueryDidWebRequest) Size() (n int)

func (*QueryDidWebRequest) String

func (m *QueryDidWebRequest) String() string

func (*QueryDidWebRequest) Unmarshal

func (m *QueryDidWebRequest) Unmarshal(dAtA []byte) error

func (*QueryDidWebRequest) XXX_DiscardUnknown

func (m *QueryDidWebRequest) XXX_DiscardUnknown()

func (*QueryDidWebRequest) XXX_Marshal

func (m *QueryDidWebRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryDidWebRequest) XXX_Merge

func (m *QueryDidWebRequest) XXX_Merge(src proto.Message)

func (*QueryDidWebRequest) XXX_Size

func (m *QueryDidWebRequest) XXX_Size() int

func (*QueryDidWebRequest) XXX_Unmarshal

func (m *QueryDidWebRequest) XXX_Unmarshal(b []byte) error

type QueryGetAttributesRequest

type QueryGetAttributesRequest struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
}

func (*QueryGetAttributesRequest) Descriptor

func (*QueryGetAttributesRequest) Descriptor() ([]byte, []int)

func (*QueryGetAttributesRequest) GetAddress

func (m *QueryGetAttributesRequest) GetAddress() string

func (*QueryGetAttributesRequest) Marshal

func (m *QueryGetAttributesRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetAttributesRequest) MarshalTo

func (m *QueryGetAttributesRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetAttributesRequest) MarshalToSizedBuffer

func (m *QueryGetAttributesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetAttributesRequest) ProtoMessage

func (*QueryGetAttributesRequest) ProtoMessage()

func (*QueryGetAttributesRequest) Reset

func (m *QueryGetAttributesRequest) Reset()

func (*QueryGetAttributesRequest) Size

func (m *QueryGetAttributesRequest) Size() (n int)

func (*QueryGetAttributesRequest) String

func (m *QueryGetAttributesRequest) String() string

func (*QueryGetAttributesRequest) Unmarshal

func (m *QueryGetAttributesRequest) Unmarshal(dAtA []byte) error

func (*QueryGetAttributesRequest) XXX_DiscardUnknown

func (m *QueryGetAttributesRequest) XXX_DiscardUnknown()

func (*QueryGetAttributesRequest) XXX_Marshal

func (m *QueryGetAttributesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetAttributesRequest) XXX_Merge

func (m *QueryGetAttributesRequest) XXX_Merge(src proto.Message)

func (*QueryGetAttributesRequest) XXX_Size

func (m *QueryGetAttributesRequest) XXX_Size() int

func (*QueryGetAttributesRequest) XXX_Unmarshal

func (m *QueryGetAttributesRequest) XXX_Unmarshal(b []byte) error

type QueryGetAttributesResponse

type QueryGetAttributesResponse struct {
}

func (*QueryGetAttributesResponse) Descriptor

func (*QueryGetAttributesResponse) Descriptor() ([]byte, []int)

func (*QueryGetAttributesResponse) Marshal

func (m *QueryGetAttributesResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetAttributesResponse) MarshalTo

func (m *QueryGetAttributesResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetAttributesResponse) MarshalToSizedBuffer

func (m *QueryGetAttributesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetAttributesResponse) ProtoMessage

func (*QueryGetAttributesResponse) ProtoMessage()

func (*QueryGetAttributesResponse) Reset

func (m *QueryGetAttributesResponse) Reset()

func (*QueryGetAttributesResponse) Size

func (m *QueryGetAttributesResponse) Size() (n int)

func (*QueryGetAttributesResponse) String

func (m *QueryGetAttributesResponse) String() string

func (*QueryGetAttributesResponse) Unmarshal

func (m *QueryGetAttributesResponse) Unmarshal(dAtA []byte) error

func (*QueryGetAttributesResponse) XXX_DiscardUnknown

func (m *QueryGetAttributesResponse) XXX_DiscardUnknown()

func (*QueryGetAttributesResponse) XXX_Marshal

func (m *QueryGetAttributesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetAttributesResponse) XXX_Merge

func (m *QueryGetAttributesResponse) XXX_Merge(src proto.Message)

func (*QueryGetAttributesResponse) XXX_Size

func (m *QueryGetAttributesResponse) XXX_Size() int

func (*QueryGetAttributesResponse) XXX_Unmarshal

func (m *QueryGetAttributesResponse) XXX_Unmarshal(b []byte) error

type QueryGetDelegateRequest

type QueryGetDelegateRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*QueryGetDelegateRequest) Descriptor

func (*QueryGetDelegateRequest) Descriptor() ([]byte, []int)

func (*QueryGetDelegateRequest) GetId

func (m *QueryGetDelegateRequest) GetId() string

func (*QueryGetDelegateRequest) Marshal

func (m *QueryGetDelegateRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetDelegateRequest) MarshalTo

func (m *QueryGetDelegateRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetDelegateRequest) MarshalToSizedBuffer

func (m *QueryGetDelegateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetDelegateRequest) ProtoMessage

func (*QueryGetDelegateRequest) ProtoMessage()

func (*QueryGetDelegateRequest) Reset

func (m *QueryGetDelegateRequest) Reset()

func (*QueryGetDelegateRequest) Size

func (m *QueryGetDelegateRequest) Size() (n int)

func (*QueryGetDelegateRequest) String

func (m *QueryGetDelegateRequest) String() string

func (*QueryGetDelegateRequest) Unmarshal

func (m *QueryGetDelegateRequest) Unmarshal(dAtA []byte) error

func (*QueryGetDelegateRequest) XXX_DiscardUnknown

func (m *QueryGetDelegateRequest) XXX_DiscardUnknown()

func (*QueryGetDelegateRequest) XXX_Marshal

func (m *QueryGetDelegateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetDelegateRequest) XXX_Merge

func (m *QueryGetDelegateRequest) XXX_Merge(src proto.Message)

func (*QueryGetDelegateRequest) XXX_Size

func (m *QueryGetDelegateRequest) XXX_Size() int

func (*QueryGetDelegateRequest) XXX_Unmarshal

func (m *QueryGetDelegateRequest) XXX_Unmarshal(b []byte) error

type QueryGetDelegateResponse

type QueryGetDelegateResponse struct {
}

func (*QueryGetDelegateResponse) Descriptor

func (*QueryGetDelegateResponse) Descriptor() ([]byte, []int)

func (*QueryGetDelegateResponse) Marshal

func (m *QueryGetDelegateResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetDelegateResponse) MarshalTo

func (m *QueryGetDelegateResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetDelegateResponse) MarshalToSizedBuffer

func (m *QueryGetDelegateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetDelegateResponse) ProtoMessage

func (*QueryGetDelegateResponse) ProtoMessage()

func (*QueryGetDelegateResponse) Reset

func (m *QueryGetDelegateResponse) Reset()

func (*QueryGetDelegateResponse) Size

func (m *QueryGetDelegateResponse) Size() (n int)

func (*QueryGetDelegateResponse) String

func (m *QueryGetDelegateResponse) String() string

func (*QueryGetDelegateResponse) Unmarshal

func (m *QueryGetDelegateResponse) Unmarshal(dAtA []byte) error

func (*QueryGetDelegateResponse) XXX_DiscardUnknown

func (m *QueryGetDelegateResponse) XXX_DiscardUnknown()

func (*QueryGetDelegateResponse) XXX_Marshal

func (m *QueryGetDelegateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetDelegateResponse) XXX_Merge

func (m *QueryGetDelegateResponse) XXX_Merge(src proto.Message)

func (*QueryGetDelegateResponse) XXX_Size

func (m *QueryGetDelegateResponse) XXX_Size() int

func (*QueryGetDelegateResponse) XXX_Unmarshal

func (m *QueryGetDelegateResponse) XXX_Unmarshal(b []byte) error

type QueryGetDidRequest

type QueryGetDidRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
}

func (*QueryGetDidRequest) Descriptor

func (*QueryGetDidRequest) Descriptor() ([]byte, []int)

func (*QueryGetDidRequest) GetName

func (m *QueryGetDidRequest) GetName() string

func (*QueryGetDidRequest) Marshal

func (m *QueryGetDidRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetDidRequest) MarshalTo

func (m *QueryGetDidRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetDidRequest) MarshalToSizedBuffer

func (m *QueryGetDidRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetDidRequest) ProtoMessage

func (*QueryGetDidRequest) ProtoMessage()

func (*QueryGetDidRequest) Reset

func (m *QueryGetDidRequest) Reset()

func (*QueryGetDidRequest) Size

func (m *QueryGetDidRequest) Size() (n int)

func (*QueryGetDidRequest) String

func (m *QueryGetDidRequest) String() string

func (*QueryGetDidRequest) Unmarshal

func (m *QueryGetDidRequest) Unmarshal(dAtA []byte) error

func (*QueryGetDidRequest) XXX_DiscardUnknown

func (m *QueryGetDidRequest) XXX_DiscardUnknown()

func (*QueryGetDidRequest) XXX_Marshal

func (m *QueryGetDidRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetDidRequest) XXX_Merge

func (m *QueryGetDidRequest) XXX_Merge(src proto.Message)

func (*QueryGetDidRequest) XXX_Size

func (m *QueryGetDidRequest) XXX_Size() int

func (*QueryGetDidRequest) XXX_Unmarshal

func (m *QueryGetDidRequest) XXX_Unmarshal(b []byte) error

type QueryIdentifyOwnerRequest

type QueryIdentifyOwnerRequest struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
}

func (*QueryIdentifyOwnerRequest) Descriptor

func (*QueryIdentifyOwnerRequest) Descriptor() ([]byte, []int)

func (*QueryIdentifyOwnerRequest) GetAddress

func (m *QueryIdentifyOwnerRequest) GetAddress() string

func (*QueryIdentifyOwnerRequest) Marshal

func (m *QueryIdentifyOwnerRequest) Marshal() (dAtA []byte, err error)

func (*QueryIdentifyOwnerRequest) MarshalTo

func (m *QueryIdentifyOwnerRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryIdentifyOwnerRequest) MarshalToSizedBuffer

func (m *QueryIdentifyOwnerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryIdentifyOwnerRequest) ProtoMessage

func (*QueryIdentifyOwnerRequest) ProtoMessage()

func (*QueryIdentifyOwnerRequest) Reset

func (m *QueryIdentifyOwnerRequest) Reset()

func (*QueryIdentifyOwnerRequest) Size

func (m *QueryIdentifyOwnerRequest) Size() (n int)

func (*QueryIdentifyOwnerRequest) String

func (m *QueryIdentifyOwnerRequest) String() string

func (*QueryIdentifyOwnerRequest) Unmarshal

func (m *QueryIdentifyOwnerRequest) Unmarshal(dAtA []byte) error

func (*QueryIdentifyOwnerRequest) XXX_DiscardUnknown

func (m *QueryIdentifyOwnerRequest) XXX_DiscardUnknown()

func (*QueryIdentifyOwnerRequest) XXX_Marshal

func (m *QueryIdentifyOwnerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryIdentifyOwnerRequest) XXX_Merge

func (m *QueryIdentifyOwnerRequest) XXX_Merge(src proto.Message)

func (*QueryIdentifyOwnerRequest) XXX_Size

func (m *QueryIdentifyOwnerRequest) XXX_Size() int

func (*QueryIdentifyOwnerRequest) XXX_Unmarshal

func (m *QueryIdentifyOwnerRequest) XXX_Unmarshal(b []byte) error

type QueryIdentifyOwnerResponse

type QueryIdentifyOwnerResponse struct {
}

func (*QueryIdentifyOwnerResponse) Descriptor

func (*QueryIdentifyOwnerResponse) Descriptor() ([]byte, []int)

func (*QueryIdentifyOwnerResponse) Marshal

func (m *QueryIdentifyOwnerResponse) Marshal() (dAtA []byte, err error)

func (*QueryIdentifyOwnerResponse) MarshalTo

func (m *QueryIdentifyOwnerResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryIdentifyOwnerResponse) MarshalToSizedBuffer

func (m *QueryIdentifyOwnerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryIdentifyOwnerResponse) ProtoMessage

func (*QueryIdentifyOwnerResponse) ProtoMessage()

func (*QueryIdentifyOwnerResponse) Reset

func (m *QueryIdentifyOwnerResponse) Reset()

func (*QueryIdentifyOwnerResponse) Size

func (m *QueryIdentifyOwnerResponse) Size() (n int)

func (*QueryIdentifyOwnerResponse) String

func (m *QueryIdentifyOwnerResponse) String() string

func (*QueryIdentifyOwnerResponse) Unmarshal

func (m *QueryIdentifyOwnerResponse) Unmarshal(dAtA []byte) error

func (*QueryIdentifyOwnerResponse) XXX_DiscardUnknown

func (m *QueryIdentifyOwnerResponse) XXX_DiscardUnknown()

func (*QueryIdentifyOwnerResponse) XXX_Marshal

func (m *QueryIdentifyOwnerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryIdentifyOwnerResponse) XXX_Merge

func (m *QueryIdentifyOwnerResponse) XXX_Merge(src proto.Message)

func (*QueryIdentifyOwnerResponse) XXX_Size

func (m *QueryIdentifyOwnerResponse) XXX_Size() int

func (*QueryIdentifyOwnerResponse) XXX_Unmarshal

func (m *QueryIdentifyOwnerResponse) XXX_Unmarshal(b []byte) error

type QueryNFTParams

type QueryNFTParams struct {
	Denom   string
	TokenID string
}

QueryNFTParams params for query 'custom/nfts/nft'

func NewQueryNFTParams

func NewQueryNFTParams(denom, id string) QueryNFTParams

NewQueryNFTParams creates a new instance of QueryNFTParams

type QueryNFTRequest

type QueryNFTRequest struct {
	DenomId string `protobuf:"bytes,1,opt,name=denom_id,json=denomId,proto3" json:"denom_id,omitempty" yaml:"denom_id"`
	TokenId string `protobuf:"bytes,2,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty" yaml:"token_id"`
}

QueryNFTRequest is the request type for the Query/NFT RPC method

func (*QueryNFTRequest) Descriptor

func (*QueryNFTRequest) Descriptor() ([]byte, []int)

func (*QueryNFTRequest) GetDenomId

func (m *QueryNFTRequest) GetDenomId() string

func (*QueryNFTRequest) GetTokenId

func (m *QueryNFTRequest) GetTokenId() string

func (*QueryNFTRequest) Marshal

func (m *QueryNFTRequest) Marshal() (dAtA []byte, err error)

func (*QueryNFTRequest) MarshalTo

func (m *QueryNFTRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryNFTRequest) MarshalToSizedBuffer

func (m *QueryNFTRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryNFTRequest) ProtoMessage

func (*QueryNFTRequest) ProtoMessage()

func (*QueryNFTRequest) Reset

func (m *QueryNFTRequest) Reset()

func (*QueryNFTRequest) Size

func (m *QueryNFTRequest) Size() (n int)

func (*QueryNFTRequest) String

func (m *QueryNFTRequest) String() string

func (*QueryNFTRequest) Unmarshal

func (m *QueryNFTRequest) Unmarshal(dAtA []byte) error

func (*QueryNFTRequest) XXX_DiscardUnknown

func (m *QueryNFTRequest) XXX_DiscardUnknown()

func (*QueryNFTRequest) XXX_Marshal

func (m *QueryNFTRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryNFTRequest) XXX_Merge

func (m *QueryNFTRequest) XXX_Merge(src proto.Message)

func (*QueryNFTRequest) XXX_Size

func (m *QueryNFTRequest) XXX_Size() int

func (*QueryNFTRequest) XXX_Unmarshal

func (m *QueryNFTRequest) XXX_Unmarshal(b []byte) error

type QueryNFTResponse

type QueryNFTResponse struct {
	NFT *BaseNFT `protobuf:"bytes,1,opt,name=nft,proto3" json:"nft,omitempty"`
}

QueryNFTResponse is the response type for the Query/NFT RPC method

func (*QueryNFTResponse) Descriptor

func (*QueryNFTResponse) Descriptor() ([]byte, []int)

func (*QueryNFTResponse) GetNFT

func (m *QueryNFTResponse) GetNFT() *BaseNFT

func (*QueryNFTResponse) Marshal

func (m *QueryNFTResponse) Marshal() (dAtA []byte, err error)

func (*QueryNFTResponse) MarshalTo

func (m *QueryNFTResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryNFTResponse) MarshalToSizedBuffer

func (m *QueryNFTResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryNFTResponse) ProtoMessage

func (*QueryNFTResponse) ProtoMessage()

func (*QueryNFTResponse) Reset

func (m *QueryNFTResponse) Reset()

func (*QueryNFTResponse) Size

func (m *QueryNFTResponse) Size() (n int)

func (*QueryNFTResponse) String

func (m *QueryNFTResponse) String() string

func (*QueryNFTResponse) Unmarshal

func (m *QueryNFTResponse) Unmarshal(dAtA []byte) error

func (*QueryNFTResponse) XXX_DiscardUnknown

func (m *QueryNFTResponse) XXX_DiscardUnknown()

func (*QueryNFTResponse) XXX_Marshal

func (m *QueryNFTResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryNFTResponse) XXX_Merge

func (m *QueryNFTResponse) XXX_Merge(src proto.Message)

func (*QueryNFTResponse) XXX_Size

func (m *QueryNFTResponse) XXX_Size() int

func (*QueryNFTResponse) XXX_Unmarshal

func (m *QueryNFTResponse) XXX_Unmarshal(b []byte) error

type QueryNonceRequest

type QueryNonceRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*QueryNonceRequest) Descriptor

func (*QueryNonceRequest) Descriptor() ([]byte, []int)

func (*QueryNonceRequest) GetId

func (m *QueryNonceRequest) GetId() string

func (*QueryNonceRequest) Marshal

func (m *QueryNonceRequest) Marshal() (dAtA []byte, err error)

func (*QueryNonceRequest) MarshalTo

func (m *QueryNonceRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryNonceRequest) MarshalToSizedBuffer

func (m *QueryNonceRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryNonceRequest) ProtoMessage

func (*QueryNonceRequest) ProtoMessage()

func (*QueryNonceRequest) Reset

func (m *QueryNonceRequest) Reset()

func (*QueryNonceRequest) Size

func (m *QueryNonceRequest) Size() (n int)

func (*QueryNonceRequest) String

func (m *QueryNonceRequest) String() string

func (*QueryNonceRequest) Unmarshal

func (m *QueryNonceRequest) Unmarshal(dAtA []byte) error

func (*QueryNonceRequest) XXX_DiscardUnknown

func (m *QueryNonceRequest) XXX_DiscardUnknown()

func (*QueryNonceRequest) XXX_Marshal

func (m *QueryNonceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryNonceRequest) XXX_Merge

func (m *QueryNonceRequest) XXX_Merge(src proto.Message)

func (*QueryNonceRequest) XXX_Size

func (m *QueryNonceRequest) XXX_Size() int

func (*QueryNonceRequest) XXX_Unmarshal

func (m *QueryNonceRequest) XXX_Unmarshal(b []byte) error

type QueryNonceResponse

type QueryNonceResponse struct {
}

func (*QueryNonceResponse) Descriptor

func (*QueryNonceResponse) Descriptor() ([]byte, []int)

func (*QueryNonceResponse) Marshal

func (m *QueryNonceResponse) Marshal() (dAtA []byte, err error)

func (*QueryNonceResponse) MarshalTo

func (m *QueryNonceResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryNonceResponse) MarshalToSizedBuffer

func (m *QueryNonceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryNonceResponse) ProtoMessage

func (*QueryNonceResponse) ProtoMessage()

func (*QueryNonceResponse) Reset

func (m *QueryNonceResponse) Reset()

func (*QueryNonceResponse) Size

func (m *QueryNonceResponse) Size() (n int)

func (*QueryNonceResponse) String

func (m *QueryNonceResponse) String() string

func (*QueryNonceResponse) Unmarshal

func (m *QueryNonceResponse) Unmarshal(dAtA []byte) error

func (*QueryNonceResponse) XXX_DiscardUnknown

func (m *QueryNonceResponse) XXX_DiscardUnknown()

func (*QueryNonceResponse) XXX_Marshal

func (m *QueryNonceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryNonceResponse) XXX_Merge

func (m *QueryNonceResponse) XXX_Merge(src proto.Message)

func (*QueryNonceResponse) XXX_Size

func (m *QueryNonceResponse) XXX_Size() int

func (*QueryNonceResponse) XXX_Unmarshal

func (m *QueryNonceResponse) XXX_Unmarshal(b []byte) error

type QueryOwnerParams

type QueryOwnerParams struct {
	Denom string
	Owner sdk.AccAddress
}

QueryOwnerParams defines the params for queries:

func NewQueryOwnerParams

func NewQueryOwnerParams(denom string, owner sdk.AccAddress) QueryOwnerParams

NewQuerySupplyParams creates a new instance of QuerySupplyParams

type QueryOwnerRequest

type QueryOwnerRequest struct {
	DenomId string `protobuf:"bytes,1,opt,name=denom_id,json=denomId,proto3" json:"denom_id,omitempty" yaml:"denom_id"`
	Owner   string `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty" yaml:"owner"`
	// pagination defines an optional pagination for the request.
	Pagination *query.PageRequest `protobuf:"bytes,3,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

QueryOwnerRequest is the request type for the Query/Owner RPC method

func (*QueryOwnerRequest) Descriptor

func (*QueryOwnerRequest) Descriptor() ([]byte, []int)

func (*QueryOwnerRequest) GetDenomId

func (m *QueryOwnerRequest) GetDenomId() string

func (*QueryOwnerRequest) GetOwner

func (m *QueryOwnerRequest) GetOwner() string

func (*QueryOwnerRequest) GetPagination

func (m *QueryOwnerRequest) GetPagination() *query.PageRequest

func (*QueryOwnerRequest) Marshal

func (m *QueryOwnerRequest) Marshal() (dAtA []byte, err error)

func (*QueryOwnerRequest) MarshalTo

func (m *QueryOwnerRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryOwnerRequest) MarshalToSizedBuffer

func (m *QueryOwnerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryOwnerRequest) ProtoMessage

func (*QueryOwnerRequest) ProtoMessage()

func (*QueryOwnerRequest) Reset

func (m *QueryOwnerRequest) Reset()

func (*QueryOwnerRequest) Size

func (m *QueryOwnerRequest) Size() (n int)

func (*QueryOwnerRequest) String

func (m *QueryOwnerRequest) String() string

func (*QueryOwnerRequest) Unmarshal

func (m *QueryOwnerRequest) Unmarshal(dAtA []byte) error

func (*QueryOwnerRequest) XXX_DiscardUnknown

func (m *QueryOwnerRequest) XXX_DiscardUnknown()

func (*QueryOwnerRequest) XXX_Marshal

func (m *QueryOwnerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryOwnerRequest) XXX_Merge

func (m *QueryOwnerRequest) XXX_Merge(src proto.Message)

func (*QueryOwnerRequest) XXX_Size

func (m *QueryOwnerRequest) XXX_Size() int

func (*QueryOwnerRequest) XXX_Unmarshal

func (m *QueryOwnerRequest) XXX_Unmarshal(b []byte) error

type QueryOwnerResponse

type QueryOwnerResponse struct {
	Owner      *Owner              `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

QueryOwnerResponse is the response type for the Query/Owner RPC method

func (*QueryOwnerResponse) Descriptor

func (*QueryOwnerResponse) Descriptor() ([]byte, []int)

func (*QueryOwnerResponse) GetOwner

func (m *QueryOwnerResponse) GetOwner() *Owner

func (*QueryOwnerResponse) GetPagination

func (m *QueryOwnerResponse) GetPagination() *query.PageResponse

func (*QueryOwnerResponse) Marshal

func (m *QueryOwnerResponse) Marshal() (dAtA []byte, err error)

func (*QueryOwnerResponse) MarshalTo

func (m *QueryOwnerResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryOwnerResponse) MarshalToSizedBuffer

func (m *QueryOwnerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryOwnerResponse) ProtoMessage

func (*QueryOwnerResponse) ProtoMessage()

func (*QueryOwnerResponse) Reset

func (m *QueryOwnerResponse) Reset()

func (*QueryOwnerResponse) Size

func (m *QueryOwnerResponse) Size() (n int)

func (*QueryOwnerResponse) String

func (m *QueryOwnerResponse) String() string

func (*QueryOwnerResponse) Unmarshal

func (m *QueryOwnerResponse) Unmarshal(dAtA []byte) error

func (*QueryOwnerResponse) XXX_DiscardUnknown

func (m *QueryOwnerResponse) XXX_DiscardUnknown()

func (*QueryOwnerResponse) XXX_Marshal

func (m *QueryOwnerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryOwnerResponse) XXX_Merge

func (m *QueryOwnerResponse) XXX_Merge(src proto.Message)

func (*QueryOwnerResponse) XXX_Size

func (m *QueryOwnerResponse) XXX_Size() int

func (*QueryOwnerResponse) XXX_Unmarshal

func (m *QueryOwnerResponse) XXX_Unmarshal(b []byte) error

type QueryOwnersResponse

type QueryOwnersResponse struct {
}

func (*QueryOwnersResponse) Descriptor

func (*QueryOwnersResponse) Descriptor() ([]byte, []int)

func (*QueryOwnersResponse) Marshal

func (m *QueryOwnersResponse) Marshal() (dAtA []byte, err error)

func (*QueryOwnersResponse) MarshalTo

func (m *QueryOwnersResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryOwnersResponse) MarshalToSizedBuffer

func (m *QueryOwnersResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryOwnersResponse) ProtoMessage

func (*QueryOwnersResponse) ProtoMessage()

func (*QueryOwnersResponse) Reset

func (m *QueryOwnersResponse) Reset()

func (*QueryOwnersResponse) Size

func (m *QueryOwnersResponse) Size() (n int)

func (*QueryOwnersResponse) String

func (m *QueryOwnersResponse) String() string

func (*QueryOwnersResponse) Unmarshal

func (m *QueryOwnersResponse) Unmarshal(dAtA []byte) error

func (*QueryOwnersResponse) XXX_DiscardUnknown

func (m *QueryOwnersResponse) XXX_DiscardUnknown()

func (*QueryOwnersResponse) XXX_Marshal

func (m *QueryOwnersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryOwnersResponse) XXX_Merge

func (m *QueryOwnersResponse) XXX_Merge(src proto.Message)

func (*QueryOwnersResponse) XXX_Size

func (m *QueryOwnersResponse) XXX_Size() int

func (*QueryOwnersResponse) XXX_Unmarshal

func (m *QueryOwnersResponse) XXX_Unmarshal(b []byte) error

type QueryProofMetadataRequest

type QueryProofMetadataRequest struct {
	Cid  string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
	Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
}

func (*QueryProofMetadataRequest) Descriptor

func (*QueryProofMetadataRequest) Descriptor() ([]byte, []int)

func (*QueryProofMetadataRequest) GetCid

func (m *QueryProofMetadataRequest) GetCid() string

func (*QueryProofMetadataRequest) GetPath

func (m *QueryProofMetadataRequest) GetPath() string

func (*QueryProofMetadataRequest) Marshal

func (m *QueryProofMetadataRequest) Marshal() (dAtA []byte, err error)

func (*QueryProofMetadataRequest) MarshalTo

func (m *QueryProofMetadataRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryProofMetadataRequest) MarshalToSizedBuffer

func (m *QueryProofMetadataRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryProofMetadataRequest) ProtoMessage

func (*QueryProofMetadataRequest) ProtoMessage()

func (*QueryProofMetadataRequest) Reset

func (m *QueryProofMetadataRequest) Reset()

func (*QueryProofMetadataRequest) Size

func (m *QueryProofMetadataRequest) Size() (n int)

func (*QueryProofMetadataRequest) String

func (m *QueryProofMetadataRequest) String() string

func (*QueryProofMetadataRequest) Unmarshal

func (m *QueryProofMetadataRequest) Unmarshal(dAtA []byte) error

func (*QueryProofMetadataRequest) XXX_DiscardUnknown

func (m *QueryProofMetadataRequest) XXX_DiscardUnknown()

func (*QueryProofMetadataRequest) XXX_Marshal

func (m *QueryProofMetadataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryProofMetadataRequest) XXX_Merge

func (m *QueryProofMetadataRequest) XXX_Merge(src proto.Message)

func (*QueryProofMetadataRequest) XXX_Size

func (m *QueryProofMetadataRequest) XXX_Size() int

func (*QueryProofMetadataRequest) XXX_Unmarshal

func (m *QueryProofMetadataRequest) XXX_Unmarshal(b []byte) error

type QueryProofResponse

type QueryProofResponse struct {
	Root  string `protobuf:"bytes,1,opt,name=root,proto3" json:"root,omitempty"`
	Proof string `protobuf:"bytes,2,opt,name=proof,proto3" json:"proof,omitempty"`
}

func (*QueryProofResponse) Descriptor

func (*QueryProofResponse) Descriptor() ([]byte, []int)

func (*QueryProofResponse) GetProof

func (m *QueryProofResponse) GetProof() string

func (*QueryProofResponse) GetRoot

func (m *QueryProofResponse) GetRoot() string

func (*QueryProofResponse) Marshal

func (m *QueryProofResponse) Marshal() (dAtA []byte, err error)

func (*QueryProofResponse) MarshalTo

func (m *QueryProofResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryProofResponse) MarshalToSizedBuffer

func (m *QueryProofResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryProofResponse) ProtoMessage

func (*QueryProofResponse) ProtoMessage()

func (*QueryProofResponse) Reset

func (m *QueryProofResponse) Reset()

func (*QueryProofResponse) Size

func (m *QueryProofResponse) Size() (n int)

func (*QueryProofResponse) String

func (m *QueryProofResponse) String() string

func (*QueryProofResponse) Unmarshal

func (m *QueryProofResponse) Unmarshal(dAtA []byte) error

func (*QueryProofResponse) XXX_DiscardUnknown

func (m *QueryProofResponse) XXX_DiscardUnknown()

func (*QueryProofResponse) XXX_Marshal

func (m *QueryProofResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryProofResponse) XXX_Merge

func (m *QueryProofResponse) XXX_Merge(src proto.Message)

func (*QueryProofResponse) XXX_Size

func (m *QueryProofResponse) XXX_Size() int

func (*QueryProofResponse) XXX_Unmarshal

func (m *QueryProofResponse) XXX_Unmarshal(b []byte) error

type QueryReadDidKeyRequest

type QueryReadDidKeyRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
}

func (*QueryReadDidKeyRequest) Descriptor

func (*QueryReadDidKeyRequest) Descriptor() ([]byte, []int)

func (*QueryReadDidKeyRequest) GetName

func (m *QueryReadDidKeyRequest) GetName() string

func (*QueryReadDidKeyRequest) Marshal

func (m *QueryReadDidKeyRequest) Marshal() (dAtA []byte, err error)

func (*QueryReadDidKeyRequest) MarshalTo

func (m *QueryReadDidKeyRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryReadDidKeyRequest) MarshalToSizedBuffer

func (m *QueryReadDidKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryReadDidKeyRequest) ProtoMessage

func (*QueryReadDidKeyRequest) ProtoMessage()

func (*QueryReadDidKeyRequest) Reset

func (m *QueryReadDidKeyRequest) Reset()

func (*QueryReadDidKeyRequest) Size

func (m *QueryReadDidKeyRequest) Size() (n int)

func (*QueryReadDidKeyRequest) String

func (m *QueryReadDidKeyRequest) String() string

func (*QueryReadDidKeyRequest) Unmarshal

func (m *QueryReadDidKeyRequest) Unmarshal(dAtA []byte) error

func (*QueryReadDidKeyRequest) XXX_DiscardUnknown

func (m *QueryReadDidKeyRequest) XXX_DiscardUnknown()

func (*QueryReadDidKeyRequest) XXX_Marshal

func (m *QueryReadDidKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryReadDidKeyRequest) XXX_Merge

func (m *QueryReadDidKeyRequest) XXX_Merge(src proto.Message)

func (*QueryReadDidKeyRequest) XXX_Size

func (m *QueryReadDidKeyRequest) XXX_Size() int

func (*QueryReadDidKeyRequest) XXX_Unmarshal

func (m *QueryReadDidKeyRequest) XXX_Unmarshal(b []byte) error

type QueryReadDidKeyResponse

type QueryReadDidKeyResponse struct {
}

func (*QueryReadDidKeyResponse) Descriptor

func (*QueryReadDidKeyResponse) Descriptor() ([]byte, []int)

func (*QueryReadDidKeyResponse) Marshal

func (m *QueryReadDidKeyResponse) Marshal() (dAtA []byte, err error)

func (*QueryReadDidKeyResponse) MarshalTo

func (m *QueryReadDidKeyResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryReadDidKeyResponse) MarshalToSizedBuffer

func (m *QueryReadDidKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryReadDidKeyResponse) ProtoMessage

func (*QueryReadDidKeyResponse) ProtoMessage()

func (*QueryReadDidKeyResponse) Reset

func (m *QueryReadDidKeyResponse) Reset()

func (*QueryReadDidKeyResponse) Size

func (m *QueryReadDidKeyResponse) Size() (n int)

func (*QueryReadDidKeyResponse) String

func (m *QueryReadDidKeyResponse) String() string

func (*QueryReadDidKeyResponse) Unmarshal

func (m *QueryReadDidKeyResponse) Unmarshal(dAtA []byte) error

func (*QueryReadDidKeyResponse) XXX_DiscardUnknown

func (m *QueryReadDidKeyResponse) XXX_DiscardUnknown()

func (*QueryReadDidKeyResponse) XXX_Marshal

func (m *QueryReadDidKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryReadDidKeyResponse) XXX_Merge

func (m *QueryReadDidKeyResponse) XXX_Merge(src proto.Message)

func (*QueryReadDidKeyResponse) XXX_Size

func (m *QueryReadDidKeyResponse) XXX_Size() int

func (*QueryReadDidKeyResponse) XXX_Unmarshal

func (m *QueryReadDidKeyResponse) XXX_Unmarshal(b []byte) error

type QueryReadRoyaltyInfo

type QueryReadRoyaltyInfo struct {
	Cid   string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
	Price string `protobuf:"bytes,2,opt,name=price,proto3" json:"price,omitempty"`
}

func (*QueryReadRoyaltyInfo) Descriptor

func (*QueryReadRoyaltyInfo) Descriptor() ([]byte, []int)

func (*QueryReadRoyaltyInfo) GetCid

func (m *QueryReadRoyaltyInfo) GetCid() string

func (*QueryReadRoyaltyInfo) GetPrice

func (m *QueryReadRoyaltyInfo) GetPrice() string

func (*QueryReadRoyaltyInfo) Marshal

func (m *QueryReadRoyaltyInfo) Marshal() (dAtA []byte, err error)

func (*QueryReadRoyaltyInfo) MarshalTo

func (m *QueryReadRoyaltyInfo) MarshalTo(dAtA []byte) (int, error)

func (*QueryReadRoyaltyInfo) MarshalToSizedBuffer

func (m *QueryReadRoyaltyInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryReadRoyaltyInfo) ProtoMessage

func (*QueryReadRoyaltyInfo) ProtoMessage()

func (*QueryReadRoyaltyInfo) Reset

func (m *QueryReadRoyaltyInfo) Reset()

func (*QueryReadRoyaltyInfo) Size

func (m *QueryReadRoyaltyInfo) Size() (n int)

func (*QueryReadRoyaltyInfo) String

func (m *QueryReadRoyaltyInfo) String() string

func (*QueryReadRoyaltyInfo) Unmarshal

func (m *QueryReadRoyaltyInfo) Unmarshal(dAtA []byte) error

func (*QueryReadRoyaltyInfo) XXX_DiscardUnknown

func (m *QueryReadRoyaltyInfo) XXX_DiscardUnknown()

func (*QueryReadRoyaltyInfo) XXX_Marshal

func (m *QueryReadRoyaltyInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryReadRoyaltyInfo) XXX_Merge

func (m *QueryReadRoyaltyInfo) XXX_Merge(src proto.Message)

func (*QueryReadRoyaltyInfo) XXX_Size

func (m *QueryReadRoyaltyInfo) XXX_Size() int

func (*QueryReadRoyaltyInfo) XXX_Unmarshal

func (m *QueryReadRoyaltyInfo) XXX_Unmarshal(b []byte) error

type QueryReadRoyaltyInfoResponse

type QueryReadRoyaltyInfoResponse struct {
	Receiver      string `protobuf:"bytes,1,opt,name=receiver,proto3" json:"receiver,omitempty"`
	RoyaltyAmount uint64 `protobuf:"varint,2,opt,name=royaltyAmount,proto3" json:"royaltyAmount,omitempty"`
}

func (*QueryReadRoyaltyInfoResponse) Descriptor

func (*QueryReadRoyaltyInfoResponse) Descriptor() ([]byte, []int)

func (*QueryReadRoyaltyInfoResponse) GetReceiver

func (m *QueryReadRoyaltyInfoResponse) GetReceiver() string

func (*QueryReadRoyaltyInfoResponse) GetRoyaltyAmount

func (m *QueryReadRoyaltyInfoResponse) GetRoyaltyAmount() uint64

func (*QueryReadRoyaltyInfoResponse) Marshal

func (m *QueryReadRoyaltyInfoResponse) Marshal() (dAtA []byte, err error)

func (*QueryReadRoyaltyInfoResponse) MarshalTo

func (m *QueryReadRoyaltyInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryReadRoyaltyInfoResponse) MarshalToSizedBuffer

func (m *QueryReadRoyaltyInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryReadRoyaltyInfoResponse) ProtoMessage

func (*QueryReadRoyaltyInfoResponse) ProtoMessage()

func (*QueryReadRoyaltyInfoResponse) Reset

func (m *QueryReadRoyaltyInfoResponse) Reset()

func (*QueryReadRoyaltyInfoResponse) Size

func (m *QueryReadRoyaltyInfoResponse) Size() (n int)

func (*QueryReadRoyaltyInfoResponse) String

func (*QueryReadRoyaltyInfoResponse) Unmarshal

func (m *QueryReadRoyaltyInfoResponse) Unmarshal(dAtA []byte) error

func (*QueryReadRoyaltyInfoResponse) XXX_DiscardUnknown

func (m *QueryReadRoyaltyInfoResponse) XXX_DiscardUnknown()

func (*QueryReadRoyaltyInfoResponse) XXX_Marshal

func (m *QueryReadRoyaltyInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryReadRoyaltyInfoResponse) XXX_Merge

func (m *QueryReadRoyaltyInfoResponse) XXX_Merge(src proto.Message)

func (*QueryReadRoyaltyInfoResponse) XXX_Size

func (m *QueryReadRoyaltyInfoResponse) XXX_Size() int

func (*QueryReadRoyaltyInfoResponse) XXX_Unmarshal

func (m *QueryReadRoyaltyInfoResponse) XXX_Unmarshal(b []byte) error

type QueryResourceRequest

type QueryResourceRequest struct {
	Cid  string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
	Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
}

func (*QueryResourceRequest) Descriptor

func (*QueryResourceRequest) Descriptor() ([]byte, []int)

func (*QueryResourceRequest) GetCid

func (m *QueryResourceRequest) GetCid() string

func (*QueryResourceRequest) GetPath

func (m *QueryResourceRequest) GetPath() string

func (*QueryResourceRequest) Marshal

func (m *QueryResourceRequest) Marshal() (dAtA []byte, err error)

func (*QueryResourceRequest) MarshalTo

func (m *QueryResourceRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryResourceRequest) MarshalToSizedBuffer

func (m *QueryResourceRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryResourceRequest) ProtoMessage

func (*QueryResourceRequest) ProtoMessage()

func (*QueryResourceRequest) Reset

func (m *QueryResourceRequest) Reset()

func (*QueryResourceRequest) Size

func (m *QueryResourceRequest) Size() (n int)

func (*QueryResourceRequest) String

func (m *QueryResourceRequest) String() string

func (*QueryResourceRequest) Unmarshal

func (m *QueryResourceRequest) Unmarshal(dAtA []byte) error

func (*QueryResourceRequest) XXX_DiscardUnknown

func (m *QueryResourceRequest) XXX_DiscardUnknown()

func (*QueryResourceRequest) XXX_Marshal

func (m *QueryResourceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryResourceRequest) XXX_Merge

func (m *QueryResourceRequest) XXX_Merge(src proto.Message)

func (*QueryResourceRequest) XXX_Size

func (m *QueryResourceRequest) XXX_Size() int

func (*QueryResourceRequest) XXX_Unmarshal

func (m *QueryResourceRequest) XXX_Unmarshal(b []byte) error

type QueryResourceResponse

type QueryResourceResponse struct {
	Data string `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}

func (*QueryResourceResponse) Descriptor

func (*QueryResourceResponse) Descriptor() ([]byte, []int)

func (*QueryResourceResponse) GetData

func (m *QueryResourceResponse) GetData() string

func (*QueryResourceResponse) Marshal

func (m *QueryResourceResponse) Marshal() (dAtA []byte, err error)

func (*QueryResourceResponse) MarshalTo

func (m *QueryResourceResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryResourceResponse) MarshalToSizedBuffer

func (m *QueryResourceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryResourceResponse) ProtoMessage

func (*QueryResourceResponse) ProtoMessage()

func (*QueryResourceResponse) Reset

func (m *QueryResourceResponse) Reset()

func (*QueryResourceResponse) Size

func (m *QueryResourceResponse) Size() (n int)

func (*QueryResourceResponse) String

func (m *QueryResourceResponse) String() string

func (*QueryResourceResponse) Unmarshal

func (m *QueryResourceResponse) Unmarshal(dAtA []byte) error

func (*QueryResourceResponse) XXX_DiscardUnknown

func (m *QueryResourceResponse) XXX_DiscardUnknown()

func (*QueryResourceResponse) XXX_Marshal

func (m *QueryResourceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryResourceResponse) XXX_Merge

func (m *QueryResourceResponse) XXX_Merge(src proto.Message)

func (*QueryResourceResponse) XXX_Size

func (m *QueryResourceResponse) XXX_Size() int

func (*QueryResourceResponse) XXX_Unmarshal

func (m *QueryResourceResponse) XXX_Unmarshal(b []byte) error

type QueryServer

type QueryServer interface {
	// ReadRoyaltyInfo
	ReadRoyaltyInfo(context.Context, *QueryReadRoyaltyInfo) (*QueryReadRoyaltyInfoResponse, error)
	// Queries a list of resource items.
	ReadWithPath(context.Context, *QueryResourceRequest) (*QueryResourceResponse, error)
	// Reads metadata proofs
	ReadMetadataProof(context.Context, *QueryProofMetadataRequest) (*QueryProofResponse, error)
	// Queries a list of owners items.
	IdentifyOwner(context.Context, *QueryIdentifyOwnerRequest) (*QueryIdentifyOwnerResponse, error)
	// Queries a list of Attributes items.
	GetAttributes(context.Context, *QueryGetAttributesRequest) (*QueryGetAttributesResponse, error)
	// Queries a list of resource items.
	Resource(context.Context, *QueryResourceRequest) (*QueryResourceResponse, error)
	// Queries a list of delegates items.
	ReadDelegate(context.Context, *QueryGetDelegateRequest) (*QueryGetDelegateResponse, error)
	// Owner queries the NFTs of the specified owner
	Owner(context.Context, *QueryOwnerRequest) (*QueryOwnerResponse, error)
	// Collection queries the NFTs of the specified denom
	Collection(context.Context, *QueryCollectionRequest) (*QueryCollectionResponse, error)
	// Denom queries the definition of a given denom
	Denom(context.Context, *QueryDenomRequest) (*QueryDenomResponse, error)
	// Denoms queries all the denoms
	Denoms(context.Context, *QueryDenomsRequest) (*QueryDenomsResponse, error)
	// NFT queries the NFT for the given denom and token ID
	GetNft(context.Context, *QueryNFTRequest) (*QueryNFTResponse, error)
	ResolveDidWeb(context.Context, *QueryDidWebRequest) (*QueryResourceResponse, error)
	GetDidKey(context.Context, *QueryGetDidRequest) (*QueryResourceResponse, error)
}

QueryServer is the server API for Query service.

type QuerySupplyParams

type QuerySupplyParams struct {
	Denom string
	Owner sdk.AccAddress
}

QuerySupplyParams defines the params for queries:

func NewQuerySupplyParams

func NewQuerySupplyParams(denom string, owner sdk.AccAddress) QuerySupplyParams

NewQuerySupplyParams creates a new instance of QuerySupplyParams

func (QuerySupplyParams) Bytes

func (q QuerySupplyParams) Bytes() []byte

Bytes exports the Denom as bytes

type RelayMessageNFTMintSwap

type RelayMessageNFTMintSwap struct {
	Prefix string
	Key    string
	Value  string
}

type UnimplementedMsgServer

type UnimplementedMsgServer struct {
}

UnimplementedMsgServer can be embedded to have forward compatible implementations.

func (*UnimplementedMsgServer) BurnNFT

func (*UnimplementedMsgServer) ChangeOwner

func (*UnimplementedMsgServer) CreateDid

func (*UnimplementedMsgServer) EditNFT

func (*UnimplementedMsgServer) GrantAttribute

func (*UnimplementedMsgServer) GrantDelegate

func (*UnimplementedMsgServer) IssueDenom

func (*UnimplementedMsgServer) Metadata

func (*UnimplementedMsgServer) MintNFT

func (*UnimplementedMsgServer) MintTrustedContent

func (*UnimplementedMsgServer) MintTrustedResource

func (*UnimplementedMsgServer) RevokeAttribute

func (*UnimplementedMsgServer) RevokeDelegate

func (*UnimplementedMsgServer) RevokeDid

func (*UnimplementedMsgServer) RoyaltyInfo

func (*UnimplementedMsgServer) SendMetadataOwnership

func (*UnimplementedMsgServer) TransferDenom

func (*UnimplementedMsgServer) TransferNFT

func (*UnimplementedMsgServer) UpdateDid

func (*UnimplementedMsgServer) UpdateMetadataOwnership

type UnimplementedQueryServer

type UnimplementedQueryServer struct {
}

UnimplementedQueryServer can be embedded to have forward compatible implementations.

func (*UnimplementedQueryServer) Collection

func (*UnimplementedQueryServer) Denom

func (*UnimplementedQueryServer) Denoms

func (*UnimplementedQueryServer) GetAttributes

func (*UnimplementedQueryServer) GetDidKey

func (*UnimplementedQueryServer) GetNft

func (*UnimplementedQueryServer) IdentifyOwner

func (*UnimplementedQueryServer) Owner

func (*UnimplementedQueryServer) ReadDelegate

func (*UnimplementedQueryServer) ReadMetadataProof

func (*UnimplementedQueryServer) ReadRoyaltyInfo

func (*UnimplementedQueryServer) ReadWithPath

func (*UnimplementedQueryServer) ResolveDidWeb

func (*UnimplementedQueryServer) Resource

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL