types

package
v0.0.0-...-c591d34 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2023 License: MIT Imports: 30 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 = "eightball"

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

	// RouterKey defines the module's message routing key
	RouterKey = ModuleName

	// MemStoreKey defines the in-memory store key
	MemStoreKey = "mem_eightball"
)
View Source
const (
	MagicKeyKey      = "MagicKey/value/"
	MagicKeyCountKey = "MagicKey/count/"
)
View Source
const (
	MagicKeySummoningKey      = "MagicKeySummoning/value/"
	MagicKeySummoningCountKey = "MagicKeySummoning/count/"
)
View Source
const (
	HighCouncilKey      = "HighCouncil/value/"
	HighCouncilCountKey = "HighCouncil/count/"
)
View Source
const (
	HighCouncilConjuringsKey      = "HighCouncilConjurings/value/"
	HighCouncilConjuringsCountKey = "HighCouncilConjurings/count/"
)
View Source
const (
	SpiritConjuringPoemsKey      = "SpiritConjuringPoems/value/"
	SpiritConjuringPoemsCountKey = "SpiritConjuringPoems/count/"
)
View Source
const (
	VerseKey      = "Verse/value/"
	VerseCountKey = "Verse/count/"
)
View Source
const (
	VisionKey      = "Vision/value/"
	VisionCountKey = "Vision/count/"
)
View Source
const (
	MessageKey      = "Message/value/"
	MessageCountKey = "Message/count/"
)
View Source
const (
	SignatureRequestKey      = "SignatureRequest/value/"
	SignatureRequestCountKey = "SignatureRequest/count/"
)
View Source
const (
	SignatureShareKey      = "SignatureShare/value/"
	SignatureShareCountKey = "SignatureShare/count/"
)
View Source
const (
	SignedMessageKey      = "SignedMessage/value/"
	SignedMessageCountKey = "SignedMessage/count/"
)
View Source
const (
	MeditationSummoningKey      = "MeditationSummoning/value/"
	MeditationSummoningCountKey = "MeditationSummoning/count/"
)
View Source
const (
	MeditationKey      = "Meditation/value/"
	MeditationCountKey = "Meditation/count/"
)
View Source
const (
	ScriptureSignatureRequestKey      = "ScriptureSignatureRequest/value/"
	ScriptureSignatureRequestCountKey = "ScriptureSignatureRequest/count/"
)
View Source
const (
	ScriptureSignatureShareKey      = "ScriptureSignatureShare/value/"
	ScriptureSignatureShareCountKey = "ScriptureSignatureShare/count/"
)
View Source
const (
	SignedScriptureListKey      = "SignedScriptureList/value/"
	SignedScriptureListCountKey = "SignedScriptureList/count/"
)
View Source
const (
	BlessingKey      = "Blessing/value/"
	BlessingCountKey = "Blessing/count/"
)
View Source
const (
	ImploringKey      = "Imploring/value/"
	ImploringCountKey = "Imploring/count/"
)
View Source
const (
	KillConjuringKey      = "KillConjuring/value/"
	KillConjuringCountKey = "KillConjuring/count/"
)
View Source
const (
	KillImploringKey      = "KillImploring/value/"
	KillImploringCountKey = "KillImploring/count/"
)
View Source
const (
	KillMeditationSummoningKey      = "KillMeditationSummoning/value/"
	KillMeditationSummoningCountKey = "KillMeditationSummoning/count/"
)
View Source
const (
	KillMagicKeySummoningKey      = "KillMagicKeySummoning/value/"
	KillMagicKeySummoningCountKey = "KillMagicKeySummoning/count/"
)
View Source
const (
	KillScriptureSignatureRequestKey      = "KillScriptureSignatureRequest/value/"
	KillScriptureSignatureRequestCountKey = "KillScriptureSignatureRequest/count/"
)
View Source
const (
	KillSignatureRequestKey      = "KillSignatureRequest/value/"
	KillSignatureRequestCountKey = "KillSignatureRequest/count/"
)
View Source
const (
	TypeMsgCreateBlessing = "create_blessing"
	TypeMsgUpdateBlessing = "update_blessing"
	TypeMsgDeleteBlessing = "delete_blessing"
)
View Source
const (
	TypeMsgCreateEncryptedMagicKeyShare = "create_encrypted_magic_key_share"
	TypeMsgUpdateEncryptedMagicKeyShare = "update_encrypted_magic_key_share"
	TypeMsgDeleteEncryptedMagicKeyShare = "delete_encrypted_magic_key_share"
)
View Source
const (
	TypeMsgCreateEncryptedPreSign = "create_encrypted_pre_sign"
	TypeMsgUpdateEncryptedPreSign = "update_encrypted_pre_sign"
	TypeMsgDeleteEncryptedPreSign = "delete_encrypted_pre_sign"
)
View Source
const (
	TypeMsgCreateKillConjuring = "create_kill_conjuring"
	TypeMsgUpdateKillConjuring = "update_kill_conjuring"
	TypeMsgDeleteKillConjuring = "delete_kill_conjuring"
)
View Source
const (
	TypeMsgCreateKillImploring = "create_kill_imploring"
	TypeMsgUpdateKillImploring = "update_kill_imploring"
	TypeMsgDeleteKillImploring = "delete_kill_imploring"
)
View Source
const (
	TypeMsgCreateKillMagicKeySummoning = "create_kill_magic_key_summoning"
	TypeMsgUpdateKillMagicKeySummoning = "update_kill_magic_key_summoning"
	TypeMsgDeleteKillMagicKeySummoning = "delete_kill_magic_key_summoning"
)
View Source
const (
	TypeMsgCreateKillMeditationSummoning = "create_kill_meditation_summoning"
	TypeMsgUpdateKillMeditationSummoning = "update_kill_meditation_summoning"
	TypeMsgDeleteKillMeditationSummoning = "delete_kill_meditation_summoning"
)
View Source
const (
	TypeMsgCreateKillScriptureSignatureRequest = "create_kill_scripture_signature_request"
	TypeMsgUpdateKillScriptureSignatureRequest = "update_kill_scripture_signature_request"
	TypeMsgDeleteKillScriptureSignatureRequest = "delete_kill_scripture_signature_request"
)
View Source
const (
	TypeMsgCreateKillSignatureRequest = "create_kill_signature_request"
	TypeMsgUpdateKillSignatureRequest = "update_kill_signature_request"
	TypeMsgDeleteKillSignatureRequest = "delete_kill_signature_request"
)
View Source
const (
	TypeMsgCreateMagicKey = "create_magic_key"
	TypeMsgUpdateMagicKey = "update_magic_key"
)
View Source
const (
	TypeMsgCreateMeditation = "create_meditation"
	TypeMsgUpdateMeditation = "update_meditation"
	TypeMsgDeleteMeditation = "delete_meditation"
)
View Source
const (
	TypeMsgCreateMeditationSummoning = "create_meditation_summoning"
	TypeMsgUpdateMeditationSummoning = "update_meditation_summoning"
	TypeMsgDeleteMeditationSummoning = "delete_meditation_summoning"
)
View Source
const (
	TypeMsgCreateMessage = "create_message"
	TypeMsgUpdateMessage = "update_message"
	TypeMsgDeleteMessage = "delete_message"
)
View Source
const (
	TypeMsgCreateScriptureSignatureRequest = "create_scripture_signature_request"
	TypeMsgUpdateScriptureSignatureRequest = "update_scripture_signature_request"
	TypeMsgDeleteScriptureSignatureRequest = "delete_scripture_signature_request"
)
View Source
const (
	TypeMsgCreateScriptureSignatureShare = "create_scripture_signature_share"
	TypeMsgUpdateScriptureSignatureShare = "update_scripture_signature_share"
	TypeMsgDeleteScriptureSignatureShare = "delete_scripture_signature_share"
)
View Source
const (
	TypeMsgCreateSignatureRequest = "create_signature_request"
	TypeMsgUpdateSignatureRequest = "update_signature_request"
	TypeMsgDeleteSignatureRequest = "delete_signature_request"
)
View Source
const (
	TypeMsgCreateSignatureShare = "create_signature_share"
	TypeMsgUpdateSignatureShare = "update_signature_share"
	TypeMsgDeleteSignatureShare = "delete_signature_share"
)
View Source
const (
	TypeMsgCreateSignedMessage = "create_signed_message"
	TypeMsgUpdateSignedMessage = "update_signed_message"
	TypeMsgDeleteSignedMessage = "delete_signed_message"
)
View Source
const (
	TypeMsgCreateSignedScripture = "create_signed_scripture"
	TypeMsgUpdateSignedScripture = "update_signed_scripture"
	TypeMsgDeleteSignedScripture = "delete_signed_scripture"
)
View Source
const (
	TypeMsgCreateSignedScriptureList = "create_signed_scripture_list"
	TypeMsgUpdateSignedScriptureList = "update_signed_scripture_list"
	TypeMsgDeleteSignedScriptureList = "delete_signed_scripture_list"
)
View Source
const (
	TypeMsgCreateSpiritConjuringPoems = "create_spirit_conjuring_poems"
	TypeMsgUpdateSpiritConjuringPoems = "update_spirit_conjuring_poems"
	TypeMsgDeleteSpiritConjuringPoems = "delete_spirit_conjuring_poems"
)
View Source
const (
	TypeMsgCreateVerse = "create_verse"
	TypeMsgDeleteVerse = "delete_verse"
)
View Source
const (
	TypeMsgCreateVision = "create_vision"
	TypeMsgUpdateVision = "update_vision"
	TypeMsgDeleteVision = "delete_vision"
)
View Source
const (
	// BlessingReceiptKeyPrefix is the prefix to retrieve all BlessingReceipt
	BlessingReceiptKeyPrefix = "BlessingReceipt/value/"
)
View Source
const (
	CurrentMagicKeyKey = "CurrentMagicKey/value/"
)
View Source
const DefaultIndex uint64 = 1

DefaultIndex is the default global index

View Source
const (
	// EncryptedMagicKeyShareKeyPrefix is the prefix to retrieve all EncryptedMagicKeyShare
	EncryptedMagicKeyShareKeyPrefix = "EncryptedMagicKeyShare/value/"
)
View Source
const (
	// EncryptedPreSignKeyPrefix is the prefix to retrieve all EncryptedPreSign
	EncryptedPreSignKeyPrefix = "EncryptedPreSign/value/"
)
View Source
const (
	// ScriptureKeyPrefix is the prefix to retrieve all Scripture
	ScriptureKeyPrefix = "Scripture/value/"
)
View Source
const (
	// SignedScriptureKeyPrefix is the prefix to retrieve all SignedScripture
	SignedScriptureKeyPrefix = "SignedScripture/value/"
)
View Source
const (
	TypeMsgCreateScripture = "create_scripture"
)
View Source
const TypeMsgFinalizeConjuring = "finalize_conjuring"

Variables

View Source
var (
	ErrInvalidLengthBlessing        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowBlessing          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupBlessing = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthBlessingReceipt        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowBlessingReceipt          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupBlessingReceipt = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthCurrentMagicKey        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowCurrentMagicKey          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupCurrentMagicKey = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthEncryptedMagicKeyShare        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowEncryptedMagicKeyShare          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupEncryptedMagicKeyShare = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthEncryptedPreSign        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowEncryptedPreSign          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupEncryptedPreSign = fmt.Errorf("proto: unexpected end of group")
)
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 (
	ErrInvalidLengthHighCouncil        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowHighCouncil          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupHighCouncil = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthHighCouncilConjurings        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowHighCouncilConjurings          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupHighCouncilConjurings = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthImploring        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowImploring          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupImploring = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthKillConjuring        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowKillConjuring          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupKillConjuring = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthKillImploring        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowKillImploring          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupKillImploring = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthKillMagicKeySummoning        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowKillMagicKeySummoning          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupKillMagicKeySummoning = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthKillMeditationSummoning        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowKillMeditationSummoning          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupKillMeditationSummoning = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthKillScriptureSignatureRequest        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowKillScriptureSignatureRequest          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupKillScriptureSignatureRequest = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthKillSignatureRequest        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowKillSignatureRequest          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupKillSignatureRequest = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthMagicKey        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowMagicKey          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupMagicKey = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthMagicKeySummoning        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowMagicKeySummoning          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupMagicKeySummoning = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthMeditation        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowMeditation          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupMeditation = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthMeditationSummoning        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowMeditationSummoning          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupMeditationSummoning = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthMessage        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowMessage          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupMessage = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthParams        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowParams          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupParams = 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 (
	ErrInvalidLengthScripture        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowScripture          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupScripture = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthScriptureSignatureRequest        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowScriptureSignatureRequest          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupScriptureSignatureRequest = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthScriptureSignatureShare        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowScriptureSignatureShare          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupScriptureSignatureShare = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthSignatureRequest        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowSignatureRequest          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupSignatureRequest = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthSignatureShare        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowSignatureShare          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupSignatureShare = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthSignedMessage        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowSignedMessage          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupSignedMessage = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthSignedScripture        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowSignedScripture          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupSignedScripture = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthSignedScriptureList        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowSignedScriptureList          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupSignedScriptureList = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthSpiritConjuringPoems        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowSpiritConjuringPoems          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupSpiritConjuringPoems = 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 (
	ErrInvalidLengthVerse        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowVerse          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupVerse = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthVision        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowVision          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupVision = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrSample = sdkerrors.Register(ModuleName, 1100, "sample error")
)

x/eightball module sentinel errors

Functions

func BlessingReceiptKey

func BlessingReceiptKey(
	index string,
) []byte

BlessingReceiptKey returns the store key to retrieve a BlessingReceipt from the index fields

func EncryptedMagicKeyShareKey

func EncryptedMagicKeyShareKey(
	index string,
) []byte

EncryptedMagicKeyShareKey returns the store key to retrieve a EncryptedMagicKeyShare from the index fields

func EncryptedPreSignKey

func EncryptedPreSignKey(
	index string,
) []byte

EncryptedPreSignKey returns the store key to retrieve a EncryptedPreSign from the index fields

func KeyPrefix

func KeyPrefix(p string) []byte

func ParamKeyTable

func ParamKeyTable() paramtypes.KeyTable

ParamKeyTable the param key table for launch module

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 ScriptureKey

func ScriptureKey(
	index string,
) []byte

ScriptureKey returns the store key to retrieve a Scripture from the index fields

func SignedScriptureKey

func SignedScriptureKey(
	index string,
) []byte

SignedScriptureKey returns the store key to retrieve a SignedScripture from the index fields

Types

type AccountKeeper

type AccountKeeper interface {
	GetAccount(ctx sdk.Context, addr sdk.AccAddress) types.AccountI

	GetModuleAddress(name string) sdk.AccAddress
	GetModuleAccount(ctx sdk.Context, name string) types.ModuleAccountI
}

AccountKeeper defines the expected account keeper used for simulations (noalias)

type BankKeeper

type BankKeeper interface {
	SpendableCoins(ctx sdk.Context, addr sdk.AccAddress) sdk.Coins
	SendCoins(ctx sdk.Context, fromAddr sdk.AccAddress, toAddr sdk.AccAddress, amt sdk.Coins) error
	MintCoins(ctx sdk.Context, moduleName string, amt sdk.Coins) error
	BurnCoins(ctx sdk.Context, moduleName string, amt sdk.Coins) error
	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
	GetAllBalances(ctx sdk.Context, addr sdk.AccAddress) sdk.Coins
	GetBalance(ctx sdk.Context, addr sdk.AccAddress, denom string) sdk.Coin
}

BankKeeper defines the expected interface needed to retrieve account balances.

type Blessing

type Blessing struct {
	Id          uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Index       string `protobuf:"bytes,2,opt,name=index,proto3" json:"index,omitempty"`
	BlockHeight uint64 `protobuf:"varint,3,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	Creator     string `protobuf:"bytes,4,opt,name=creator,proto3" json:"creator,omitempty"`
	Metadata    string `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
}

func (*Blessing) Descriptor

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

func (*Blessing) GetBlockHeight

func (m *Blessing) GetBlockHeight() uint64

func (*Blessing) GetCreator

func (m *Blessing) GetCreator() string

func (*Blessing) GetId

func (m *Blessing) GetId() uint64

func (*Blessing) GetIndex

func (m *Blessing) GetIndex() string

func (*Blessing) GetMetadata

func (m *Blessing) GetMetadata() string

func (*Blessing) Marshal

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

func (*Blessing) MarshalTo

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

func (*Blessing) MarshalToSizedBuffer

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

func (*Blessing) ProtoMessage

func (*Blessing) ProtoMessage()

func (*Blessing) Reset

func (m *Blessing) Reset()

func (*Blessing) Size

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

func (*Blessing) String

func (m *Blessing) String() string

func (*Blessing) Unmarshal

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

func (*Blessing) XXX_DiscardUnknown

func (m *Blessing) XXX_DiscardUnknown()

func (*Blessing) XXX_Marshal

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

func (*Blessing) XXX_Merge

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

func (*Blessing) XXX_Size

func (m *Blessing) XXX_Size() int

func (*Blessing) XXX_Unmarshal

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

type BlessingReceipt

type BlessingReceipt struct {
	Index  string `protobuf:"bytes,1,opt,name=index,proto3" json:"index,omitempty"`
	Height uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
}

func (*BlessingReceipt) Descriptor

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

func (*BlessingReceipt) GetHeight

func (m *BlessingReceipt) GetHeight() uint64

func (*BlessingReceipt) GetIndex

func (m *BlessingReceipt) GetIndex() string

func (*BlessingReceipt) Marshal

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

func (*BlessingReceipt) MarshalTo

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

func (*BlessingReceipt) MarshalToSizedBuffer

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

func (*BlessingReceipt) ProtoMessage

func (*BlessingReceipt) ProtoMessage()

func (*BlessingReceipt) Reset

func (m *BlessingReceipt) Reset()

func (*BlessingReceipt) Size

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

func (*BlessingReceipt) String

func (m *BlessingReceipt) String() string

func (*BlessingReceipt) Unmarshal

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

func (*BlessingReceipt) XXX_DiscardUnknown

func (m *BlessingReceipt) XXX_DiscardUnknown()

func (*BlessingReceipt) XXX_Marshal

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

func (*BlessingReceipt) XXX_Merge

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

func (*BlessingReceipt) XXX_Size

func (m *BlessingReceipt) XXX_Size() int

func (*BlessingReceipt) XXX_Unmarshal

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

type CurrentMagicKey

type CurrentMagicKey struct {
	CurrentMagicKey uint64 `protobuf:"varint,1,opt,name=currentMagicKey,proto3" json:"currentMagicKey,omitempty"`
	SinceBlock      uint64 `protobuf:"varint,2,opt,name=sinceBlock,proto3" json:"sinceBlock,omitempty"`
}

func (*CurrentMagicKey) Descriptor

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

func (*CurrentMagicKey) GetCurrentMagicKey

func (m *CurrentMagicKey) GetCurrentMagicKey() uint64

func (*CurrentMagicKey) GetSinceBlock

func (m *CurrentMagicKey) GetSinceBlock() uint64

func (*CurrentMagicKey) Marshal

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

func (*CurrentMagicKey) MarshalTo

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

func (*CurrentMagicKey) MarshalToSizedBuffer

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

func (*CurrentMagicKey) ProtoMessage

func (*CurrentMagicKey) ProtoMessage()

func (*CurrentMagicKey) Reset

func (m *CurrentMagicKey) Reset()

func (*CurrentMagicKey) Size

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

func (*CurrentMagicKey) String

func (m *CurrentMagicKey) String() string

func (*CurrentMagicKey) Unmarshal

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

func (*CurrentMagicKey) XXX_DiscardUnknown

func (m *CurrentMagicKey) XXX_DiscardUnknown()

func (*CurrentMagicKey) XXX_Marshal

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

func (*CurrentMagicKey) XXX_Merge

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

func (*CurrentMagicKey) XXX_Size

func (m *CurrentMagicKey) XXX_Size() int

func (*CurrentMagicKey) XXX_Unmarshal

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

type EncryptedMagicKeyShare

type EncryptedMagicKeyShare struct {
	Index   string `protobuf:"bytes,1,opt,name=index,proto3" json:"index,omitempty"`
	Data    string `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Creator string `protobuf:"bytes,3,opt,name=creator,proto3" json:"creator,omitempty"`
}

func (*EncryptedMagicKeyShare) Descriptor

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

func (*EncryptedMagicKeyShare) GetCreator

func (m *EncryptedMagicKeyShare) GetCreator() string

func (*EncryptedMagicKeyShare) GetData

func (m *EncryptedMagicKeyShare) GetData() string

func (*EncryptedMagicKeyShare) GetIndex

func (m *EncryptedMagicKeyShare) GetIndex() string

func (*EncryptedMagicKeyShare) Marshal

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

func (*EncryptedMagicKeyShare) MarshalTo

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

func (*EncryptedMagicKeyShare) MarshalToSizedBuffer

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

func (*EncryptedMagicKeyShare) ProtoMessage

func (*EncryptedMagicKeyShare) ProtoMessage()

func (*EncryptedMagicKeyShare) Reset

func (m *EncryptedMagicKeyShare) Reset()

func (*EncryptedMagicKeyShare) Size

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

func (*EncryptedMagicKeyShare) String

func (m *EncryptedMagicKeyShare) String() string

func (*EncryptedMagicKeyShare) Unmarshal

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

func (*EncryptedMagicKeyShare) XXX_DiscardUnknown

func (m *EncryptedMagicKeyShare) XXX_DiscardUnknown()

func (*EncryptedMagicKeyShare) XXX_Marshal

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

func (*EncryptedMagicKeyShare) XXX_Merge

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

func (*EncryptedMagicKeyShare) XXX_Size

func (m *EncryptedMagicKeyShare) XXX_Size() int

func (*EncryptedMagicKeyShare) XXX_Unmarshal

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

type EncryptedPreSign

type EncryptedPreSign struct {
	Index   string `protobuf:"bytes,1,opt,name=index,proto3" json:"index,omitempty"`
	Data    string `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Creator string `protobuf:"bytes,3,opt,name=creator,proto3" json:"creator,omitempty"`
}

func (*EncryptedPreSign) Descriptor

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

func (*EncryptedPreSign) GetCreator

func (m *EncryptedPreSign) GetCreator() string

func (*EncryptedPreSign) GetData

func (m *EncryptedPreSign) GetData() string

func (*EncryptedPreSign) GetIndex

func (m *EncryptedPreSign) GetIndex() string

func (*EncryptedPreSign) Marshal

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

func (*EncryptedPreSign) MarshalTo

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

func (*EncryptedPreSign) MarshalToSizedBuffer

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

func (*EncryptedPreSign) ProtoMessage

func (*EncryptedPreSign) ProtoMessage()

func (*EncryptedPreSign) Reset

func (m *EncryptedPreSign) Reset()

func (*EncryptedPreSign) Size

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

func (*EncryptedPreSign) String

func (m *EncryptedPreSign) String() string

func (*EncryptedPreSign) Unmarshal

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

func (*EncryptedPreSign) XXX_DiscardUnknown

func (m *EncryptedPreSign) XXX_DiscardUnknown()

func (*EncryptedPreSign) XXX_Marshal

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

func (*EncryptedPreSign) XXX_Merge

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

func (*EncryptedPreSign) XXX_Size

func (m *EncryptedPreSign) XXX_Size() int

func (*EncryptedPreSign) XXX_Unmarshal

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

type GenesisState

type GenesisState struct {
	Params                         Params                      `protobuf:"bytes,1,opt,name=params,proto3" json:"params"`
	MagicKeyList                   []MagicKey                  `protobuf:"bytes,3,rep,name=magicKeyList,proto3" json:"magicKeyList"`
	MagicKeyCount                  uint64                      `protobuf:"varint,4,opt,name=magicKeyCount,proto3" json:"magicKeyCount,omitempty"`
	MagicKeySummoningList          []MagicKeySummoning         `protobuf:"bytes,5,rep,name=magicKeySummoningList,proto3" json:"magicKeySummoningList"`
	MagicKeySummoningCount         uint64                      `protobuf:"varint,6,opt,name=magicKeySummoningCount,proto3" json:"magicKeySummoningCount,omitempty"`
	HighCouncilList                []HighCouncil               `protobuf:"bytes,7,rep,name=highCouncilList,proto3" json:"highCouncilList"`
	HighCouncilCount               uint64                      `protobuf:"varint,8,opt,name=highCouncilCount,proto3" json:"highCouncilCount,omitempty"`
	CurrentMagicKey                *CurrentMagicKey            `protobuf:"bytes,9,opt,name=currentMagicKey,proto3" json:"currentMagicKey,omitempty"`
	HighCouncilConjuringsList      []HighCouncilConjurings     `protobuf:"bytes,10,rep,name=highCouncilConjuringsList,proto3" json:"highCouncilConjuringsList"`
	HighCouncilConjuringsCount     uint64                      `protobuf:"varint,11,opt,name=highCouncilConjuringsCount,proto3" json:"highCouncilConjuringsCount,omitempty"`
	SpiritConjuringPoemsList       []SpiritConjuringPoems      `protobuf:"bytes,12,rep,name=spiritConjuringPoemsList,proto3" json:"spiritConjuringPoemsList"`
	SpiritConjuringPoemsCount      uint64                      `protobuf:"varint,13,opt,name=spiritConjuringPoemsCount,proto3" json:"spiritConjuringPoemsCount,omitempty"`
	VerseList                      []Verse                     `protobuf:"bytes,14,rep,name=verseList,proto3" json:"verseList"`
	VerseCount                     uint64                      `protobuf:"varint,15,opt,name=verseCount,proto3" json:"verseCount,omitempty"`
	VisionList                     []Vision                    `protobuf:"bytes,16,rep,name=visionList,proto3" json:"visionList"`
	VisionCount                    uint64                      `protobuf:"varint,17,opt,name=visionCount,proto3" json:"visionCount,omitempty"`
	MessageList                    []Message                   `protobuf:"bytes,18,rep,name=messageList,proto3" json:"messageList"`
	MessageCount                   uint64                      `protobuf:"varint,19,opt,name=messageCount,proto3" json:"messageCount,omitempty"`
	SignatureRequestList           []SignatureRequest          `protobuf:"bytes,20,rep,name=signatureRequestList,proto3" json:"signatureRequestList"`
	SignatureRequestCount          uint64                      `protobuf:"varint,21,opt,name=signatureRequestCount,proto3" json:"signatureRequestCount,omitempty"`
	SignatureShareList             []SignatureShare            `protobuf:"bytes,22,rep,name=signatureShareList,proto3" json:"signatureShareList"`
	SignatureShareCount            uint64                      `protobuf:"varint,23,opt,name=signatureShareCount,proto3" json:"signatureShareCount,omitempty"`
	SignedMessageList              []SignedMessage             `protobuf:"bytes,24,rep,name=signedMessageList,proto3" json:"signedMessageList"`
	SignedMessageCount             uint64                      `protobuf:"varint,25,opt,name=signedMessageCount,proto3" json:"signedMessageCount,omitempty"`
	MeditationSummoningList        []MeditationSummoning       `protobuf:"bytes,26,rep,name=meditationSummoningList,proto3" json:"meditationSummoningList"`
	MeditationSummoningCount       uint64                      `protobuf:"varint,27,opt,name=meditationSummoningCount,proto3" json:"meditationSummoningCount,omitempty"`
	MeditationList                 []Meditation                `protobuf:"bytes,28,rep,name=meditationList,proto3" json:"meditationList"`
	MeditationCount                uint64                      `protobuf:"varint,29,opt,name=meditationCount,proto3" json:"meditationCount,omitempty"`
	ScriptureList                  []Scripture                 `protobuf:"bytes,30,rep,name=scriptureList,proto3" json:"scriptureList"`
	ScriptureSignatureRequestList  []ScriptureSignatureRequest `protobuf:"bytes,31,rep,name=scriptureSignatureRequestList,proto3" json:"scriptureSignatureRequestList"`
	ScriptureSignatureRequestCount uint64                      `protobuf:"varint,32,opt,name=scriptureSignatureRequestCount,proto3" json:"scriptureSignatureRequestCount,omitempty"`
	ScriptureSignatureShareList    []ScriptureSignatureShare   `protobuf:"bytes,33,rep,name=scriptureSignatureShareList,proto3" json:"scriptureSignatureShareList"`
	ScriptureSignatureShareCount   uint64                      `protobuf:"varint,34,opt,name=scriptureSignatureShareCount,proto3" json:"scriptureSignatureShareCount,omitempty"`
	SignedScriptureList            []SignedScripture           `protobuf:"bytes,35,rep,name=signedScriptureList,proto3" json:"signedScriptureList"`
	SignedScriptureListList        []SignedScriptureList       `protobuf:"bytes,36,rep,name=signedScriptureListList,proto3" json:"signedScriptureListList"`
	SignedScriptureListCount       uint64                      `protobuf:"varint,37,opt,name=signedScriptureListCount,proto3" json:"signedScriptureListCount,omitempty"`
	// this line is used by starport scaffolding # genesis/proto/state
	BlessingList                       []Blessing                      `protobuf:"bytes,38,rep,name=blessingList,proto3" json:"blessingList"`
	BlessingCount                      uint64                          `protobuf:"varint,39,opt,name=blessingCount,proto3" json:"blessingCount,omitempty"`
	BlessingReceiptList                []BlessingReceipt               `protobuf:"bytes,40,rep,name=blessingReceiptList,proto3" json:"blessingReceiptList"`
	ImploringList                      []Imploring                     `protobuf:"bytes,41,rep,name=imploringList,proto3" json:"imploringList"`
	ImploringCount                     uint64                          `protobuf:"varint,42,opt,name=imploringCount,proto3" json:"imploringCount,omitempty"`
	KillConjuringList                  []KillConjuring                 `protobuf:"bytes,43,rep,name=killConjuringList,proto3" json:"killConjuringList"`
	KillConjuringCount                 uint64                          `protobuf:"varint,44,opt,name=killConjuringCount,proto3" json:"killConjuringCount,omitempty"`
	KillImploringList                  []KillImploring                 `protobuf:"bytes,45,rep,name=killImploringList,proto3" json:"killImploringList"`
	KillImploringCount                 uint64                          `protobuf:"varint,46,opt,name=killImploringCount,proto3" json:"killImploringCount,omitempty"`
	KillMeditationSummoningList        []KillMeditationSummoning       `protobuf:"bytes,47,rep,name=killMeditationSummoningList,proto3" json:"killMeditationSummoningList"`
	KillMeditationSummoningCount       uint64                          `protobuf:"varint,48,opt,name=killMeditationSummoningCount,proto3" json:"killMeditationSummoningCount,omitempty"`
	KillMagicKeySummoningList          []KillMagicKeySummoning         `protobuf:"bytes,49,rep,name=killMagicKeySummoningList,proto3" json:"killMagicKeySummoningList"`
	KillMagicKeySummoningCount         uint64                          `protobuf:"varint,50,opt,name=killMagicKeySummoningCount,proto3" json:"killMagicKeySummoningCount,omitempty"`
	KillScriptureSignatureRequestList  []KillScriptureSignatureRequest `protobuf:"bytes,51,rep,name=killScriptureSignatureRequestList,proto3" json:"killScriptureSignatureRequestList"`
	KillScriptureSignatureRequestCount uint64                          `protobuf:"varint,52,opt,name=killScriptureSignatureRequestCount,proto3" json:"killScriptureSignatureRequestCount,omitempty"`
	KillSignatureRequestList           []KillSignatureRequest          `protobuf:"bytes,53,rep,name=killSignatureRequestList,proto3" json:"killSignatureRequestList"`
	KillSignatureRequestCount          uint64                          `protobuf:"varint,54,opt,name=killSignatureRequestCount,proto3" json:"killSignatureRequestCount,omitempty"`
	EncryptedMagicKeyShareList         []EncryptedMagicKeyShare        `protobuf:"bytes,55,rep,name=encryptedMagicKeyShareList,proto3" json:"encryptedMagicKeyShareList"`
	EncryptedPreSignList               []EncryptedPreSign              `protobuf:"bytes,56,rep,name=encryptedPreSignList,proto3" json:"encryptedPreSignList"`
}

GenesisState defines the eightball module's genesis state.

func DefaultGenesis

func DefaultGenesis() *GenesisState

DefaultGenesis returns the default genesis state

func (*GenesisState) Descriptor

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

func (*GenesisState) GetBlessingCount

func (m *GenesisState) GetBlessingCount() uint64

func (*GenesisState) GetBlessingList

func (m *GenesisState) GetBlessingList() []Blessing

func (*GenesisState) GetBlessingReceiptList

func (m *GenesisState) GetBlessingReceiptList() []BlessingReceipt

func (*GenesisState) GetCurrentMagicKey

func (m *GenesisState) GetCurrentMagicKey() *CurrentMagicKey

func (*GenesisState) GetEncryptedMagicKeyShareList

func (m *GenesisState) GetEncryptedMagicKeyShareList() []EncryptedMagicKeyShare

func (*GenesisState) GetEncryptedPreSignList

func (m *GenesisState) GetEncryptedPreSignList() []EncryptedPreSign

func (*GenesisState) GetHighCouncilConjuringsCount

func (m *GenesisState) GetHighCouncilConjuringsCount() uint64

func (*GenesisState) GetHighCouncilConjuringsList

func (m *GenesisState) GetHighCouncilConjuringsList() []HighCouncilConjurings

func (*GenesisState) GetHighCouncilCount

func (m *GenesisState) GetHighCouncilCount() uint64

func (*GenesisState) GetHighCouncilList

func (m *GenesisState) GetHighCouncilList() []HighCouncil

func (*GenesisState) GetImploringCount

func (m *GenesisState) GetImploringCount() uint64

func (*GenesisState) GetImploringList

func (m *GenesisState) GetImploringList() []Imploring

func (*GenesisState) GetKillConjuringCount

func (m *GenesisState) GetKillConjuringCount() uint64

func (*GenesisState) GetKillConjuringList

func (m *GenesisState) GetKillConjuringList() []KillConjuring

func (*GenesisState) GetKillImploringCount

func (m *GenesisState) GetKillImploringCount() uint64

func (*GenesisState) GetKillImploringList

func (m *GenesisState) GetKillImploringList() []KillImploring

func (*GenesisState) GetKillMagicKeySummoningCount

func (m *GenesisState) GetKillMagicKeySummoningCount() uint64

func (*GenesisState) GetKillMagicKeySummoningList

func (m *GenesisState) GetKillMagicKeySummoningList() []KillMagicKeySummoning

func (*GenesisState) GetKillMeditationSummoningCount

func (m *GenesisState) GetKillMeditationSummoningCount() uint64

func (*GenesisState) GetKillMeditationSummoningList

func (m *GenesisState) GetKillMeditationSummoningList() []KillMeditationSummoning

func (*GenesisState) GetKillScriptureSignatureRequestCount

func (m *GenesisState) GetKillScriptureSignatureRequestCount() uint64

func (*GenesisState) GetKillScriptureSignatureRequestList

func (m *GenesisState) GetKillScriptureSignatureRequestList() []KillScriptureSignatureRequest

func (*GenesisState) GetKillSignatureRequestCount

func (m *GenesisState) GetKillSignatureRequestCount() uint64

func (*GenesisState) GetKillSignatureRequestList

func (m *GenesisState) GetKillSignatureRequestList() []KillSignatureRequest

func (*GenesisState) GetMagicKeyCount

func (m *GenesisState) GetMagicKeyCount() uint64

func (*GenesisState) GetMagicKeyList

func (m *GenesisState) GetMagicKeyList() []MagicKey

func (*GenesisState) GetMagicKeySummoningCount

func (m *GenesisState) GetMagicKeySummoningCount() uint64

func (*GenesisState) GetMagicKeySummoningList

func (m *GenesisState) GetMagicKeySummoningList() []MagicKeySummoning

func (*GenesisState) GetMeditationCount

func (m *GenesisState) GetMeditationCount() uint64

func (*GenesisState) GetMeditationList

func (m *GenesisState) GetMeditationList() []Meditation

func (*GenesisState) GetMeditationSummoningCount

func (m *GenesisState) GetMeditationSummoningCount() uint64

func (*GenesisState) GetMeditationSummoningList

func (m *GenesisState) GetMeditationSummoningList() []MeditationSummoning

func (*GenesisState) GetMessageCount

func (m *GenesisState) GetMessageCount() uint64

func (*GenesisState) GetMessageList

func (m *GenesisState) GetMessageList() []Message

func (*GenesisState) GetParams

func (m *GenesisState) GetParams() Params

func (*GenesisState) GetScriptureList

func (m *GenesisState) GetScriptureList() []Scripture

func (*GenesisState) GetScriptureSignatureRequestCount

func (m *GenesisState) GetScriptureSignatureRequestCount() uint64

func (*GenesisState) GetScriptureSignatureRequestList

func (m *GenesisState) GetScriptureSignatureRequestList() []ScriptureSignatureRequest

func (*GenesisState) GetScriptureSignatureShareCount

func (m *GenesisState) GetScriptureSignatureShareCount() uint64

func (*GenesisState) GetScriptureSignatureShareList

func (m *GenesisState) GetScriptureSignatureShareList() []ScriptureSignatureShare

func (*GenesisState) GetSignatureRequestCount

func (m *GenesisState) GetSignatureRequestCount() uint64

func (*GenesisState) GetSignatureRequestList

func (m *GenesisState) GetSignatureRequestList() []SignatureRequest

func (*GenesisState) GetSignatureShareCount

func (m *GenesisState) GetSignatureShareCount() uint64

func (*GenesisState) GetSignatureShareList

func (m *GenesisState) GetSignatureShareList() []SignatureShare

func (*GenesisState) GetSignedMessageCount

func (m *GenesisState) GetSignedMessageCount() uint64

func (*GenesisState) GetSignedMessageList

func (m *GenesisState) GetSignedMessageList() []SignedMessage

func (*GenesisState) GetSignedScriptureList

func (m *GenesisState) GetSignedScriptureList() []SignedScripture

func (*GenesisState) GetSignedScriptureListCount

func (m *GenesisState) GetSignedScriptureListCount() uint64

func (*GenesisState) GetSignedScriptureListList

func (m *GenesisState) GetSignedScriptureListList() []SignedScriptureList

func (*GenesisState) GetSpiritConjuringPoemsCount

func (m *GenesisState) GetSpiritConjuringPoemsCount() uint64

func (*GenesisState) GetSpiritConjuringPoemsList

func (m *GenesisState) GetSpiritConjuringPoemsList() []SpiritConjuringPoems

func (*GenesisState) GetVerseCount

func (m *GenesisState) GetVerseCount() uint64

func (*GenesisState) GetVerseList

func (m *GenesisState) GetVerseList() []Verse

func (*GenesisState) GetVisionCount

func (m *GenesisState) GetVisionCount() uint64

func (*GenesisState) GetVisionList

func (m *GenesisState) GetVisionList() []Vision

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) Validate

func (gs GenesisState) Validate() error

Validate performs basic genesis state validation returning an error upon any failure.

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 HighCouncil

type HighCouncil struct {
	Id            uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	MagicKeyId    uint64 `protobuf:"varint,2,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
	SpiritAddress string `protobuf:"bytes,3,opt,name=spiritAddress,proto3" json:"spiritAddress,omitempty"`
	SpiritPubKey  string `protobuf:"bytes,4,opt,name=spiritPubKey,proto3" json:"spiritPubKey,omitempty"`
}

func (*HighCouncil) Descriptor

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

func (*HighCouncil) GetId

func (m *HighCouncil) GetId() uint64

func (*HighCouncil) GetMagicKeyId

func (m *HighCouncil) GetMagicKeyId() uint64

func (*HighCouncil) GetSpiritAddress

func (m *HighCouncil) GetSpiritAddress() string

func (*HighCouncil) GetSpiritPubKey

func (m *HighCouncil) GetSpiritPubKey() string

func (*HighCouncil) Marshal

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

func (*HighCouncil) MarshalTo

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

func (*HighCouncil) MarshalToSizedBuffer

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

func (*HighCouncil) ProtoMessage

func (*HighCouncil) ProtoMessage()

func (*HighCouncil) Reset

func (m *HighCouncil) Reset()

func (*HighCouncil) Size

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

func (*HighCouncil) String

func (m *HighCouncil) String() string

func (*HighCouncil) Unmarshal

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

func (*HighCouncil) XXX_DiscardUnknown

func (m *HighCouncil) XXX_DiscardUnknown()

func (*HighCouncil) XXX_Marshal

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

func (*HighCouncil) XXX_Merge

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

func (*HighCouncil) XXX_Size

func (m *HighCouncil) XXX_Size() int

func (*HighCouncil) XXX_Unmarshal

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

type HighCouncilConjurings

type HighCouncilConjurings struct {
	Id           uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	MagicKeyId   uint64 `protobuf:"varint,2,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
	BlockStarted uint64 `protobuf:"varint,3,opt,name=blockStarted,proto3" json:"blockStarted,omitempty"`
}

func (*HighCouncilConjurings) Descriptor

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

func (*HighCouncilConjurings) GetBlockStarted

func (m *HighCouncilConjurings) GetBlockStarted() uint64

func (*HighCouncilConjurings) GetId

func (m *HighCouncilConjurings) GetId() uint64

func (*HighCouncilConjurings) GetMagicKeyId

func (m *HighCouncilConjurings) GetMagicKeyId() uint64

func (*HighCouncilConjurings) Marshal

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

func (*HighCouncilConjurings) MarshalTo

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

func (*HighCouncilConjurings) MarshalToSizedBuffer

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

func (*HighCouncilConjurings) ProtoMessage

func (*HighCouncilConjurings) ProtoMessage()

func (*HighCouncilConjurings) Reset

func (m *HighCouncilConjurings) Reset()

func (*HighCouncilConjurings) Size

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

func (*HighCouncilConjurings) String

func (m *HighCouncilConjurings) String() string

func (*HighCouncilConjurings) Unmarshal

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

func (*HighCouncilConjurings) XXX_DiscardUnknown

func (m *HighCouncilConjurings) XXX_DiscardUnknown()

func (*HighCouncilConjurings) XXX_Marshal

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

func (*HighCouncilConjurings) XXX_Merge

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

func (*HighCouncilConjurings) XXX_Size

func (m *HighCouncilConjurings) XXX_Size() int

func (*HighCouncilConjurings) XXX_Unmarshal

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

type Imploring

type Imploring struct {
	Id     uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Index  string `protobuf:"bytes,2,opt,name=index,proto3" json:"index,omitempty"`
	Height uint64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"`
}

func (*Imploring) Descriptor

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

func (*Imploring) GetHeight

func (m *Imploring) GetHeight() uint64

func (*Imploring) GetId

func (m *Imploring) GetId() uint64

func (*Imploring) GetIndex

func (m *Imploring) GetIndex() string

func (*Imploring) Marshal

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

func (*Imploring) MarshalTo

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

func (*Imploring) MarshalToSizedBuffer

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

func (*Imploring) ProtoMessage

func (*Imploring) ProtoMessage()

func (*Imploring) Reset

func (m *Imploring) Reset()

func (*Imploring) Size

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

func (*Imploring) String

func (m *Imploring) String() string

func (*Imploring) Unmarshal

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

func (*Imploring) XXX_DiscardUnknown

func (m *Imploring) XXX_DiscardUnknown()

func (*Imploring) XXX_Marshal

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

func (*Imploring) XXX_Merge

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

func (*Imploring) XXX_Size

func (m *Imploring) XXX_Size() int

func (*Imploring) XXX_Unmarshal

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

type KillConjuring

type KillConjuring struct {
	Id       uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Height   uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	Metadata string `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Creator  string `protobuf:"bytes,4,opt,name=creator,proto3" json:"creator,omitempty"`
}

func (*KillConjuring) Descriptor

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

func (*KillConjuring) GetCreator

func (m *KillConjuring) GetCreator() string

func (*KillConjuring) GetHeight

func (m *KillConjuring) GetHeight() uint64

func (*KillConjuring) GetId

func (m *KillConjuring) GetId() uint64

func (*KillConjuring) GetMetadata

func (m *KillConjuring) GetMetadata() string

func (*KillConjuring) Marshal

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

func (*KillConjuring) MarshalTo

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

func (*KillConjuring) MarshalToSizedBuffer

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

func (*KillConjuring) ProtoMessage

func (*KillConjuring) ProtoMessage()

func (*KillConjuring) Reset

func (m *KillConjuring) Reset()

func (*KillConjuring) Size

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

func (*KillConjuring) String

func (m *KillConjuring) String() string

func (*KillConjuring) Unmarshal

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

func (*KillConjuring) XXX_DiscardUnknown

func (m *KillConjuring) XXX_DiscardUnknown()

func (*KillConjuring) XXX_Marshal

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

func (*KillConjuring) XXX_Merge

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

func (*KillConjuring) XXX_Size

func (m *KillConjuring) XXX_Size() int

func (*KillConjuring) XXX_Unmarshal

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

type KillImploring

type KillImploring struct {
	Id       uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Height   uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	Metadata string `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Creator  string `protobuf:"bytes,4,opt,name=creator,proto3" json:"creator,omitempty"`
}

func (*KillImploring) Descriptor

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

func (*KillImploring) GetCreator

func (m *KillImploring) GetCreator() string

func (*KillImploring) GetHeight

func (m *KillImploring) GetHeight() uint64

func (*KillImploring) GetId

func (m *KillImploring) GetId() uint64

func (*KillImploring) GetMetadata

func (m *KillImploring) GetMetadata() string

func (*KillImploring) Marshal

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

func (*KillImploring) MarshalTo

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

func (*KillImploring) MarshalToSizedBuffer

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

func (*KillImploring) ProtoMessage

func (*KillImploring) ProtoMessage()

func (*KillImploring) Reset

func (m *KillImploring) Reset()

func (*KillImploring) Size

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

func (*KillImploring) String

func (m *KillImploring) String() string

func (*KillImploring) Unmarshal

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

func (*KillImploring) XXX_DiscardUnknown

func (m *KillImploring) XXX_DiscardUnknown()

func (*KillImploring) XXX_Marshal

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

func (*KillImploring) XXX_Merge

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

func (*KillImploring) XXX_Size

func (m *KillImploring) XXX_Size() int

func (*KillImploring) XXX_Unmarshal

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

type KillMagicKeySummoning

type KillMagicKeySummoning struct {
	Id       uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Height   uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	Metadata string `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Creator  string `protobuf:"bytes,4,opt,name=creator,proto3" json:"creator,omitempty"`
}

func (*KillMagicKeySummoning) Descriptor

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

func (*KillMagicKeySummoning) GetCreator

func (m *KillMagicKeySummoning) GetCreator() string

func (*KillMagicKeySummoning) GetHeight

func (m *KillMagicKeySummoning) GetHeight() uint64

func (*KillMagicKeySummoning) GetId

func (m *KillMagicKeySummoning) GetId() uint64

func (*KillMagicKeySummoning) GetMetadata

func (m *KillMagicKeySummoning) GetMetadata() string

func (*KillMagicKeySummoning) Marshal

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

func (*KillMagicKeySummoning) MarshalTo

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

func (*KillMagicKeySummoning) MarshalToSizedBuffer

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

func (*KillMagicKeySummoning) ProtoMessage

func (*KillMagicKeySummoning) ProtoMessage()

func (*KillMagicKeySummoning) Reset

func (m *KillMagicKeySummoning) Reset()

func (*KillMagicKeySummoning) Size

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

func (*KillMagicKeySummoning) String

func (m *KillMagicKeySummoning) String() string

func (*KillMagicKeySummoning) Unmarshal

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

func (*KillMagicKeySummoning) XXX_DiscardUnknown

func (m *KillMagicKeySummoning) XXX_DiscardUnknown()

func (*KillMagicKeySummoning) XXX_Marshal

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

func (*KillMagicKeySummoning) XXX_Merge

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

func (*KillMagicKeySummoning) XXX_Size

func (m *KillMagicKeySummoning) XXX_Size() int

func (*KillMagicKeySummoning) XXX_Unmarshal

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

type KillMeditationSummoning

type KillMeditationSummoning struct {
	Id       uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Height   uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	Metadata string `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Creator  string `protobuf:"bytes,4,opt,name=creator,proto3" json:"creator,omitempty"`
}

func (*KillMeditationSummoning) Descriptor

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

func (*KillMeditationSummoning) GetCreator

func (m *KillMeditationSummoning) GetCreator() string

func (*KillMeditationSummoning) GetHeight

func (m *KillMeditationSummoning) GetHeight() uint64

func (*KillMeditationSummoning) GetId

func (m *KillMeditationSummoning) GetId() uint64

func (*KillMeditationSummoning) GetMetadata

func (m *KillMeditationSummoning) GetMetadata() string

func (*KillMeditationSummoning) Marshal

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

func (*KillMeditationSummoning) MarshalTo

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

func (*KillMeditationSummoning) MarshalToSizedBuffer

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

func (*KillMeditationSummoning) ProtoMessage

func (*KillMeditationSummoning) ProtoMessage()

func (*KillMeditationSummoning) Reset

func (m *KillMeditationSummoning) Reset()

func (*KillMeditationSummoning) Size

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

func (*KillMeditationSummoning) String

func (m *KillMeditationSummoning) String() string

func (*KillMeditationSummoning) Unmarshal

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

func (*KillMeditationSummoning) XXX_DiscardUnknown

func (m *KillMeditationSummoning) XXX_DiscardUnknown()

func (*KillMeditationSummoning) XXX_Marshal

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

func (*KillMeditationSummoning) XXX_Merge

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

func (*KillMeditationSummoning) XXX_Size

func (m *KillMeditationSummoning) XXX_Size() int

func (*KillMeditationSummoning) XXX_Unmarshal

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

type KillScriptureSignatureRequest

type KillScriptureSignatureRequest struct {
	Id       uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Height   uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	Metadata string `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Creator  string `protobuf:"bytes,4,opt,name=creator,proto3" json:"creator,omitempty"`
}

func (*KillScriptureSignatureRequest) Descriptor

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

func (*KillScriptureSignatureRequest) GetCreator

func (m *KillScriptureSignatureRequest) GetCreator() string

func (*KillScriptureSignatureRequest) GetHeight

func (m *KillScriptureSignatureRequest) GetHeight() uint64

func (*KillScriptureSignatureRequest) GetId

func (*KillScriptureSignatureRequest) GetMetadata

func (m *KillScriptureSignatureRequest) GetMetadata() string

func (*KillScriptureSignatureRequest) Marshal

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

func (*KillScriptureSignatureRequest) MarshalTo

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

func (*KillScriptureSignatureRequest) MarshalToSizedBuffer

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

func (*KillScriptureSignatureRequest) ProtoMessage

func (*KillScriptureSignatureRequest) ProtoMessage()

func (*KillScriptureSignatureRequest) Reset

func (m *KillScriptureSignatureRequest) Reset()

func (*KillScriptureSignatureRequest) Size

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

func (*KillScriptureSignatureRequest) String

func (*KillScriptureSignatureRequest) Unmarshal

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

func (*KillScriptureSignatureRequest) XXX_DiscardUnknown

func (m *KillScriptureSignatureRequest) XXX_DiscardUnknown()

func (*KillScriptureSignatureRequest) XXX_Marshal

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

func (*KillScriptureSignatureRequest) XXX_Merge

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

func (*KillScriptureSignatureRequest) XXX_Size

func (m *KillScriptureSignatureRequest) XXX_Size() int

func (*KillScriptureSignatureRequest) XXX_Unmarshal

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

type KillSignatureRequest

type KillSignatureRequest struct {
	Id       uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Height   uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	Metadata string `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Creator  string `protobuf:"bytes,4,opt,name=creator,proto3" json:"creator,omitempty"`
}

func (*KillSignatureRequest) Descriptor

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

func (*KillSignatureRequest) GetCreator

func (m *KillSignatureRequest) GetCreator() string

func (*KillSignatureRequest) GetHeight

func (m *KillSignatureRequest) GetHeight() uint64

func (*KillSignatureRequest) GetId

func (m *KillSignatureRequest) GetId() uint64

func (*KillSignatureRequest) GetMetadata

func (m *KillSignatureRequest) GetMetadata() string

func (*KillSignatureRequest) Marshal

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

func (*KillSignatureRequest) MarshalTo

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

func (*KillSignatureRequest) MarshalToSizedBuffer

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

func (*KillSignatureRequest) ProtoMessage

func (*KillSignatureRequest) ProtoMessage()

func (*KillSignatureRequest) Reset

func (m *KillSignatureRequest) Reset()

func (*KillSignatureRequest) Size

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

func (*KillSignatureRequest) String

func (m *KillSignatureRequest) String() string

func (*KillSignatureRequest) Unmarshal

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

func (*KillSignatureRequest) XXX_DiscardUnknown

func (m *KillSignatureRequest) XXX_DiscardUnknown()

func (*KillSignatureRequest) XXX_Marshal

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

func (*KillSignatureRequest) XXX_Merge

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

func (*KillSignatureRequest) XXX_Size

func (m *KillSignatureRequest) XXX_Size() int

func (*KillSignatureRequest) XXX_Unmarshal

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

type MagicKey

type MagicKey struct {
	Id             uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	EcPointX       string `protobuf:"bytes,2,opt,name=ecPointX,proto3" json:"ecPointX,omitempty"`
	EcPointY       string `protobuf:"bytes,3,opt,name=ecPointY,proto3" json:"ecPointY,omitempty"`
	BlockHeight    uint64 `protobuf:"varint,6,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	BitcoinAlias   string `protobuf:"bytes,7,opt,name=bitcoinAlias,proto3" json:"bitcoinAlias,omitempty"`
	EthereumAlias  string `protobuf:"bytes,8,opt,name=ethereumAlias,proto3" json:"ethereumAlias,omitempty"`
	TronAlias      string `protobuf:"bytes,9,opt,name=tronAlias,proto3" json:"tronAlias,omitempty"`
	ZclassicAlias  string `protobuf:"bytes,10,opt,name=zclassicAlias,proto3" json:"zclassicAlias,omitempty"`
	EightballAlias string `protobuf:"bytes,11,opt,name=eightballAlias,proto3" json:"eightballAlias,omitempty"`
}

func (*MagicKey) Descriptor

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

func (*MagicKey) GetBitcoinAlias

func (m *MagicKey) GetBitcoinAlias() string

func (*MagicKey) GetBlockHeight

func (m *MagicKey) GetBlockHeight() uint64

func (*MagicKey) GetEcPointX

func (m *MagicKey) GetEcPointX() string

func (*MagicKey) GetEcPointY

func (m *MagicKey) GetEcPointY() string

func (*MagicKey) GetEightballAlias

func (m *MagicKey) GetEightballAlias() string

func (*MagicKey) GetEthereumAlias

func (m *MagicKey) GetEthereumAlias() string

func (*MagicKey) GetId

func (m *MagicKey) GetId() uint64

func (*MagicKey) GetTronAlias

func (m *MagicKey) GetTronAlias() string

func (*MagicKey) GetZclassicAlias

func (m *MagicKey) GetZclassicAlias() string

func (*MagicKey) Marshal

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

func (*MagicKey) MarshalTo

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

func (*MagicKey) MarshalToSizedBuffer

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

func (*MagicKey) ProtoMessage

func (*MagicKey) ProtoMessage()

func (*MagicKey) Reset

func (m *MagicKey) Reset()

func (*MagicKey) Size

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

func (*MagicKey) String

func (m *MagicKey) String() string

func (*MagicKey) Unmarshal

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

func (*MagicKey) XXX_DiscardUnknown

func (m *MagicKey) XXX_DiscardUnknown()

func (*MagicKey) XXX_Marshal

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

func (*MagicKey) XXX_Merge

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

func (*MagicKey) XXX_Size

func (m *MagicKey) XXX_Size() int

func (*MagicKey) XXX_Unmarshal

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

type MagicKeySummoning

type MagicKeySummoning struct {
	Id          uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	MagicKeyId  uint64 `protobuf:"varint,2,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
	BlockHeight uint64 `protobuf:"varint,3,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
}

func (*MagicKeySummoning) Descriptor

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

func (*MagicKeySummoning) GetBlockHeight

func (m *MagicKeySummoning) GetBlockHeight() uint64

func (*MagicKeySummoning) GetId

func (m *MagicKeySummoning) GetId() uint64

func (*MagicKeySummoning) GetMagicKeyId

func (m *MagicKeySummoning) GetMagicKeyId() uint64

func (*MagicKeySummoning) Marshal

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

func (*MagicKeySummoning) MarshalTo

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

func (*MagicKeySummoning) MarshalToSizedBuffer

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

func (*MagicKeySummoning) ProtoMessage

func (*MagicKeySummoning) ProtoMessage()

func (*MagicKeySummoning) Reset

func (m *MagicKeySummoning) Reset()

func (*MagicKeySummoning) Size

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

func (*MagicKeySummoning) String

func (m *MagicKeySummoning) String() string

func (*MagicKeySummoning) Unmarshal

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

func (*MagicKeySummoning) XXX_DiscardUnknown

func (m *MagicKeySummoning) XXX_DiscardUnknown()

func (*MagicKeySummoning) XXX_Marshal

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

func (*MagicKeySummoning) XXX_Merge

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

func (*MagicKeySummoning) XXX_Size

func (m *MagicKeySummoning) XXX_Size() int

func (*MagicKeySummoning) XXX_Unmarshal

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

type Meditation

type Meditation struct {
	Id          uint64   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	FromSpirit  string   `protobuf:"bytes,2,opt,name=fromSpirit,proto3" json:"fromSpirit,omitempty"`
	ToSpirit    []string `protobuf:"bytes,3,rep,name=toSpirit,proto3" json:"toSpirit,omitempty"`
	WireBytes   string   `protobuf:"bytes,4,opt,name=wireBytes,proto3" json:"wireBytes,omitempty"`
	Broadcast   bool     `protobuf:"varint,5,opt,name=broadcast,proto3" json:"broadcast,omitempty"`
	ToOld       bool     `protobuf:"varint,6,opt,name=toOld,proto3" json:"toOld,omitempty"`
	ToOldAndNew bool     `protobuf:"varint,7,opt,name=toOldAndNew,proto3" json:"toOldAndNew,omitempty"`
	MagicKeyId  uint64   `protobuf:"varint,8,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
	SummoningId uint64   `protobuf:"varint,9,opt,name=summoningId,proto3" json:"summoningId,omitempty"`
	Creator     string   `protobuf:"bytes,10,opt,name=creator,proto3" json:"creator,omitempty"`
}

func (*Meditation) Descriptor

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

func (*Meditation) GetBroadcast

func (m *Meditation) GetBroadcast() bool

func (*Meditation) GetCreator

func (m *Meditation) GetCreator() string

func (*Meditation) GetFromSpirit

func (m *Meditation) GetFromSpirit() string

func (*Meditation) GetId

func (m *Meditation) GetId() uint64

func (*Meditation) GetMagicKeyId

func (m *Meditation) GetMagicKeyId() uint64

func (*Meditation) GetSummoningId

func (m *Meditation) GetSummoningId() uint64

func (*Meditation) GetToOld

func (m *Meditation) GetToOld() bool

func (*Meditation) GetToOldAndNew

func (m *Meditation) GetToOldAndNew() bool

func (*Meditation) GetToSpirit

func (m *Meditation) GetToSpirit() []string

func (*Meditation) GetWireBytes

func (m *Meditation) GetWireBytes() string

func (*Meditation) Marshal

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

func (*Meditation) MarshalTo

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

func (*Meditation) MarshalToSizedBuffer

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

func (*Meditation) ProtoMessage

func (*Meditation) ProtoMessage()

func (*Meditation) Reset

func (m *Meditation) Reset()

func (*Meditation) Size

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

func (*Meditation) String

func (m *Meditation) String() string

func (*Meditation) Unmarshal

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

func (*Meditation) XXX_DiscardUnknown

func (m *Meditation) XXX_DiscardUnknown()

func (*Meditation) XXX_Marshal

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

func (*Meditation) XXX_Merge

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

func (*Meditation) XXX_Size

func (m *Meditation) XXX_Size() int

func (*Meditation) XXX_Unmarshal

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

type MeditationSummoning

type MeditationSummoning struct {
	Id          uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	MagicKeyId  uint64 `protobuf:"varint,2,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
	Creator     string `protobuf:"bytes,3,opt,name=creator,proto3" json:"creator,omitempty"`
	BlockHeight uint64 `protobuf:"varint,4,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
}

func (*MeditationSummoning) Descriptor

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

func (*MeditationSummoning) GetBlockHeight

func (m *MeditationSummoning) GetBlockHeight() uint64

func (*MeditationSummoning) GetCreator

func (m *MeditationSummoning) GetCreator() string

func (*MeditationSummoning) GetId

func (m *MeditationSummoning) GetId() uint64

func (*MeditationSummoning) GetMagicKeyId

func (m *MeditationSummoning) GetMagicKeyId() uint64

func (*MeditationSummoning) Marshal

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

func (*MeditationSummoning) MarshalTo

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

func (*MeditationSummoning) MarshalToSizedBuffer

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

func (*MeditationSummoning) ProtoMessage

func (*MeditationSummoning) ProtoMessage()

func (*MeditationSummoning) Reset

func (m *MeditationSummoning) Reset()

func (*MeditationSummoning) Size

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

func (*MeditationSummoning) String

func (m *MeditationSummoning) String() string

func (*MeditationSummoning) Unmarshal

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

func (*MeditationSummoning) XXX_DiscardUnknown

func (m *MeditationSummoning) XXX_DiscardUnknown()

func (*MeditationSummoning) XXX_Marshal

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

func (*MeditationSummoning) XXX_Merge

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

func (*MeditationSummoning) XXX_Size

func (m *MeditationSummoning) XXX_Size() int

func (*MeditationSummoning) XXX_Unmarshal

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

type Message

type Message struct {
	Id      uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Body    string `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	Creator string `protobuf:"bytes,3,opt,name=creator,proto3" json:"creator,omitempty"`
}

func (*Message) Descriptor

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

func (*Message) GetBody

func (m *Message) GetBody() string

func (*Message) GetCreator

func (m *Message) GetCreator() string

func (*Message) GetId

func (m *Message) GetId() uint64

func (*Message) Marshal

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

func (*Message) MarshalTo

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

func (*Message) MarshalToSizedBuffer

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

func (*Message) ProtoMessage

func (*Message) ProtoMessage()

func (*Message) Reset

func (m *Message) Reset()

func (*Message) Size

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

func (*Message) String

func (m *Message) String() string

func (*Message) Unmarshal

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

func (*Message) XXX_DiscardUnknown

func (m *Message) XXX_DiscardUnknown()

func (*Message) XXX_Marshal

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

func (*Message) XXX_Merge

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

func (*Message) XXX_Size

func (m *Message) XXX_Size() int

func (*Message) XXX_Unmarshal

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

type MsgClient

type MsgClient interface {
	CreateMagicKey(ctx context.Context, in *MsgCreateMagicKey, opts ...grpc.CallOption) (*MsgCreateMagicKeyResponse, error)
	CreateSpiritConjuringPoems(ctx context.Context, in *MsgCreateSpiritConjuringPoems, opts ...grpc.CallOption) (*MsgCreateSpiritConjuringPoemsResponse, error)
	FinalizeConjuring(ctx context.Context, in *MsgFinalizeConjuring, opts ...grpc.CallOption) (*MsgFinalizeConjuringResponse, error)
	CreateVerse(ctx context.Context, in *MsgCreateVerse, opts ...grpc.CallOption) (*MsgCreateVerseResponse, error)
	CreateVision(ctx context.Context, in *MsgCreateVision, opts ...grpc.CallOption) (*MsgCreateVisionResponse, error)
	CreateMessage(ctx context.Context, in *MsgCreateMessage, opts ...grpc.CallOption) (*MsgCreateMessageResponse, error)
	CreateSignatureRequest(ctx context.Context, in *MsgCreateSignatureRequest, opts ...grpc.CallOption) (*MsgCreateSignatureRequestResponse, error)
	CreateSignatureShare(ctx context.Context, in *MsgCreateSignatureShare, opts ...grpc.CallOption) (*MsgCreateSignatureShareResponse, error)
	CreateSignedMessage(ctx context.Context, in *MsgCreateSignedMessage, opts ...grpc.CallOption) (*MsgCreateSignedMessageResponse, error)
	CreateMeditation(ctx context.Context, in *MsgCreateMeditation, opts ...grpc.CallOption) (*MsgCreateMeditationResponse, error)
	CreateScripture(ctx context.Context, in *MsgCreateScripture, opts ...grpc.CallOption) (*MsgCreateScriptureResponse, error)
	CreateScriptureSignatureRequest(ctx context.Context, in *MsgCreateScriptureSignatureRequest, opts ...grpc.CallOption) (*MsgCreateScriptureSignatureRequestResponse, error)
	CreateScriptureSignatureShare(ctx context.Context, in *MsgCreateScriptureSignatureShare, opts ...grpc.CallOption) (*MsgCreateScriptureSignatureShareResponse, error)
	CreateSignedScripture(ctx context.Context, in *MsgCreateSignedScripture, opts ...grpc.CallOption) (*MsgCreateSignedScriptureResponse, error)
	CreateSignedScriptureList(ctx context.Context, in *MsgCreateSignedScriptureList, opts ...grpc.CallOption) (*MsgCreateSignedScriptureListResponse, error)
	// this line is used by starport scaffolding # proto/tx/rpc
	CreateBlessing(ctx context.Context, in *MsgCreateBlessing, opts ...grpc.CallOption) (*MsgCreateBlessingResponse, error)
	CreateKillConjuring(ctx context.Context, in *MsgCreateKillConjuring, opts ...grpc.CallOption) (*MsgCreateKillConjuringResponse, error)
	CreateKillImploring(ctx context.Context, in *MsgCreateKillImploring, opts ...grpc.CallOption) (*MsgCreateKillImploringResponse, error)
	CreateKillMeditationSummoning(ctx context.Context, in *MsgCreateKillMeditationSummoning, opts ...grpc.CallOption) (*MsgCreateKillMeditationSummoningResponse, error)
	CreateKillMagicKeySummoning(ctx context.Context, in *MsgCreateKillMagicKeySummoning, opts ...grpc.CallOption) (*MsgCreateKillMagicKeySummoningResponse, error)
	CreateKillScriptureSignatureRequest(ctx context.Context, in *MsgCreateKillScriptureSignatureRequest, opts ...grpc.CallOption) (*MsgCreateKillScriptureSignatureRequestResponse, error)
	CreateKillSignatureRequest(ctx context.Context, in *MsgCreateKillSignatureRequest, opts ...grpc.CallOption) (*MsgCreateKillSignatureRequestResponse, error)
	CreateEncryptedMagicKeyShare(ctx context.Context, in *MsgCreateEncryptedMagicKeyShare, opts ...grpc.CallOption) (*MsgCreateEncryptedMagicKeyShareResponse, error)
	DeleteEncryptedMagicKeyShare(ctx context.Context, in *MsgDeleteEncryptedMagicKeyShare, opts ...grpc.CallOption) (*MsgDeleteEncryptedMagicKeyShareResponse, error)
	CreateEncryptedPreSign(ctx context.Context, in *MsgCreateEncryptedPreSign, opts ...grpc.CallOption) (*MsgCreateEncryptedPreSignResponse, error)
	DeleteEncryptedPreSign(ctx context.Context, in *MsgDeleteEncryptedPreSign, opts ...grpc.CallOption) (*MsgDeleteEncryptedPreSignResponse, 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 MsgCreateBlessing

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

this line is used by starport scaffolding # proto/tx/message

func NewMsgCreateBlessing

func NewMsgCreateBlessing(creator string, index string) *MsgCreateBlessing

func (*MsgCreateBlessing) Descriptor

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

func (*MsgCreateBlessing) GetCreator

func (m *MsgCreateBlessing) GetCreator() string

func (*MsgCreateBlessing) GetIndex

func (m *MsgCreateBlessing) GetIndex() string

func (*MsgCreateBlessing) GetSignBytes

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

func (*MsgCreateBlessing) GetSigners

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

func (*MsgCreateBlessing) Marshal

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

func (*MsgCreateBlessing) MarshalTo

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

func (*MsgCreateBlessing) MarshalToSizedBuffer

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

func (*MsgCreateBlessing) ProtoMessage

func (*MsgCreateBlessing) ProtoMessage()

func (*MsgCreateBlessing) Reset

func (m *MsgCreateBlessing) Reset()

func (*MsgCreateBlessing) Route

func (msg *MsgCreateBlessing) Route() string

func (*MsgCreateBlessing) Size

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

func (*MsgCreateBlessing) String

func (m *MsgCreateBlessing) String() string

func (*MsgCreateBlessing) Type

func (msg *MsgCreateBlessing) Type() string

func (*MsgCreateBlessing) Unmarshal

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

func (*MsgCreateBlessing) ValidateBasic

func (msg *MsgCreateBlessing) ValidateBasic() error

func (*MsgCreateBlessing) XXX_DiscardUnknown

func (m *MsgCreateBlessing) XXX_DiscardUnknown()

func (*MsgCreateBlessing) XXX_Marshal

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

func (*MsgCreateBlessing) XXX_Merge

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

func (*MsgCreateBlessing) XXX_Size

func (m *MsgCreateBlessing) XXX_Size() int

func (*MsgCreateBlessing) XXX_Unmarshal

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

type MsgCreateBlessingResponse

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

func (*MsgCreateBlessingResponse) Descriptor

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

func (*MsgCreateBlessingResponse) GetId

func (m *MsgCreateBlessingResponse) GetId() uint64

func (*MsgCreateBlessingResponse) Marshal

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

func (*MsgCreateBlessingResponse) MarshalTo

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

func (*MsgCreateBlessingResponse) MarshalToSizedBuffer

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

func (*MsgCreateBlessingResponse) ProtoMessage

func (*MsgCreateBlessingResponse) ProtoMessage()

func (*MsgCreateBlessingResponse) Reset

func (m *MsgCreateBlessingResponse) Reset()

func (*MsgCreateBlessingResponse) Size

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

func (*MsgCreateBlessingResponse) String

func (m *MsgCreateBlessingResponse) String() string

func (*MsgCreateBlessingResponse) Unmarshal

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

func (*MsgCreateBlessingResponse) XXX_DiscardUnknown

func (m *MsgCreateBlessingResponse) XXX_DiscardUnknown()

func (*MsgCreateBlessingResponse) XXX_Marshal

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

func (*MsgCreateBlessingResponse) XXX_Merge

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

func (*MsgCreateBlessingResponse) XXX_Size

func (m *MsgCreateBlessingResponse) XXX_Size() int

func (*MsgCreateBlessingResponse) XXX_Unmarshal

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

type MsgCreateEncryptedMagicKeyShare

type MsgCreateEncryptedMagicKeyShare struct {
	Creator    string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	MagicKeyId string `protobuf:"bytes,2,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
	Data       string `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
}

func NewMsgCreateEncryptedMagicKeyShare

func NewMsgCreateEncryptedMagicKeyShare(
	creator string,
	magicKeyId string,
	data string,

) *MsgCreateEncryptedMagicKeyShare

func (*MsgCreateEncryptedMagicKeyShare) Descriptor

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

func (*MsgCreateEncryptedMagicKeyShare) GetCreator

func (m *MsgCreateEncryptedMagicKeyShare) GetCreator() string

func (*MsgCreateEncryptedMagicKeyShare) GetData

func (*MsgCreateEncryptedMagicKeyShare) GetMagicKeyId

func (m *MsgCreateEncryptedMagicKeyShare) GetMagicKeyId() string

func (*MsgCreateEncryptedMagicKeyShare) GetSignBytes

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

func (*MsgCreateEncryptedMagicKeyShare) GetSigners

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

func (*MsgCreateEncryptedMagicKeyShare) Marshal

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

func (*MsgCreateEncryptedMagicKeyShare) MarshalTo

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

func (*MsgCreateEncryptedMagicKeyShare) MarshalToSizedBuffer

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

func (*MsgCreateEncryptedMagicKeyShare) ProtoMessage

func (*MsgCreateEncryptedMagicKeyShare) ProtoMessage()

func (*MsgCreateEncryptedMagicKeyShare) Reset

func (*MsgCreateEncryptedMagicKeyShare) Route

func (*MsgCreateEncryptedMagicKeyShare) Size

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

func (*MsgCreateEncryptedMagicKeyShare) String

func (*MsgCreateEncryptedMagicKeyShare) Type

func (*MsgCreateEncryptedMagicKeyShare) Unmarshal

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

func (*MsgCreateEncryptedMagicKeyShare) ValidateBasic

func (msg *MsgCreateEncryptedMagicKeyShare) ValidateBasic() error

func (*MsgCreateEncryptedMagicKeyShare) XXX_DiscardUnknown

func (m *MsgCreateEncryptedMagicKeyShare) XXX_DiscardUnknown()

func (*MsgCreateEncryptedMagicKeyShare) XXX_Marshal

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

func (*MsgCreateEncryptedMagicKeyShare) XXX_Merge

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

func (*MsgCreateEncryptedMagicKeyShare) XXX_Size

func (m *MsgCreateEncryptedMagicKeyShare) XXX_Size() int

func (*MsgCreateEncryptedMagicKeyShare) XXX_Unmarshal

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

type MsgCreateEncryptedMagicKeyShareResponse

type MsgCreateEncryptedMagicKeyShareResponse struct {
}

func (*MsgCreateEncryptedMagicKeyShareResponse) Descriptor

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

func (*MsgCreateEncryptedMagicKeyShareResponse) Marshal

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

func (*MsgCreateEncryptedMagicKeyShareResponse) MarshalTo

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

func (*MsgCreateEncryptedMagicKeyShareResponse) MarshalToSizedBuffer

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

func (*MsgCreateEncryptedMagicKeyShareResponse) ProtoMessage

func (*MsgCreateEncryptedMagicKeyShareResponse) Reset

func (*MsgCreateEncryptedMagicKeyShareResponse) Size

func (*MsgCreateEncryptedMagicKeyShareResponse) String

func (*MsgCreateEncryptedMagicKeyShareResponse) Unmarshal

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

func (*MsgCreateEncryptedMagicKeyShareResponse) XXX_DiscardUnknown

func (m *MsgCreateEncryptedMagicKeyShareResponse) XXX_DiscardUnknown()

func (*MsgCreateEncryptedMagicKeyShareResponse) XXX_Marshal

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

func (*MsgCreateEncryptedMagicKeyShareResponse) XXX_Merge

func (*MsgCreateEncryptedMagicKeyShareResponse) XXX_Size

func (*MsgCreateEncryptedMagicKeyShareResponse) XXX_Unmarshal

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

type MsgCreateEncryptedPreSign

type MsgCreateEncryptedPreSign struct {
	Creator    string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	MagicKeyId string `protobuf:"bytes,2,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
	Data       string `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
}

func NewMsgCreateEncryptedPreSign

func NewMsgCreateEncryptedPreSign(
	creator string,
	magicKeyId string,
	data string,

) *MsgCreateEncryptedPreSign

func (*MsgCreateEncryptedPreSign) Descriptor

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

func (*MsgCreateEncryptedPreSign) GetCreator

func (m *MsgCreateEncryptedPreSign) GetCreator() string

func (*MsgCreateEncryptedPreSign) GetData

func (m *MsgCreateEncryptedPreSign) GetData() string

func (*MsgCreateEncryptedPreSign) GetMagicKeyId

func (m *MsgCreateEncryptedPreSign) GetMagicKeyId() string

func (*MsgCreateEncryptedPreSign) GetSignBytes

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

func (*MsgCreateEncryptedPreSign) GetSigners

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

func (*MsgCreateEncryptedPreSign) Marshal

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

func (*MsgCreateEncryptedPreSign) MarshalTo

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

func (*MsgCreateEncryptedPreSign) MarshalToSizedBuffer

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

func (*MsgCreateEncryptedPreSign) ProtoMessage

func (*MsgCreateEncryptedPreSign) ProtoMessage()

func (*MsgCreateEncryptedPreSign) Reset

func (m *MsgCreateEncryptedPreSign) Reset()

func (*MsgCreateEncryptedPreSign) Route

func (msg *MsgCreateEncryptedPreSign) Route() string

func (*MsgCreateEncryptedPreSign) Size

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

func (*MsgCreateEncryptedPreSign) String

func (m *MsgCreateEncryptedPreSign) String() string

func (*MsgCreateEncryptedPreSign) Type

func (msg *MsgCreateEncryptedPreSign) Type() string

func (*MsgCreateEncryptedPreSign) Unmarshal

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

func (*MsgCreateEncryptedPreSign) ValidateBasic

func (msg *MsgCreateEncryptedPreSign) ValidateBasic() error

func (*MsgCreateEncryptedPreSign) XXX_DiscardUnknown

func (m *MsgCreateEncryptedPreSign) XXX_DiscardUnknown()

func (*MsgCreateEncryptedPreSign) XXX_Marshal

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

func (*MsgCreateEncryptedPreSign) XXX_Merge

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

func (*MsgCreateEncryptedPreSign) XXX_Size

func (m *MsgCreateEncryptedPreSign) XXX_Size() int

func (*MsgCreateEncryptedPreSign) XXX_Unmarshal

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

type MsgCreateEncryptedPreSignResponse

type MsgCreateEncryptedPreSignResponse struct {
}

func (*MsgCreateEncryptedPreSignResponse) Descriptor

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

func (*MsgCreateEncryptedPreSignResponse) Marshal

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

func (*MsgCreateEncryptedPreSignResponse) MarshalTo

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

func (*MsgCreateEncryptedPreSignResponse) MarshalToSizedBuffer

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

func (*MsgCreateEncryptedPreSignResponse) ProtoMessage

func (*MsgCreateEncryptedPreSignResponse) ProtoMessage()

func (*MsgCreateEncryptedPreSignResponse) Reset

func (*MsgCreateEncryptedPreSignResponse) Size

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

func (*MsgCreateEncryptedPreSignResponse) String

func (*MsgCreateEncryptedPreSignResponse) Unmarshal

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

func (*MsgCreateEncryptedPreSignResponse) XXX_DiscardUnknown

func (m *MsgCreateEncryptedPreSignResponse) XXX_DiscardUnknown()

func (*MsgCreateEncryptedPreSignResponse) XXX_Marshal

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

func (*MsgCreateEncryptedPreSignResponse) XXX_Merge

func (*MsgCreateEncryptedPreSignResponse) XXX_Size

func (m *MsgCreateEncryptedPreSignResponse) XXX_Size() int

func (*MsgCreateEncryptedPreSignResponse) XXX_Unmarshal

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

type MsgCreateKillConjuring

type MsgCreateKillConjuring struct {
	Creator  string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Height   uint64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	Metadata string `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
}

func NewMsgCreateKillConjuring

func NewMsgCreateKillConjuring(creator string) *MsgCreateKillConjuring

func (*MsgCreateKillConjuring) Descriptor

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

func (*MsgCreateKillConjuring) GetCreator

func (m *MsgCreateKillConjuring) GetCreator() string

func (*MsgCreateKillConjuring) GetHeight

func (m *MsgCreateKillConjuring) GetHeight() uint64

func (*MsgCreateKillConjuring) GetMetadata

func (m *MsgCreateKillConjuring) GetMetadata() string

func (*MsgCreateKillConjuring) GetSignBytes

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

func (*MsgCreateKillConjuring) GetSigners

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

func (*MsgCreateKillConjuring) Marshal

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

func (*MsgCreateKillConjuring) MarshalTo

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

func (*MsgCreateKillConjuring) MarshalToSizedBuffer

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

func (*MsgCreateKillConjuring) ProtoMessage

func (*MsgCreateKillConjuring) ProtoMessage()

func (*MsgCreateKillConjuring) Reset

func (m *MsgCreateKillConjuring) Reset()

func (*MsgCreateKillConjuring) Route

func (msg *MsgCreateKillConjuring) Route() string

func (*MsgCreateKillConjuring) Size

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

func (*MsgCreateKillConjuring) String

func (m *MsgCreateKillConjuring) String() string

func (*MsgCreateKillConjuring) Type

func (msg *MsgCreateKillConjuring) Type() string

func (*MsgCreateKillConjuring) Unmarshal

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

func (*MsgCreateKillConjuring) ValidateBasic

func (msg *MsgCreateKillConjuring) ValidateBasic() error

func (*MsgCreateKillConjuring) XXX_DiscardUnknown

func (m *MsgCreateKillConjuring) XXX_DiscardUnknown()

func (*MsgCreateKillConjuring) XXX_Marshal

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

func (*MsgCreateKillConjuring) XXX_Merge

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

func (*MsgCreateKillConjuring) XXX_Size

func (m *MsgCreateKillConjuring) XXX_Size() int

func (*MsgCreateKillConjuring) XXX_Unmarshal

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

type MsgCreateKillConjuringResponse

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

func (*MsgCreateKillConjuringResponse) Descriptor

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

func (*MsgCreateKillConjuringResponse) GetId

func (*MsgCreateKillConjuringResponse) Marshal

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

func (*MsgCreateKillConjuringResponse) MarshalTo

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

func (*MsgCreateKillConjuringResponse) MarshalToSizedBuffer

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

func (*MsgCreateKillConjuringResponse) ProtoMessage

func (*MsgCreateKillConjuringResponse) ProtoMessage()

func (*MsgCreateKillConjuringResponse) Reset

func (m *MsgCreateKillConjuringResponse) Reset()

func (*MsgCreateKillConjuringResponse) Size

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

func (*MsgCreateKillConjuringResponse) String

func (*MsgCreateKillConjuringResponse) Unmarshal

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

func (*MsgCreateKillConjuringResponse) XXX_DiscardUnknown

func (m *MsgCreateKillConjuringResponse) XXX_DiscardUnknown()

func (*MsgCreateKillConjuringResponse) XXX_Marshal

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

func (*MsgCreateKillConjuringResponse) XXX_Merge

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

func (*MsgCreateKillConjuringResponse) XXX_Size

func (m *MsgCreateKillConjuringResponse) XXX_Size() int

func (*MsgCreateKillConjuringResponse) XXX_Unmarshal

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

type MsgCreateKillImploring

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

func NewMsgCreateKillImploring

func NewMsgCreateKillImploring(creator string) *MsgCreateKillImploring

func (*MsgCreateKillImploring) Descriptor

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

func (*MsgCreateKillImploring) GetCreator

func (m *MsgCreateKillImploring) GetCreator() string

func (*MsgCreateKillImploring) GetSignBytes

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

func (*MsgCreateKillImploring) GetSigners

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

func (*MsgCreateKillImploring) Marshal

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

func (*MsgCreateKillImploring) MarshalTo

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

func (*MsgCreateKillImploring) MarshalToSizedBuffer

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

func (*MsgCreateKillImploring) ProtoMessage

func (*MsgCreateKillImploring) ProtoMessage()

func (*MsgCreateKillImploring) Reset

func (m *MsgCreateKillImploring) Reset()

func (*MsgCreateKillImploring) Route

func (msg *MsgCreateKillImploring) Route() string

func (*MsgCreateKillImploring) Size

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

func (*MsgCreateKillImploring) String

func (m *MsgCreateKillImploring) String() string

func (*MsgCreateKillImploring) Type

func (msg *MsgCreateKillImploring) Type() string

func (*MsgCreateKillImploring) Unmarshal

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

func (*MsgCreateKillImploring) ValidateBasic

func (msg *MsgCreateKillImploring) ValidateBasic() error

func (*MsgCreateKillImploring) XXX_DiscardUnknown

func (m *MsgCreateKillImploring) XXX_DiscardUnknown()

func (*MsgCreateKillImploring) XXX_Marshal

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

func (*MsgCreateKillImploring) XXX_Merge

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

func (*MsgCreateKillImploring) XXX_Size

func (m *MsgCreateKillImploring) XXX_Size() int

func (*MsgCreateKillImploring) XXX_Unmarshal

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

type MsgCreateKillImploringResponse

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

func (*MsgCreateKillImploringResponse) Descriptor

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

func (*MsgCreateKillImploringResponse) GetId

func (*MsgCreateKillImploringResponse) Marshal

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

func (*MsgCreateKillImploringResponse) MarshalTo

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

func (*MsgCreateKillImploringResponse) MarshalToSizedBuffer

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

func (*MsgCreateKillImploringResponse) ProtoMessage

func (*MsgCreateKillImploringResponse) ProtoMessage()

func (*MsgCreateKillImploringResponse) Reset

func (m *MsgCreateKillImploringResponse) Reset()

func (*MsgCreateKillImploringResponse) Size

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

func (*MsgCreateKillImploringResponse) String

func (*MsgCreateKillImploringResponse) Unmarshal

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

func (*MsgCreateKillImploringResponse) XXX_DiscardUnknown

func (m *MsgCreateKillImploringResponse) XXX_DiscardUnknown()

func (*MsgCreateKillImploringResponse) XXX_Marshal

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

func (*MsgCreateKillImploringResponse) XXX_Merge

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

func (*MsgCreateKillImploringResponse) XXX_Size

func (m *MsgCreateKillImploringResponse) XXX_Size() int

func (*MsgCreateKillImploringResponse) XXX_Unmarshal

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

type MsgCreateKillMagicKeySummoning

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

func NewMsgCreateKillMagicKeySummoning

func NewMsgCreateKillMagicKeySummoning(creator string) *MsgCreateKillMagicKeySummoning

func (*MsgCreateKillMagicKeySummoning) Descriptor

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

func (*MsgCreateKillMagicKeySummoning) GetCreator

func (m *MsgCreateKillMagicKeySummoning) GetCreator() string

func (*MsgCreateKillMagicKeySummoning) GetSignBytes

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

func (*MsgCreateKillMagicKeySummoning) GetSigners

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

func (*MsgCreateKillMagicKeySummoning) Marshal

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

func (*MsgCreateKillMagicKeySummoning) MarshalTo

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

func (*MsgCreateKillMagicKeySummoning) MarshalToSizedBuffer

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

func (*MsgCreateKillMagicKeySummoning) ProtoMessage

func (*MsgCreateKillMagicKeySummoning) ProtoMessage()

func (*MsgCreateKillMagicKeySummoning) Reset

func (m *MsgCreateKillMagicKeySummoning) Reset()

func (*MsgCreateKillMagicKeySummoning) Route

func (*MsgCreateKillMagicKeySummoning) Size

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

func (*MsgCreateKillMagicKeySummoning) String

func (*MsgCreateKillMagicKeySummoning) Type

func (*MsgCreateKillMagicKeySummoning) Unmarshal

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

func (*MsgCreateKillMagicKeySummoning) ValidateBasic

func (msg *MsgCreateKillMagicKeySummoning) ValidateBasic() error

func (*MsgCreateKillMagicKeySummoning) XXX_DiscardUnknown

func (m *MsgCreateKillMagicKeySummoning) XXX_DiscardUnknown()

func (*MsgCreateKillMagicKeySummoning) XXX_Marshal

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

func (*MsgCreateKillMagicKeySummoning) XXX_Merge

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

func (*MsgCreateKillMagicKeySummoning) XXX_Size

func (m *MsgCreateKillMagicKeySummoning) XXX_Size() int

func (*MsgCreateKillMagicKeySummoning) XXX_Unmarshal

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

type MsgCreateKillMagicKeySummoningResponse

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

func (*MsgCreateKillMagicKeySummoningResponse) Descriptor

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

func (*MsgCreateKillMagicKeySummoningResponse) GetId

func (*MsgCreateKillMagicKeySummoningResponse) Marshal

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

func (*MsgCreateKillMagicKeySummoningResponse) MarshalTo

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

func (*MsgCreateKillMagicKeySummoningResponse) MarshalToSizedBuffer

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

func (*MsgCreateKillMagicKeySummoningResponse) ProtoMessage

func (*MsgCreateKillMagicKeySummoningResponse) Reset

func (*MsgCreateKillMagicKeySummoningResponse) Size

func (*MsgCreateKillMagicKeySummoningResponse) String

func (*MsgCreateKillMagicKeySummoningResponse) Unmarshal

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

func (*MsgCreateKillMagicKeySummoningResponse) XXX_DiscardUnknown

func (m *MsgCreateKillMagicKeySummoningResponse) XXX_DiscardUnknown()

func (*MsgCreateKillMagicKeySummoningResponse) XXX_Marshal

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

func (*MsgCreateKillMagicKeySummoningResponse) XXX_Merge

func (*MsgCreateKillMagicKeySummoningResponse) XXX_Size

func (*MsgCreateKillMagicKeySummoningResponse) XXX_Unmarshal

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

type MsgCreateKillMeditationSummoning

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

func NewMsgCreateKillMeditationSummoning

func NewMsgCreateKillMeditationSummoning(creator string) *MsgCreateKillMeditationSummoning

func (*MsgCreateKillMeditationSummoning) Descriptor

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

func (*MsgCreateKillMeditationSummoning) GetCreator

func (m *MsgCreateKillMeditationSummoning) GetCreator() string

func (*MsgCreateKillMeditationSummoning) GetSignBytes

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

func (*MsgCreateKillMeditationSummoning) GetSigners

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

func (*MsgCreateKillMeditationSummoning) Marshal

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

func (*MsgCreateKillMeditationSummoning) MarshalTo

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

func (*MsgCreateKillMeditationSummoning) MarshalToSizedBuffer

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

func (*MsgCreateKillMeditationSummoning) ProtoMessage

func (*MsgCreateKillMeditationSummoning) ProtoMessage()

func (*MsgCreateKillMeditationSummoning) Reset

func (*MsgCreateKillMeditationSummoning) Route

func (*MsgCreateKillMeditationSummoning) Size

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

func (*MsgCreateKillMeditationSummoning) String

func (*MsgCreateKillMeditationSummoning) Type

func (*MsgCreateKillMeditationSummoning) Unmarshal

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

func (*MsgCreateKillMeditationSummoning) ValidateBasic

func (msg *MsgCreateKillMeditationSummoning) ValidateBasic() error

func (*MsgCreateKillMeditationSummoning) XXX_DiscardUnknown

func (m *MsgCreateKillMeditationSummoning) XXX_DiscardUnknown()

func (*MsgCreateKillMeditationSummoning) XXX_Marshal

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

func (*MsgCreateKillMeditationSummoning) XXX_Merge

func (*MsgCreateKillMeditationSummoning) XXX_Size

func (m *MsgCreateKillMeditationSummoning) XXX_Size() int

func (*MsgCreateKillMeditationSummoning) XXX_Unmarshal

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

type MsgCreateKillMeditationSummoningResponse

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

func (*MsgCreateKillMeditationSummoningResponse) Descriptor

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

func (*MsgCreateKillMeditationSummoningResponse) GetId

func (*MsgCreateKillMeditationSummoningResponse) Marshal

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

func (*MsgCreateKillMeditationSummoningResponse) MarshalTo

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

func (*MsgCreateKillMeditationSummoningResponse) MarshalToSizedBuffer

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

func (*MsgCreateKillMeditationSummoningResponse) ProtoMessage

func (*MsgCreateKillMeditationSummoningResponse) Reset

func (*MsgCreateKillMeditationSummoningResponse) Size

func (*MsgCreateKillMeditationSummoningResponse) String

func (*MsgCreateKillMeditationSummoningResponse) Unmarshal

func (*MsgCreateKillMeditationSummoningResponse) XXX_DiscardUnknown

func (m *MsgCreateKillMeditationSummoningResponse) XXX_DiscardUnknown()

func (*MsgCreateKillMeditationSummoningResponse) XXX_Marshal

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

func (*MsgCreateKillMeditationSummoningResponse) XXX_Merge

func (*MsgCreateKillMeditationSummoningResponse) XXX_Size

func (*MsgCreateKillMeditationSummoningResponse) XXX_Unmarshal

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

type MsgCreateKillScriptureSignatureRequest

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

func NewMsgCreateKillScriptureSignatureRequest

func NewMsgCreateKillScriptureSignatureRequest(creator string) *MsgCreateKillScriptureSignatureRequest

func (*MsgCreateKillScriptureSignatureRequest) Descriptor

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

func (*MsgCreateKillScriptureSignatureRequest) GetCreator

func (*MsgCreateKillScriptureSignatureRequest) GetSignBytes

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

func (*MsgCreateKillScriptureSignatureRequest) GetSigners

func (*MsgCreateKillScriptureSignatureRequest) Marshal

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

func (*MsgCreateKillScriptureSignatureRequest) MarshalTo

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

func (*MsgCreateKillScriptureSignatureRequest) MarshalToSizedBuffer

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

func (*MsgCreateKillScriptureSignatureRequest) ProtoMessage

func (*MsgCreateKillScriptureSignatureRequest) Reset

func (*MsgCreateKillScriptureSignatureRequest) Route

func (*MsgCreateKillScriptureSignatureRequest) Size

func (*MsgCreateKillScriptureSignatureRequest) String

func (*MsgCreateKillScriptureSignatureRequest) Type

func (*MsgCreateKillScriptureSignatureRequest) Unmarshal

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

func (*MsgCreateKillScriptureSignatureRequest) ValidateBasic

func (msg *MsgCreateKillScriptureSignatureRequest) ValidateBasic() error

func (*MsgCreateKillScriptureSignatureRequest) XXX_DiscardUnknown

func (m *MsgCreateKillScriptureSignatureRequest) XXX_DiscardUnknown()

func (*MsgCreateKillScriptureSignatureRequest) XXX_Marshal

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

func (*MsgCreateKillScriptureSignatureRequest) XXX_Merge

func (*MsgCreateKillScriptureSignatureRequest) XXX_Size

func (*MsgCreateKillScriptureSignatureRequest) XXX_Unmarshal

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

type MsgCreateKillScriptureSignatureRequestResponse

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

func (*MsgCreateKillScriptureSignatureRequestResponse) Descriptor

func (*MsgCreateKillScriptureSignatureRequestResponse) GetId

func (*MsgCreateKillScriptureSignatureRequestResponse) Marshal

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

func (*MsgCreateKillScriptureSignatureRequestResponse) MarshalTo

func (*MsgCreateKillScriptureSignatureRequestResponse) MarshalToSizedBuffer

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

func (*MsgCreateKillScriptureSignatureRequestResponse) ProtoMessage

func (*MsgCreateKillScriptureSignatureRequestResponse) Reset

func (*MsgCreateKillScriptureSignatureRequestResponse) Size

func (*MsgCreateKillScriptureSignatureRequestResponse) String

func (*MsgCreateKillScriptureSignatureRequestResponse) Unmarshal

func (*MsgCreateKillScriptureSignatureRequestResponse) XXX_DiscardUnknown

func (m *MsgCreateKillScriptureSignatureRequestResponse) XXX_DiscardUnknown()

func (*MsgCreateKillScriptureSignatureRequestResponse) XXX_Marshal

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

func (*MsgCreateKillScriptureSignatureRequestResponse) XXX_Merge

func (*MsgCreateKillScriptureSignatureRequestResponse) XXX_Size

func (*MsgCreateKillScriptureSignatureRequestResponse) XXX_Unmarshal

type MsgCreateKillSignatureRequest

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

func NewMsgCreateKillSignatureRequest

func NewMsgCreateKillSignatureRequest(creator string) *MsgCreateKillSignatureRequest

func (*MsgCreateKillSignatureRequest) Descriptor

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

func (*MsgCreateKillSignatureRequest) GetCreator

func (m *MsgCreateKillSignatureRequest) GetCreator() string

func (*MsgCreateKillSignatureRequest) GetSignBytes

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

func (*MsgCreateKillSignatureRequest) GetSigners

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

func (*MsgCreateKillSignatureRequest) Marshal

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

func (*MsgCreateKillSignatureRequest) MarshalTo

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

func (*MsgCreateKillSignatureRequest) MarshalToSizedBuffer

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

func (*MsgCreateKillSignatureRequest) ProtoMessage

func (*MsgCreateKillSignatureRequest) ProtoMessage()

func (*MsgCreateKillSignatureRequest) Reset

func (m *MsgCreateKillSignatureRequest) Reset()

func (*MsgCreateKillSignatureRequest) Route

func (*MsgCreateKillSignatureRequest) Size

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

func (*MsgCreateKillSignatureRequest) String

func (*MsgCreateKillSignatureRequest) Type

func (*MsgCreateKillSignatureRequest) Unmarshal

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

func (*MsgCreateKillSignatureRequest) ValidateBasic

func (msg *MsgCreateKillSignatureRequest) ValidateBasic() error

func (*MsgCreateKillSignatureRequest) XXX_DiscardUnknown

func (m *MsgCreateKillSignatureRequest) XXX_DiscardUnknown()

func (*MsgCreateKillSignatureRequest) XXX_Marshal

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

func (*MsgCreateKillSignatureRequest) XXX_Merge

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

func (*MsgCreateKillSignatureRequest) XXX_Size

func (m *MsgCreateKillSignatureRequest) XXX_Size() int

func (*MsgCreateKillSignatureRequest) XXX_Unmarshal

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

type MsgCreateKillSignatureRequestResponse

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

func (*MsgCreateKillSignatureRequestResponse) Descriptor

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

func (*MsgCreateKillSignatureRequestResponse) GetId

func (*MsgCreateKillSignatureRequestResponse) Marshal

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

func (*MsgCreateKillSignatureRequestResponse) MarshalTo

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

func (*MsgCreateKillSignatureRequestResponse) MarshalToSizedBuffer

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

func (*MsgCreateKillSignatureRequestResponse) ProtoMessage

func (*MsgCreateKillSignatureRequestResponse) ProtoMessage()

func (*MsgCreateKillSignatureRequestResponse) Reset

func (*MsgCreateKillSignatureRequestResponse) Size

func (*MsgCreateKillSignatureRequestResponse) String

func (*MsgCreateKillSignatureRequestResponse) Unmarshal

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

func (*MsgCreateKillSignatureRequestResponse) XXX_DiscardUnknown

func (m *MsgCreateKillSignatureRequestResponse) XXX_DiscardUnknown()

func (*MsgCreateKillSignatureRequestResponse) XXX_Marshal

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

func (*MsgCreateKillSignatureRequestResponse) XXX_Merge

func (*MsgCreateKillSignatureRequestResponse) XXX_Size

func (*MsgCreateKillSignatureRequestResponse) XXX_Unmarshal

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

type MsgCreateMagicKey

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

func NewMsgCreateMagicKey

func NewMsgCreateMagicKey(creator string) *MsgCreateMagicKey

func (*MsgCreateMagicKey) Descriptor

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

func (*MsgCreateMagicKey) GetCreator

func (m *MsgCreateMagicKey) GetCreator() string

func (*MsgCreateMagicKey) GetSignBytes

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

func (*MsgCreateMagicKey) GetSigners

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

func (*MsgCreateMagicKey) Marshal

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

func (*MsgCreateMagicKey) MarshalTo

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

func (*MsgCreateMagicKey) MarshalToSizedBuffer

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

func (*MsgCreateMagicKey) ProtoMessage

func (*MsgCreateMagicKey) ProtoMessage()

func (*MsgCreateMagicKey) Reset

func (m *MsgCreateMagicKey) Reset()

func (*MsgCreateMagicKey) Route

func (msg *MsgCreateMagicKey) Route() string

func (*MsgCreateMagicKey) Size

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

func (*MsgCreateMagicKey) String

func (m *MsgCreateMagicKey) String() string

func (*MsgCreateMagicKey) Type

func (msg *MsgCreateMagicKey) Type() string

func (*MsgCreateMagicKey) Unmarshal

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

func (*MsgCreateMagicKey) ValidateBasic

func (msg *MsgCreateMagicKey) ValidateBasic() error

func (*MsgCreateMagicKey) XXX_DiscardUnknown

func (m *MsgCreateMagicKey) XXX_DiscardUnknown()

func (*MsgCreateMagicKey) XXX_Marshal

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

func (*MsgCreateMagicKey) XXX_Merge

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

func (*MsgCreateMagicKey) XXX_Size

func (m *MsgCreateMagicKey) XXX_Size() int

func (*MsgCreateMagicKey) XXX_Unmarshal

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

type MsgCreateMagicKeyResponse

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

func (*MsgCreateMagicKeyResponse) Descriptor

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

func (*MsgCreateMagicKeyResponse) GetId

func (m *MsgCreateMagicKeyResponse) GetId() uint64

func (*MsgCreateMagicKeyResponse) Marshal

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

func (*MsgCreateMagicKeyResponse) MarshalTo

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

func (*MsgCreateMagicKeyResponse) MarshalToSizedBuffer

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

func (*MsgCreateMagicKeyResponse) ProtoMessage

func (*MsgCreateMagicKeyResponse) ProtoMessage()

func (*MsgCreateMagicKeyResponse) Reset

func (m *MsgCreateMagicKeyResponse) Reset()

func (*MsgCreateMagicKeyResponse) Size

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

func (*MsgCreateMagicKeyResponse) String

func (m *MsgCreateMagicKeyResponse) String() string

func (*MsgCreateMagicKeyResponse) Unmarshal

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

func (*MsgCreateMagicKeyResponse) XXX_DiscardUnknown

func (m *MsgCreateMagicKeyResponse) XXX_DiscardUnknown()

func (*MsgCreateMagicKeyResponse) XXX_Marshal

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

func (*MsgCreateMagicKeyResponse) XXX_Merge

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

func (*MsgCreateMagicKeyResponse) XXX_Size

func (m *MsgCreateMagicKeyResponse) XXX_Size() int

func (*MsgCreateMagicKeyResponse) XXX_Unmarshal

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

type MsgCreateMeditation

type MsgCreateMeditation struct {
	Creator     string   `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	FromSpirit  string   `protobuf:"bytes,2,opt,name=fromSpirit,proto3" json:"fromSpirit,omitempty"`
	ToSpirit    []string `protobuf:"bytes,3,rep,name=toSpirit,proto3" json:"toSpirit,omitempty"`
	WireBytes   string   `protobuf:"bytes,4,opt,name=wireBytes,proto3" json:"wireBytes,omitempty"`
	Broadcast   bool     `protobuf:"varint,5,opt,name=broadcast,proto3" json:"broadcast,omitempty"`
	ToOld       bool     `protobuf:"varint,6,opt,name=toOld,proto3" json:"toOld,omitempty"`
	ToOldAndNew bool     `protobuf:"varint,7,opt,name=toOldAndNew,proto3" json:"toOldAndNew,omitempty"`
	MagicKeyId  uint64   `protobuf:"varint,8,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
	SummoningId uint64   `protobuf:"varint,9,opt,name=summoningId,proto3" json:"summoningId,omitempty"`
}

func NewMsgCreateMeditation

func NewMsgCreateMeditation(creator string, fromSpirit string, toSpirit []string, wireBytes string, broadcast bool, toOld bool, toOldAndNew bool, magicKeyId uint64, summoningId uint64) *MsgCreateMeditation

func (*MsgCreateMeditation) Descriptor

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

func (*MsgCreateMeditation) GetBroadcast

func (m *MsgCreateMeditation) GetBroadcast() bool

func (*MsgCreateMeditation) GetCreator

func (m *MsgCreateMeditation) GetCreator() string

func (*MsgCreateMeditation) GetFromSpirit

func (m *MsgCreateMeditation) GetFromSpirit() string

func (*MsgCreateMeditation) GetMagicKeyId

func (m *MsgCreateMeditation) GetMagicKeyId() uint64

func (*MsgCreateMeditation) GetSignBytes

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

func (*MsgCreateMeditation) GetSigners

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

func (*MsgCreateMeditation) GetSummoningId

func (m *MsgCreateMeditation) GetSummoningId() uint64

func (*MsgCreateMeditation) GetToOld

func (m *MsgCreateMeditation) GetToOld() bool

func (*MsgCreateMeditation) GetToOldAndNew

func (m *MsgCreateMeditation) GetToOldAndNew() bool

func (*MsgCreateMeditation) GetToSpirit

func (m *MsgCreateMeditation) GetToSpirit() []string

func (*MsgCreateMeditation) GetWireBytes

func (m *MsgCreateMeditation) GetWireBytes() string

func (*MsgCreateMeditation) Marshal

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

func (*MsgCreateMeditation) MarshalTo

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

func (*MsgCreateMeditation) MarshalToSizedBuffer

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

func (*MsgCreateMeditation) ProtoMessage

func (*MsgCreateMeditation) ProtoMessage()

func (*MsgCreateMeditation) Reset

func (m *MsgCreateMeditation) Reset()

func (*MsgCreateMeditation) Route

func (msg *MsgCreateMeditation) Route() string

func (*MsgCreateMeditation) Size

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

func (*MsgCreateMeditation) String

func (m *MsgCreateMeditation) String() string

func (*MsgCreateMeditation) Type

func (msg *MsgCreateMeditation) Type() string

func (*MsgCreateMeditation) Unmarshal

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

func (*MsgCreateMeditation) ValidateBasic

func (msg *MsgCreateMeditation) ValidateBasic() error

func (*MsgCreateMeditation) XXX_DiscardUnknown

func (m *MsgCreateMeditation) XXX_DiscardUnknown()

func (*MsgCreateMeditation) XXX_Marshal

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

func (*MsgCreateMeditation) XXX_Merge

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

func (*MsgCreateMeditation) XXX_Size

func (m *MsgCreateMeditation) XXX_Size() int

func (*MsgCreateMeditation) XXX_Unmarshal

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

type MsgCreateMeditationResponse

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

func (*MsgCreateMeditationResponse) Descriptor

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

func (*MsgCreateMeditationResponse) GetId

func (*MsgCreateMeditationResponse) Marshal

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

func (*MsgCreateMeditationResponse) MarshalTo

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

func (*MsgCreateMeditationResponse) MarshalToSizedBuffer

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

func (*MsgCreateMeditationResponse) ProtoMessage

func (*MsgCreateMeditationResponse) ProtoMessage()

func (*MsgCreateMeditationResponse) Reset

func (m *MsgCreateMeditationResponse) Reset()

func (*MsgCreateMeditationResponse) Size

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

func (*MsgCreateMeditationResponse) String

func (m *MsgCreateMeditationResponse) String() string

func (*MsgCreateMeditationResponse) Unmarshal

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

func (*MsgCreateMeditationResponse) XXX_DiscardUnknown

func (m *MsgCreateMeditationResponse) XXX_DiscardUnknown()

func (*MsgCreateMeditationResponse) XXX_Marshal

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

func (*MsgCreateMeditationResponse) XXX_Merge

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

func (*MsgCreateMeditationResponse) XXX_Size

func (m *MsgCreateMeditationResponse) XXX_Size() int

func (*MsgCreateMeditationResponse) XXX_Unmarshal

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

type MsgCreateMeditationSummoning

type MsgCreateMeditationSummoning struct {
	Creator    string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	MagicKeyId uint64 `protobuf:"varint,2,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
}

func NewMsgCreateMeditationSummoning

func NewMsgCreateMeditationSummoning(creator string, magicKeyId uint64) *MsgCreateMeditationSummoning

func (*MsgCreateMeditationSummoning) Descriptor

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

func (*MsgCreateMeditationSummoning) GetCreator

func (m *MsgCreateMeditationSummoning) GetCreator() string

func (*MsgCreateMeditationSummoning) GetMagicKeyId

func (m *MsgCreateMeditationSummoning) GetMagicKeyId() uint64

func (*MsgCreateMeditationSummoning) GetSignBytes

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

func (*MsgCreateMeditationSummoning) GetSigners

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

func (*MsgCreateMeditationSummoning) Marshal

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

func (*MsgCreateMeditationSummoning) MarshalTo

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

func (*MsgCreateMeditationSummoning) MarshalToSizedBuffer

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

func (*MsgCreateMeditationSummoning) ProtoMessage

func (*MsgCreateMeditationSummoning) ProtoMessage()

func (*MsgCreateMeditationSummoning) Reset

func (m *MsgCreateMeditationSummoning) Reset()

func (*MsgCreateMeditationSummoning) Route

func (msg *MsgCreateMeditationSummoning) Route() string

func (*MsgCreateMeditationSummoning) Size

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

func (*MsgCreateMeditationSummoning) String

func (*MsgCreateMeditationSummoning) Type

func (*MsgCreateMeditationSummoning) Unmarshal

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

func (*MsgCreateMeditationSummoning) ValidateBasic

func (msg *MsgCreateMeditationSummoning) ValidateBasic() error

func (*MsgCreateMeditationSummoning) XXX_DiscardUnknown

func (m *MsgCreateMeditationSummoning) XXX_DiscardUnknown()

func (*MsgCreateMeditationSummoning) XXX_Marshal

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

func (*MsgCreateMeditationSummoning) XXX_Merge

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

func (*MsgCreateMeditationSummoning) XXX_Size

func (m *MsgCreateMeditationSummoning) XXX_Size() int

func (*MsgCreateMeditationSummoning) XXX_Unmarshal

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

type MsgCreateMeditationSummoningResponse

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

func (*MsgCreateMeditationSummoningResponse) Descriptor

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

func (*MsgCreateMeditationSummoningResponse) GetId

func (*MsgCreateMeditationSummoningResponse) Marshal

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

func (*MsgCreateMeditationSummoningResponse) MarshalTo

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

func (*MsgCreateMeditationSummoningResponse) MarshalToSizedBuffer

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

func (*MsgCreateMeditationSummoningResponse) ProtoMessage

func (*MsgCreateMeditationSummoningResponse) ProtoMessage()

func (*MsgCreateMeditationSummoningResponse) Reset

func (*MsgCreateMeditationSummoningResponse) Size

func (*MsgCreateMeditationSummoningResponse) String

func (*MsgCreateMeditationSummoningResponse) Unmarshal

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

func (*MsgCreateMeditationSummoningResponse) XXX_DiscardUnknown

func (m *MsgCreateMeditationSummoningResponse) XXX_DiscardUnknown()

func (*MsgCreateMeditationSummoningResponse) XXX_Marshal

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

func (*MsgCreateMeditationSummoningResponse) XXX_Merge

func (*MsgCreateMeditationSummoningResponse) XXX_Size

func (*MsgCreateMeditationSummoningResponse) XXX_Unmarshal

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

type MsgCreateMessage

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

func NewMsgCreateMessage

func NewMsgCreateMessage(creator string, body string) *MsgCreateMessage

func (*MsgCreateMessage) Descriptor

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

func (*MsgCreateMessage) GetBody

func (m *MsgCreateMessage) GetBody() string

func (*MsgCreateMessage) GetCreator

func (m *MsgCreateMessage) GetCreator() string

func (*MsgCreateMessage) GetSignBytes

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

func (*MsgCreateMessage) GetSigners

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

func (*MsgCreateMessage) Marshal

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

func (*MsgCreateMessage) MarshalTo

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

func (*MsgCreateMessage) MarshalToSizedBuffer

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

func (*MsgCreateMessage) ProtoMessage

func (*MsgCreateMessage) ProtoMessage()

func (*MsgCreateMessage) Reset

func (m *MsgCreateMessage) Reset()

func (*MsgCreateMessage) Route

func (msg *MsgCreateMessage) Route() string

func (*MsgCreateMessage) Size

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

func (*MsgCreateMessage) String

func (m *MsgCreateMessage) String() string

func (*MsgCreateMessage) Type

func (msg *MsgCreateMessage) Type() string

func (*MsgCreateMessage) Unmarshal

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

func (*MsgCreateMessage) ValidateBasic

func (msg *MsgCreateMessage) ValidateBasic() error

func (*MsgCreateMessage) XXX_DiscardUnknown

func (m *MsgCreateMessage) XXX_DiscardUnknown()

func (*MsgCreateMessage) XXX_Marshal

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

func (*MsgCreateMessage) XXX_Merge

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

func (*MsgCreateMessage) XXX_Size

func (m *MsgCreateMessage) XXX_Size() int

func (*MsgCreateMessage) XXX_Unmarshal

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

type MsgCreateMessageResponse

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

func (*MsgCreateMessageResponse) Descriptor

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

func (*MsgCreateMessageResponse) GetId

func (m *MsgCreateMessageResponse) GetId() uint64

func (*MsgCreateMessageResponse) Marshal

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

func (*MsgCreateMessageResponse) MarshalTo

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

func (*MsgCreateMessageResponse) MarshalToSizedBuffer

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

func (*MsgCreateMessageResponse) ProtoMessage

func (*MsgCreateMessageResponse) ProtoMessage()

func (*MsgCreateMessageResponse) Reset

func (m *MsgCreateMessageResponse) Reset()

func (*MsgCreateMessageResponse) Size

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

func (*MsgCreateMessageResponse) String

func (m *MsgCreateMessageResponse) String() string

func (*MsgCreateMessageResponse) Unmarshal

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

func (*MsgCreateMessageResponse) XXX_DiscardUnknown

func (m *MsgCreateMessageResponse) XXX_DiscardUnknown()

func (*MsgCreateMessageResponse) XXX_Marshal

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

func (*MsgCreateMessageResponse) XXX_Merge

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

func (*MsgCreateMessageResponse) XXX_Size

func (m *MsgCreateMessageResponse) XXX_Size() int

func (*MsgCreateMessageResponse) XXX_Unmarshal

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

type MsgCreateScripture

type MsgCreateScripture struct {
	Witness  string `protobuf:"bytes,1,opt,name=witness,proto3" json:"witness,omitempty"`
	Index    string `protobuf:"bytes,2,opt,name=index,proto3" json:"index,omitempty"`
	Hash     string `protobuf:"bytes,3,opt,name=hash,proto3" json:"hash,omitempty"`
	Location string `protobuf:"bytes,4,opt,name=location,proto3" json:"location,omitempty"`
	Address  string `protobuf:"bytes,5,opt,name=address,proto3" json:"address,omitempty"`
	Alias    string `protobuf:"bytes,6,opt,name=alias,proto3" json:"alias,omitempty"`
	Value    string `protobuf:"bytes,7,opt,name=value,proto3" json:"value,omitempty"`
}

func NewMsgCreateScripture

func NewMsgCreateScripture(
	witness string,
	index string,
	hash string,
	location string,
	address string,
	alias string,
	value string,

) *MsgCreateScripture

func (*MsgCreateScripture) Descriptor

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

func (*MsgCreateScripture) GetAddress

func (m *MsgCreateScripture) GetAddress() string

func (*MsgCreateScripture) GetAlias

func (m *MsgCreateScripture) GetAlias() string

func (*MsgCreateScripture) GetHash

func (m *MsgCreateScripture) GetHash() string

func (*MsgCreateScripture) GetIndex

func (m *MsgCreateScripture) GetIndex() string

func (*MsgCreateScripture) GetLocation

func (m *MsgCreateScripture) GetLocation() string

func (*MsgCreateScripture) GetSignBytes

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

func (*MsgCreateScripture) GetSigners

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

func (*MsgCreateScripture) GetValue

func (m *MsgCreateScripture) GetValue() string

func (*MsgCreateScripture) GetWitness

func (m *MsgCreateScripture) GetWitness() string

func (*MsgCreateScripture) Marshal

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

func (*MsgCreateScripture) MarshalTo

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

func (*MsgCreateScripture) MarshalToSizedBuffer

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

func (*MsgCreateScripture) ProtoMessage

func (*MsgCreateScripture) ProtoMessage()

func (*MsgCreateScripture) Reset

func (m *MsgCreateScripture) Reset()

func (*MsgCreateScripture) Route

func (msg *MsgCreateScripture) Route() string

func (*MsgCreateScripture) Size

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

func (*MsgCreateScripture) String

func (m *MsgCreateScripture) String() string

func (*MsgCreateScripture) Type

func (msg *MsgCreateScripture) Type() string

func (*MsgCreateScripture) Unmarshal

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

func (*MsgCreateScripture) ValidateBasic

func (msg *MsgCreateScripture) ValidateBasic() error

func (*MsgCreateScripture) XXX_DiscardUnknown

func (m *MsgCreateScripture) XXX_DiscardUnknown()

func (*MsgCreateScripture) XXX_Marshal

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

func (*MsgCreateScripture) XXX_Merge

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

func (*MsgCreateScripture) XXX_Size

func (m *MsgCreateScripture) XXX_Size() int

func (*MsgCreateScripture) XXX_Unmarshal

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

type MsgCreateScriptureResponse

type MsgCreateScriptureResponse struct {
}

func (*MsgCreateScriptureResponse) Descriptor

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

func (*MsgCreateScriptureResponse) Marshal

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

func (*MsgCreateScriptureResponse) MarshalTo

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

func (*MsgCreateScriptureResponse) MarshalToSizedBuffer

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

func (*MsgCreateScriptureResponse) ProtoMessage

func (*MsgCreateScriptureResponse) ProtoMessage()

func (*MsgCreateScriptureResponse) Reset

func (m *MsgCreateScriptureResponse) Reset()

func (*MsgCreateScriptureResponse) Size

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

func (*MsgCreateScriptureResponse) String

func (m *MsgCreateScriptureResponse) String() string

func (*MsgCreateScriptureResponse) Unmarshal

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

func (*MsgCreateScriptureResponse) XXX_DiscardUnknown

func (m *MsgCreateScriptureResponse) XXX_DiscardUnknown()

func (*MsgCreateScriptureResponse) XXX_Marshal

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

func (*MsgCreateScriptureResponse) XXX_Merge

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

func (*MsgCreateScriptureResponse) XXX_Size

func (m *MsgCreateScriptureResponse) XXX_Size() int

func (*MsgCreateScriptureResponse) XXX_Unmarshal

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

type MsgCreateScriptureSignatureRequest

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

func NewMsgCreateScriptureSignatureRequest

func NewMsgCreateScriptureSignatureRequest(creator string, scriptureIndex string) *MsgCreateScriptureSignatureRequest

func (*MsgCreateScriptureSignatureRequest) Descriptor

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

func (*MsgCreateScriptureSignatureRequest) GetCreator

func (*MsgCreateScriptureSignatureRequest) GetScriptureIndex

func (m *MsgCreateScriptureSignatureRequest) GetScriptureIndex() string

func (*MsgCreateScriptureSignatureRequest) GetSignBytes

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

func (*MsgCreateScriptureSignatureRequest) GetSigners

func (*MsgCreateScriptureSignatureRequest) Marshal

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

func (*MsgCreateScriptureSignatureRequest) MarshalTo

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

func (*MsgCreateScriptureSignatureRequest) MarshalToSizedBuffer

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

func (*MsgCreateScriptureSignatureRequest) ProtoMessage

func (*MsgCreateScriptureSignatureRequest) ProtoMessage()

func (*MsgCreateScriptureSignatureRequest) Reset

func (*MsgCreateScriptureSignatureRequest) Route

func (*MsgCreateScriptureSignatureRequest) Size

func (*MsgCreateScriptureSignatureRequest) String

func (*MsgCreateScriptureSignatureRequest) Type

func (*MsgCreateScriptureSignatureRequest) Unmarshal

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

func (*MsgCreateScriptureSignatureRequest) ValidateBasic

func (msg *MsgCreateScriptureSignatureRequest) ValidateBasic() error

func (*MsgCreateScriptureSignatureRequest) XXX_DiscardUnknown

func (m *MsgCreateScriptureSignatureRequest) XXX_DiscardUnknown()

func (*MsgCreateScriptureSignatureRequest) XXX_Marshal

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

func (*MsgCreateScriptureSignatureRequest) XXX_Merge

func (*MsgCreateScriptureSignatureRequest) XXX_Size

func (*MsgCreateScriptureSignatureRequest) XXX_Unmarshal

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

type MsgCreateScriptureSignatureRequestResponse

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

func (*MsgCreateScriptureSignatureRequestResponse) Descriptor

func (*MsgCreateScriptureSignatureRequestResponse) GetId

func (*MsgCreateScriptureSignatureRequestResponse) Marshal

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

func (*MsgCreateScriptureSignatureRequestResponse) MarshalTo

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

func (*MsgCreateScriptureSignatureRequestResponse) MarshalToSizedBuffer

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

func (*MsgCreateScriptureSignatureRequestResponse) ProtoMessage

func (*MsgCreateScriptureSignatureRequestResponse) Reset

func (*MsgCreateScriptureSignatureRequestResponse) Size

func (*MsgCreateScriptureSignatureRequestResponse) String

func (*MsgCreateScriptureSignatureRequestResponse) Unmarshal

func (*MsgCreateScriptureSignatureRequestResponse) XXX_DiscardUnknown

func (m *MsgCreateScriptureSignatureRequestResponse) XXX_DiscardUnknown()

func (*MsgCreateScriptureSignatureRequestResponse) XXX_Marshal

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

func (*MsgCreateScriptureSignatureRequestResponse) XXX_Merge

func (*MsgCreateScriptureSignatureRequestResponse) XXX_Size

func (*MsgCreateScriptureSignatureRequestResponse) XXX_Unmarshal

type MsgCreateScriptureSignatureShare

type MsgCreateScriptureSignatureShare struct {
	Creator        string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	ScriptureIndex string `protobuf:"bytes,2,opt,name=scriptureIndex,proto3" json:"scriptureIndex,omitempty"`
	ShareData      string `protobuf:"bytes,3,opt,name=shareData,proto3" json:"shareData,omitempty"`
	MagicKeyId     uint64 `protobuf:"varint,4,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
	PubKey         string `protobuf:"bytes,5,opt,name=pubKey,proto3" json:"pubKey,omitempty"`
}

func NewMsgCreateScriptureSignatureShare

func NewMsgCreateScriptureSignatureShare(creator string, scriptureIndex string, shareData string, magicKeyId uint64, pubKey string) *MsgCreateScriptureSignatureShare

func (*MsgCreateScriptureSignatureShare) Descriptor

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

func (*MsgCreateScriptureSignatureShare) GetCreator

func (m *MsgCreateScriptureSignatureShare) GetCreator() string

func (*MsgCreateScriptureSignatureShare) GetMagicKeyId

func (m *MsgCreateScriptureSignatureShare) GetMagicKeyId() uint64

func (*MsgCreateScriptureSignatureShare) GetPubKey

func (*MsgCreateScriptureSignatureShare) GetScriptureIndex

func (m *MsgCreateScriptureSignatureShare) GetScriptureIndex() string

func (*MsgCreateScriptureSignatureShare) GetShareData

func (m *MsgCreateScriptureSignatureShare) GetShareData() string

func (*MsgCreateScriptureSignatureShare) GetSignBytes

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

func (*MsgCreateScriptureSignatureShare) GetSigners

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

func (*MsgCreateScriptureSignatureShare) Marshal

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

func (*MsgCreateScriptureSignatureShare) MarshalTo

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

func (*MsgCreateScriptureSignatureShare) MarshalToSizedBuffer

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

func (*MsgCreateScriptureSignatureShare) ProtoMessage

func (*MsgCreateScriptureSignatureShare) ProtoMessage()

func (*MsgCreateScriptureSignatureShare) Reset

func (*MsgCreateScriptureSignatureShare) Route

func (*MsgCreateScriptureSignatureShare) Size

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

func (*MsgCreateScriptureSignatureShare) String

func (*MsgCreateScriptureSignatureShare) Type

func (*MsgCreateScriptureSignatureShare) Unmarshal

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

func (*MsgCreateScriptureSignatureShare) ValidateBasic

func (msg *MsgCreateScriptureSignatureShare) ValidateBasic() error

func (*MsgCreateScriptureSignatureShare) XXX_DiscardUnknown

func (m *MsgCreateScriptureSignatureShare) XXX_DiscardUnknown()

func (*MsgCreateScriptureSignatureShare) XXX_Marshal

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

func (*MsgCreateScriptureSignatureShare) XXX_Merge

func (*MsgCreateScriptureSignatureShare) XXX_Size

func (m *MsgCreateScriptureSignatureShare) XXX_Size() int

func (*MsgCreateScriptureSignatureShare) XXX_Unmarshal

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

type MsgCreateScriptureSignatureShareResponse

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

func (*MsgCreateScriptureSignatureShareResponse) Descriptor

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

func (*MsgCreateScriptureSignatureShareResponse) GetId

func (*MsgCreateScriptureSignatureShareResponse) Marshal

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

func (*MsgCreateScriptureSignatureShareResponse) MarshalTo

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

func (*MsgCreateScriptureSignatureShareResponse) MarshalToSizedBuffer

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

func (*MsgCreateScriptureSignatureShareResponse) ProtoMessage

func (*MsgCreateScriptureSignatureShareResponse) Reset

func (*MsgCreateScriptureSignatureShareResponse) Size

func (*MsgCreateScriptureSignatureShareResponse) String

func (*MsgCreateScriptureSignatureShareResponse) Unmarshal

func (*MsgCreateScriptureSignatureShareResponse) XXX_DiscardUnknown

func (m *MsgCreateScriptureSignatureShareResponse) XXX_DiscardUnknown()

func (*MsgCreateScriptureSignatureShareResponse) XXX_Marshal

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

func (*MsgCreateScriptureSignatureShareResponse) XXX_Merge

func (*MsgCreateScriptureSignatureShareResponse) XXX_Size

func (*MsgCreateScriptureSignatureShareResponse) XXX_Unmarshal

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

type MsgCreateSignatureRequest

type MsgCreateSignatureRequest struct {
	Creator   string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	MessageId uint64 `protobuf:"varint,2,opt,name=messageId,proto3" json:"messageId,omitempty"`
}

func NewMsgCreateSignatureRequest

func NewMsgCreateSignatureRequest(creator string, messageId uint64) *MsgCreateSignatureRequest

func (*MsgCreateSignatureRequest) Descriptor

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

func (*MsgCreateSignatureRequest) GetCreator

func (m *MsgCreateSignatureRequest) GetCreator() string

func (*MsgCreateSignatureRequest) GetMessageId

func (m *MsgCreateSignatureRequest) GetMessageId() uint64

func (*MsgCreateSignatureRequest) GetSignBytes

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

func (*MsgCreateSignatureRequest) GetSigners

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

func (*MsgCreateSignatureRequest) Marshal

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

func (*MsgCreateSignatureRequest) MarshalTo

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

func (*MsgCreateSignatureRequest) MarshalToSizedBuffer

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

func (*MsgCreateSignatureRequest) ProtoMessage

func (*MsgCreateSignatureRequest) ProtoMessage()

func (*MsgCreateSignatureRequest) Reset

func (m *MsgCreateSignatureRequest) Reset()

func (*MsgCreateSignatureRequest) Route

func (msg *MsgCreateSignatureRequest) Route() string

func (*MsgCreateSignatureRequest) Size

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

func (*MsgCreateSignatureRequest) String

func (m *MsgCreateSignatureRequest) String() string

func (*MsgCreateSignatureRequest) Type

func (msg *MsgCreateSignatureRequest) Type() string

func (*MsgCreateSignatureRequest) Unmarshal

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

func (*MsgCreateSignatureRequest) ValidateBasic

func (msg *MsgCreateSignatureRequest) ValidateBasic() error

func (*MsgCreateSignatureRequest) XXX_DiscardUnknown

func (m *MsgCreateSignatureRequest) XXX_DiscardUnknown()

func (*MsgCreateSignatureRequest) XXX_Marshal

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

func (*MsgCreateSignatureRequest) XXX_Merge

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

func (*MsgCreateSignatureRequest) XXX_Size

func (m *MsgCreateSignatureRequest) XXX_Size() int

func (*MsgCreateSignatureRequest) XXX_Unmarshal

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

type MsgCreateSignatureRequestResponse

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

func (*MsgCreateSignatureRequestResponse) Descriptor

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

func (*MsgCreateSignatureRequestResponse) GetId

func (*MsgCreateSignatureRequestResponse) Marshal

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

func (*MsgCreateSignatureRequestResponse) MarshalTo

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

func (*MsgCreateSignatureRequestResponse) MarshalToSizedBuffer

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

func (*MsgCreateSignatureRequestResponse) ProtoMessage

func (*MsgCreateSignatureRequestResponse) ProtoMessage()

func (*MsgCreateSignatureRequestResponse) Reset

func (*MsgCreateSignatureRequestResponse) Size

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

func (*MsgCreateSignatureRequestResponse) String

func (*MsgCreateSignatureRequestResponse) Unmarshal

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

func (*MsgCreateSignatureRequestResponse) XXX_DiscardUnknown

func (m *MsgCreateSignatureRequestResponse) XXX_DiscardUnknown()

func (*MsgCreateSignatureRequestResponse) XXX_Marshal

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

func (*MsgCreateSignatureRequestResponse) XXX_Merge

func (*MsgCreateSignatureRequestResponse) XXX_Size

func (m *MsgCreateSignatureRequestResponse) XXX_Size() int

func (*MsgCreateSignatureRequestResponse) XXX_Unmarshal

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

type MsgCreateSignatureShare

type MsgCreateSignatureShare struct {
	Creator    string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	MessageId  uint64 `protobuf:"varint,2,opt,name=messageId,proto3" json:"messageId,omitempty"`
	ShareData  string `protobuf:"bytes,3,opt,name=shareData,proto3" json:"shareData,omitempty"`
	MagicKeyId uint64 `protobuf:"varint,4,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
	PubKey     string `protobuf:"bytes,5,opt,name=pubKey,proto3" json:"pubKey,omitempty"`
}

func NewMsgCreateSignatureShare

func NewMsgCreateSignatureShare(creator string, messageId uint64, shareData string, magicKeyId uint64, pubKeyString string) *MsgCreateSignatureShare

func (*MsgCreateSignatureShare) Descriptor

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

func (*MsgCreateSignatureShare) GetCreator

func (m *MsgCreateSignatureShare) GetCreator() string

func (*MsgCreateSignatureShare) GetMagicKeyId

func (m *MsgCreateSignatureShare) GetMagicKeyId() uint64

func (*MsgCreateSignatureShare) GetMessageId

func (m *MsgCreateSignatureShare) GetMessageId() uint64

func (*MsgCreateSignatureShare) GetPubKey

func (m *MsgCreateSignatureShare) GetPubKey() string

func (*MsgCreateSignatureShare) GetShareData

func (m *MsgCreateSignatureShare) GetShareData() string

func (*MsgCreateSignatureShare) GetSignBytes

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

func (*MsgCreateSignatureShare) GetSigners

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

func (*MsgCreateSignatureShare) Marshal

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

func (*MsgCreateSignatureShare) MarshalTo

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

func (*MsgCreateSignatureShare) MarshalToSizedBuffer

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

func (*MsgCreateSignatureShare) ProtoMessage

func (*MsgCreateSignatureShare) ProtoMessage()

func (*MsgCreateSignatureShare) Reset

func (m *MsgCreateSignatureShare) Reset()

func (*MsgCreateSignatureShare) Route

func (msg *MsgCreateSignatureShare) Route() string

func (*MsgCreateSignatureShare) Size

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

func (*MsgCreateSignatureShare) String

func (m *MsgCreateSignatureShare) String() string

func (*MsgCreateSignatureShare) Type

func (msg *MsgCreateSignatureShare) Type() string

func (*MsgCreateSignatureShare) Unmarshal

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

func (*MsgCreateSignatureShare) ValidateBasic

func (msg *MsgCreateSignatureShare) ValidateBasic() error

func (*MsgCreateSignatureShare) XXX_DiscardUnknown

func (m *MsgCreateSignatureShare) XXX_DiscardUnknown()

func (*MsgCreateSignatureShare) XXX_Marshal

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

func (*MsgCreateSignatureShare) XXX_Merge

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

func (*MsgCreateSignatureShare) XXX_Size

func (m *MsgCreateSignatureShare) XXX_Size() int

func (*MsgCreateSignatureShare) XXX_Unmarshal

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

type MsgCreateSignatureShareResponse

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

func (*MsgCreateSignatureShareResponse) Descriptor

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

func (*MsgCreateSignatureShareResponse) GetId

func (*MsgCreateSignatureShareResponse) Marshal

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

func (*MsgCreateSignatureShareResponse) MarshalTo

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

func (*MsgCreateSignatureShareResponse) MarshalToSizedBuffer

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

func (*MsgCreateSignatureShareResponse) ProtoMessage

func (*MsgCreateSignatureShareResponse) ProtoMessage()

func (*MsgCreateSignatureShareResponse) Reset

func (*MsgCreateSignatureShareResponse) Size

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

func (*MsgCreateSignatureShareResponse) String

func (*MsgCreateSignatureShareResponse) Unmarshal

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

func (*MsgCreateSignatureShareResponse) XXX_DiscardUnknown

func (m *MsgCreateSignatureShareResponse) XXX_DiscardUnknown()

func (*MsgCreateSignatureShareResponse) XXX_Marshal

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

func (*MsgCreateSignatureShareResponse) XXX_Merge

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

func (*MsgCreateSignatureShareResponse) XXX_Size

func (m *MsgCreateSignatureShareResponse) XXX_Size() int

func (*MsgCreateSignatureShareResponse) XXX_Unmarshal

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

type MsgCreateSignedMessage

type MsgCreateSignedMessage struct {
	Creator        string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Body           string `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	Signature      string `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"`
	BitcoinAddress string `protobuf:"bytes,4,opt,name=bitcoinAddress,proto3" json:"bitcoinAddress,omitempty"`
	MessageId      uint64 `protobuf:"varint,5,opt,name=messageId,proto3" json:"messageId,omitempty"`
	SigRequestId   uint64 `protobuf:"varint,6,opt,name=sigRequestId,proto3" json:"sigRequestId,omitempty"`
	MagicKeyId     uint64 `protobuf:"varint,7,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
}

func NewMsgCreateSignedMessage

func NewMsgCreateSignedMessage(
	creator string,
	body string,
	signature string,
	bitcoinAddress string,
	messageId uint64,
	sigRequestId uint64,
	magicKeyId uint64,
) *MsgCreateSignedMessage

func (*MsgCreateSignedMessage) Descriptor

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

func (*MsgCreateSignedMessage) GetBitcoinAddress

func (m *MsgCreateSignedMessage) GetBitcoinAddress() string

func (*MsgCreateSignedMessage) GetBody

func (m *MsgCreateSignedMessage) GetBody() string

func (*MsgCreateSignedMessage) GetCreator

func (m *MsgCreateSignedMessage) GetCreator() string

func (*MsgCreateSignedMessage) GetMagicKeyId

func (m *MsgCreateSignedMessage) GetMagicKeyId() uint64

func (*MsgCreateSignedMessage) GetMessageId

func (m *MsgCreateSignedMessage) GetMessageId() uint64

func (*MsgCreateSignedMessage) GetSigRequestId

func (m *MsgCreateSignedMessage) GetSigRequestId() uint64

func (*MsgCreateSignedMessage) GetSignBytes

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

func (*MsgCreateSignedMessage) GetSignature

func (m *MsgCreateSignedMessage) GetSignature() string

func (*MsgCreateSignedMessage) GetSigners

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

func (*MsgCreateSignedMessage) Marshal

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

func (*MsgCreateSignedMessage) MarshalTo

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

func (*MsgCreateSignedMessage) MarshalToSizedBuffer

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

func (*MsgCreateSignedMessage) ProtoMessage

func (*MsgCreateSignedMessage) ProtoMessage()

func (*MsgCreateSignedMessage) Reset

func (m *MsgCreateSignedMessage) Reset()

func (*MsgCreateSignedMessage) Route

func (msg *MsgCreateSignedMessage) Route() string

func (*MsgCreateSignedMessage) Size

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

func (*MsgCreateSignedMessage) String

func (m *MsgCreateSignedMessage) String() string

func (*MsgCreateSignedMessage) Type

func (msg *MsgCreateSignedMessage) Type() string

func (*MsgCreateSignedMessage) Unmarshal

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

func (*MsgCreateSignedMessage) ValidateBasic

func (msg *MsgCreateSignedMessage) ValidateBasic() error

func (*MsgCreateSignedMessage) XXX_DiscardUnknown

func (m *MsgCreateSignedMessage) XXX_DiscardUnknown()

func (*MsgCreateSignedMessage) XXX_Marshal

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

func (*MsgCreateSignedMessage) XXX_Merge

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

func (*MsgCreateSignedMessage) XXX_Size

func (m *MsgCreateSignedMessage) XXX_Size() int

func (*MsgCreateSignedMessage) XXX_Unmarshal

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

type MsgCreateSignedMessageResponse

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

func (*MsgCreateSignedMessageResponse) Descriptor

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

func (*MsgCreateSignedMessageResponse) GetId

func (*MsgCreateSignedMessageResponse) Marshal

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

func (*MsgCreateSignedMessageResponse) MarshalTo

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

func (*MsgCreateSignedMessageResponse) MarshalToSizedBuffer

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

func (*MsgCreateSignedMessageResponse) ProtoMessage

func (*MsgCreateSignedMessageResponse) ProtoMessage()

func (*MsgCreateSignedMessageResponse) Reset

func (m *MsgCreateSignedMessageResponse) Reset()

func (*MsgCreateSignedMessageResponse) Size

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

func (*MsgCreateSignedMessageResponse) String

func (*MsgCreateSignedMessageResponse) Unmarshal

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

func (*MsgCreateSignedMessageResponse) XXX_DiscardUnknown

func (m *MsgCreateSignedMessageResponse) XXX_DiscardUnknown()

func (*MsgCreateSignedMessageResponse) XXX_Marshal

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

func (*MsgCreateSignedMessageResponse) XXX_Merge

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

func (*MsgCreateSignedMessageResponse) XXX_Size

func (m *MsgCreateSignedMessageResponse) XXX_Size() int

func (*MsgCreateSignedMessageResponse) XXX_Unmarshal

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

type MsgCreateSignedScripture

type MsgCreateSignedScripture struct {
	Witness      string `protobuf:"bytes,1,opt,name=witness,proto3" json:"witness,omitempty"`
	Index        string `protobuf:"bytes,2,opt,name=index,proto3" json:"index,omitempty"`
	Signature    string `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"`
	BtcAddress   string `protobuf:"bytes,4,opt,name=btcAddress,proto3" json:"btcAddress,omitempty"`
	MagicKeyId   string `protobuf:"bytes,5,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
	SigRequestId uint64 `protobuf:"varint,6,opt,name=sigRequestId,proto3" json:"sigRequestId,omitempty"`
}

func NewMsgCreateSignedScripture

func NewMsgCreateSignedScripture(
	witness string,
	index string,
	signature string,
	btcAddress string,
	magicKeyId string,
	sigRequestId uint64,

) *MsgCreateSignedScripture

func (*MsgCreateSignedScripture) Descriptor

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

func (*MsgCreateSignedScripture) GetBtcAddress

func (m *MsgCreateSignedScripture) GetBtcAddress() string

func (*MsgCreateSignedScripture) GetIndex

func (m *MsgCreateSignedScripture) GetIndex() string

func (*MsgCreateSignedScripture) GetMagicKeyId

func (m *MsgCreateSignedScripture) GetMagicKeyId() string

func (*MsgCreateSignedScripture) GetSigRequestId

func (m *MsgCreateSignedScripture) GetSigRequestId() uint64

func (*MsgCreateSignedScripture) GetSignBytes

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

func (*MsgCreateSignedScripture) GetSignature

func (m *MsgCreateSignedScripture) GetSignature() string

func (*MsgCreateSignedScripture) GetSigners

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

func (*MsgCreateSignedScripture) GetWitness

func (m *MsgCreateSignedScripture) GetWitness() string

func (*MsgCreateSignedScripture) Marshal

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

func (*MsgCreateSignedScripture) MarshalTo

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

func (*MsgCreateSignedScripture) MarshalToSizedBuffer

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

func (*MsgCreateSignedScripture) ProtoMessage

func (*MsgCreateSignedScripture) ProtoMessage()

func (*MsgCreateSignedScripture) Reset

func (m *MsgCreateSignedScripture) Reset()

func (*MsgCreateSignedScripture) Route

func (msg *MsgCreateSignedScripture) Route() string

func (*MsgCreateSignedScripture) Size

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

func (*MsgCreateSignedScripture) String

func (m *MsgCreateSignedScripture) String() string

func (*MsgCreateSignedScripture) Type

func (msg *MsgCreateSignedScripture) Type() string

func (*MsgCreateSignedScripture) Unmarshal

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

func (*MsgCreateSignedScripture) ValidateBasic

func (msg *MsgCreateSignedScripture) ValidateBasic() error

func (*MsgCreateSignedScripture) XXX_DiscardUnknown

func (m *MsgCreateSignedScripture) XXX_DiscardUnknown()

func (*MsgCreateSignedScripture) XXX_Marshal

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

func (*MsgCreateSignedScripture) XXX_Merge

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

func (*MsgCreateSignedScripture) XXX_Size

func (m *MsgCreateSignedScripture) XXX_Size() int

func (*MsgCreateSignedScripture) XXX_Unmarshal

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

type MsgCreateSignedScriptureList

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

func NewMsgCreateSignedScriptureList

func NewMsgCreateSignedScriptureList(creator string, scriptureIndex string) *MsgCreateSignedScriptureList

func (*MsgCreateSignedScriptureList) Descriptor

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

func (*MsgCreateSignedScriptureList) GetCreator

func (m *MsgCreateSignedScriptureList) GetCreator() string

func (*MsgCreateSignedScriptureList) GetScriptureIndex

func (m *MsgCreateSignedScriptureList) GetScriptureIndex() string

func (*MsgCreateSignedScriptureList) GetSignBytes

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

func (*MsgCreateSignedScriptureList) GetSigners

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

func (*MsgCreateSignedScriptureList) Marshal

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

func (*MsgCreateSignedScriptureList) MarshalTo

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

func (*MsgCreateSignedScriptureList) MarshalToSizedBuffer

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

func (*MsgCreateSignedScriptureList) ProtoMessage

func (*MsgCreateSignedScriptureList) ProtoMessage()

func (*MsgCreateSignedScriptureList) Reset

func (m *MsgCreateSignedScriptureList) Reset()

func (*MsgCreateSignedScriptureList) Route

func (msg *MsgCreateSignedScriptureList) Route() string

func (*MsgCreateSignedScriptureList) Size

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

func (*MsgCreateSignedScriptureList) String

func (*MsgCreateSignedScriptureList) Type

func (*MsgCreateSignedScriptureList) Unmarshal

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

func (*MsgCreateSignedScriptureList) ValidateBasic

func (msg *MsgCreateSignedScriptureList) ValidateBasic() error

func (*MsgCreateSignedScriptureList) XXX_DiscardUnknown

func (m *MsgCreateSignedScriptureList) XXX_DiscardUnknown()

func (*MsgCreateSignedScriptureList) XXX_Marshal

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

func (*MsgCreateSignedScriptureList) XXX_Merge

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

func (*MsgCreateSignedScriptureList) XXX_Size

func (m *MsgCreateSignedScriptureList) XXX_Size() int

func (*MsgCreateSignedScriptureList) XXX_Unmarshal

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

type MsgCreateSignedScriptureListResponse

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

func (*MsgCreateSignedScriptureListResponse) Descriptor

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

func (*MsgCreateSignedScriptureListResponse) GetId

func (*MsgCreateSignedScriptureListResponse) Marshal

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

func (*MsgCreateSignedScriptureListResponse) MarshalTo

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

func (*MsgCreateSignedScriptureListResponse) MarshalToSizedBuffer

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

func (*MsgCreateSignedScriptureListResponse) ProtoMessage

func (*MsgCreateSignedScriptureListResponse) ProtoMessage()

func (*MsgCreateSignedScriptureListResponse) Reset

func (*MsgCreateSignedScriptureListResponse) Size

func (*MsgCreateSignedScriptureListResponse) String

func (*MsgCreateSignedScriptureListResponse) Unmarshal

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

func (*MsgCreateSignedScriptureListResponse) XXX_DiscardUnknown

func (m *MsgCreateSignedScriptureListResponse) XXX_DiscardUnknown()

func (*MsgCreateSignedScriptureListResponse) XXX_Marshal

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

func (*MsgCreateSignedScriptureListResponse) XXX_Merge

func (*MsgCreateSignedScriptureListResponse) XXX_Size

func (*MsgCreateSignedScriptureListResponse) XXX_Unmarshal

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

type MsgCreateSignedScriptureResponse

type MsgCreateSignedScriptureResponse struct {
}

func (*MsgCreateSignedScriptureResponse) Descriptor

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

func (*MsgCreateSignedScriptureResponse) Marshal

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

func (*MsgCreateSignedScriptureResponse) MarshalTo

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

func (*MsgCreateSignedScriptureResponse) MarshalToSizedBuffer

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

func (*MsgCreateSignedScriptureResponse) ProtoMessage

func (*MsgCreateSignedScriptureResponse) ProtoMessage()

func (*MsgCreateSignedScriptureResponse) Reset

func (*MsgCreateSignedScriptureResponse) Size

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

func (*MsgCreateSignedScriptureResponse) String

func (*MsgCreateSignedScriptureResponse) Unmarshal

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

func (*MsgCreateSignedScriptureResponse) XXX_DiscardUnknown

func (m *MsgCreateSignedScriptureResponse) XXX_DiscardUnknown()

func (*MsgCreateSignedScriptureResponse) XXX_Marshal

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

func (*MsgCreateSignedScriptureResponse) XXX_Merge

func (*MsgCreateSignedScriptureResponse) XXX_Size

func (m *MsgCreateSignedScriptureResponse) XXX_Size() int

func (*MsgCreateSignedScriptureResponse) XXX_Unmarshal

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

type MsgCreateSpiritConjuringPoems

type MsgCreateSpiritConjuringPoems struct {
	Creator     string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	MagicKeyId  uint64 `protobuf:"varint,2,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
	BlockHeight uint64 `protobuf:"varint,3,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	Poem        string `protobuf:"bytes,4,opt,name=poem,proto3" json:"poem,omitempty"`
	ConjuringId uint64 `protobuf:"varint,5,opt,name=conjuringId,proto3" json:"conjuringId,omitempty"`
	UeblPower   uint64 `protobuf:"varint,6,opt,name=ueblPower,proto3" json:"ueblPower,omitempty"`
}

func NewMsgCreateSpiritConjuringPoems

func NewMsgCreateSpiritConjuringPoems(creator string, conjuringId uint64, poem string) *MsgCreateSpiritConjuringPoems

func (*MsgCreateSpiritConjuringPoems) Descriptor

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

func (*MsgCreateSpiritConjuringPoems) GetBlockHeight

func (m *MsgCreateSpiritConjuringPoems) GetBlockHeight() uint64

func (*MsgCreateSpiritConjuringPoems) GetConjuringId

func (m *MsgCreateSpiritConjuringPoems) GetConjuringId() uint64

func (*MsgCreateSpiritConjuringPoems) GetCreator

func (m *MsgCreateSpiritConjuringPoems) GetCreator() string

func (*MsgCreateSpiritConjuringPoems) GetMagicKeyId

func (m *MsgCreateSpiritConjuringPoems) GetMagicKeyId() uint64

func (*MsgCreateSpiritConjuringPoems) GetPoem

func (*MsgCreateSpiritConjuringPoems) GetSignBytes

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

func (*MsgCreateSpiritConjuringPoems) GetSigners

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

func (*MsgCreateSpiritConjuringPoems) GetUeblPower

func (m *MsgCreateSpiritConjuringPoems) GetUeblPower() uint64

func (*MsgCreateSpiritConjuringPoems) Marshal

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

func (*MsgCreateSpiritConjuringPoems) MarshalTo

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

func (*MsgCreateSpiritConjuringPoems) MarshalToSizedBuffer

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

func (*MsgCreateSpiritConjuringPoems) ProtoMessage

func (*MsgCreateSpiritConjuringPoems) ProtoMessage()

func (*MsgCreateSpiritConjuringPoems) Reset

func (m *MsgCreateSpiritConjuringPoems) Reset()

func (*MsgCreateSpiritConjuringPoems) Route

func (*MsgCreateSpiritConjuringPoems) Size

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

func (*MsgCreateSpiritConjuringPoems) String

func (*MsgCreateSpiritConjuringPoems) Type

func (*MsgCreateSpiritConjuringPoems) Unmarshal

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

func (*MsgCreateSpiritConjuringPoems) ValidateBasic

func (msg *MsgCreateSpiritConjuringPoems) ValidateBasic() error

func (*MsgCreateSpiritConjuringPoems) XXX_DiscardUnknown

func (m *MsgCreateSpiritConjuringPoems) XXX_DiscardUnknown()

func (*MsgCreateSpiritConjuringPoems) XXX_Marshal

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

func (*MsgCreateSpiritConjuringPoems) XXX_Merge

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

func (*MsgCreateSpiritConjuringPoems) XXX_Size

func (m *MsgCreateSpiritConjuringPoems) XXX_Size() int

func (*MsgCreateSpiritConjuringPoems) XXX_Unmarshal

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

type MsgCreateSpiritConjuringPoemsResponse

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

func (*MsgCreateSpiritConjuringPoemsResponse) Descriptor

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

func (*MsgCreateSpiritConjuringPoemsResponse) GetId

func (*MsgCreateSpiritConjuringPoemsResponse) Marshal

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

func (*MsgCreateSpiritConjuringPoemsResponse) MarshalTo

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

func (*MsgCreateSpiritConjuringPoemsResponse) MarshalToSizedBuffer

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

func (*MsgCreateSpiritConjuringPoemsResponse) ProtoMessage

func (*MsgCreateSpiritConjuringPoemsResponse) ProtoMessage()

func (*MsgCreateSpiritConjuringPoemsResponse) Reset

func (*MsgCreateSpiritConjuringPoemsResponse) Size

func (*MsgCreateSpiritConjuringPoemsResponse) String

func (*MsgCreateSpiritConjuringPoemsResponse) Unmarshal

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

func (*MsgCreateSpiritConjuringPoemsResponse) XXX_DiscardUnknown

func (m *MsgCreateSpiritConjuringPoemsResponse) XXX_DiscardUnknown()

func (*MsgCreateSpiritConjuringPoemsResponse) XXX_Marshal

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

func (*MsgCreateSpiritConjuringPoemsResponse) XXX_Merge

func (*MsgCreateSpiritConjuringPoemsResponse) XXX_Size

func (*MsgCreateSpiritConjuringPoemsResponse) XXX_Unmarshal

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

type MsgCreateVerse

type MsgCreateVerse struct {
	Creator     string   `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	FromSpirit  string   `protobuf:"bytes,2,opt,name=fromSpirit,proto3" json:"fromSpirit,omitempty"`
	ToSpirit    []string `protobuf:"bytes,3,rep,name=toSpirit,proto3" json:"toSpirit,omitempty"`
	WireBytes   string   `protobuf:"bytes,4,opt,name=wireBytes,proto3" json:"wireBytes,omitempty"`
	Broadcast   bool     `protobuf:"varint,5,opt,name=broadcast,proto3" json:"broadcast,omitempty"`
	ToOld       bool     `protobuf:"varint,6,opt,name=toOld,proto3" json:"toOld,omitempty"`
	ToOldAndNew bool     `protobuf:"varint,7,opt,name=toOldAndNew,proto3" json:"toOldAndNew,omitempty"`
	MagicKeyId  uint64   `protobuf:"varint,8,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
	SummoningId uint64   `protobuf:"varint,9,opt,name=summoningId,proto3" json:"summoningId,omitempty"`
}

func NewMsgCreateVerse

func NewMsgCreateVerse(creator string, fromSpirit string, toSpirit []string, wireBytes string, broadcast bool, toOld bool, toOldAndNew bool, magicKeyId uint64, summoningId uint64) *MsgCreateVerse

func (*MsgCreateVerse) Descriptor

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

func (*MsgCreateVerse) GetBroadcast

func (m *MsgCreateVerse) GetBroadcast() bool

func (*MsgCreateVerse) GetCreator

func (m *MsgCreateVerse) GetCreator() string

func (*MsgCreateVerse) GetFromSpirit

func (m *MsgCreateVerse) GetFromSpirit() string

func (*MsgCreateVerse) GetMagicKeyId

func (m *MsgCreateVerse) GetMagicKeyId() uint64

func (*MsgCreateVerse) GetSignBytes

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

func (*MsgCreateVerse) GetSigners

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

func (*MsgCreateVerse) GetSummoningId

func (m *MsgCreateVerse) GetSummoningId() uint64

func (*MsgCreateVerse) GetToOld

func (m *MsgCreateVerse) GetToOld() bool

func (*MsgCreateVerse) GetToOldAndNew

func (m *MsgCreateVerse) GetToOldAndNew() bool

func (*MsgCreateVerse) GetToSpirit

func (m *MsgCreateVerse) GetToSpirit() []string

func (*MsgCreateVerse) GetWireBytes

func (m *MsgCreateVerse) GetWireBytes() string

func (*MsgCreateVerse) Marshal

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

func (*MsgCreateVerse) MarshalTo

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

func (*MsgCreateVerse) MarshalToSizedBuffer

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

func (*MsgCreateVerse) ProtoMessage

func (*MsgCreateVerse) ProtoMessage()

func (*MsgCreateVerse) Reset

func (m *MsgCreateVerse) Reset()

func (*MsgCreateVerse) Route

func (msg *MsgCreateVerse) Route() string

func (*MsgCreateVerse) Size

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

func (*MsgCreateVerse) String

func (m *MsgCreateVerse) String() string

func (*MsgCreateVerse) Type

func (msg *MsgCreateVerse) Type() string

func (*MsgCreateVerse) Unmarshal

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

func (*MsgCreateVerse) ValidateBasic

func (msg *MsgCreateVerse) ValidateBasic() error

func (*MsgCreateVerse) XXX_DiscardUnknown

func (m *MsgCreateVerse) XXX_DiscardUnknown()

func (*MsgCreateVerse) XXX_Marshal

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

func (*MsgCreateVerse) XXX_Merge

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

func (*MsgCreateVerse) XXX_Size

func (m *MsgCreateVerse) XXX_Size() int

func (*MsgCreateVerse) XXX_Unmarshal

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

type MsgCreateVerseResponse

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

func (*MsgCreateVerseResponse) Descriptor

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

func (*MsgCreateVerseResponse) GetId

func (m *MsgCreateVerseResponse) GetId() uint64

func (*MsgCreateVerseResponse) Marshal

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

func (*MsgCreateVerseResponse) MarshalTo

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

func (*MsgCreateVerseResponse) MarshalToSizedBuffer

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

func (*MsgCreateVerseResponse) ProtoMessage

func (*MsgCreateVerseResponse) ProtoMessage()

func (*MsgCreateVerseResponse) Reset

func (m *MsgCreateVerseResponse) Reset()

func (*MsgCreateVerseResponse) Size

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

func (*MsgCreateVerseResponse) String

func (m *MsgCreateVerseResponse) String() string

func (*MsgCreateVerseResponse) Unmarshal

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

func (*MsgCreateVerseResponse) XXX_DiscardUnknown

func (m *MsgCreateVerseResponse) XXX_DiscardUnknown()

func (*MsgCreateVerseResponse) XXX_Marshal

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

func (*MsgCreateVerseResponse) XXX_Merge

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

func (*MsgCreateVerseResponse) XXX_Size

func (m *MsgCreateVerseResponse) XXX_Size() int

func (*MsgCreateVerseResponse) XXX_Unmarshal

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

type MsgCreateVision

type MsgCreateVision struct {
	Creator     string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	MagicKeyId  uint64 `protobuf:"varint,2,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
	EcPointX    string `protobuf:"bytes,3,opt,name=ecPointX,proto3" json:"ecPointX,omitempty"`
	EcPointY    string `protobuf:"bytes,4,opt,name=ecPointY,proto3" json:"ecPointY,omitempty"`
	SummoningId uint64 `protobuf:"varint,5,opt,name=summoningId,proto3" json:"summoningId,omitempty"`
}

func NewMsgCreateVision

func NewMsgCreateVision(creator string, magicKeyId uint64, ecPointX string, ecPointY string, summoningId uint64) *MsgCreateVision

func (*MsgCreateVision) Descriptor

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

func (*MsgCreateVision) GetCreator

func (m *MsgCreateVision) GetCreator() string

func (*MsgCreateVision) GetEcPointX

func (m *MsgCreateVision) GetEcPointX() string

func (*MsgCreateVision) GetEcPointY

func (m *MsgCreateVision) GetEcPointY() string

func (*MsgCreateVision) GetMagicKeyId

func (m *MsgCreateVision) GetMagicKeyId() uint64

func (*MsgCreateVision) GetSignBytes

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

func (*MsgCreateVision) GetSigners

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

func (*MsgCreateVision) GetSummoningId

func (m *MsgCreateVision) GetSummoningId() uint64

func (*MsgCreateVision) Marshal

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

func (*MsgCreateVision) MarshalTo

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

func (*MsgCreateVision) MarshalToSizedBuffer

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

func (*MsgCreateVision) ProtoMessage

func (*MsgCreateVision) ProtoMessage()

func (*MsgCreateVision) Reset

func (m *MsgCreateVision) Reset()

func (*MsgCreateVision) Route

func (msg *MsgCreateVision) Route() string

func (*MsgCreateVision) Size

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

func (*MsgCreateVision) String

func (m *MsgCreateVision) String() string

func (*MsgCreateVision) Type

func (msg *MsgCreateVision) Type() string

func (*MsgCreateVision) Unmarshal

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

func (*MsgCreateVision) ValidateBasic

func (msg *MsgCreateVision) ValidateBasic() error

func (*MsgCreateVision) XXX_DiscardUnknown

func (m *MsgCreateVision) XXX_DiscardUnknown()

func (*MsgCreateVision) XXX_Marshal

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

func (*MsgCreateVision) XXX_Merge

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

func (*MsgCreateVision) XXX_Size

func (m *MsgCreateVision) XXX_Size() int

func (*MsgCreateVision) XXX_Unmarshal

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

type MsgCreateVisionResponse

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

func (*MsgCreateVisionResponse) Descriptor

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

func (*MsgCreateVisionResponse) GetId

func (m *MsgCreateVisionResponse) GetId() uint64

func (*MsgCreateVisionResponse) Marshal

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

func (*MsgCreateVisionResponse) MarshalTo

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

func (*MsgCreateVisionResponse) MarshalToSizedBuffer

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

func (*MsgCreateVisionResponse) ProtoMessage

func (*MsgCreateVisionResponse) ProtoMessage()

func (*MsgCreateVisionResponse) Reset

func (m *MsgCreateVisionResponse) Reset()

func (*MsgCreateVisionResponse) Size

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

func (*MsgCreateVisionResponse) String

func (m *MsgCreateVisionResponse) String() string

func (*MsgCreateVisionResponse) Unmarshal

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

func (*MsgCreateVisionResponse) XXX_DiscardUnknown

func (m *MsgCreateVisionResponse) XXX_DiscardUnknown()

func (*MsgCreateVisionResponse) XXX_Marshal

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

func (*MsgCreateVisionResponse) XXX_Merge

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

func (*MsgCreateVisionResponse) XXX_Size

func (m *MsgCreateVisionResponse) XXX_Size() int

func (*MsgCreateVisionResponse) XXX_Unmarshal

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

type MsgDeleteEncryptedMagicKeyShare

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

func NewMsgDeleteEncryptedMagicKeyShare

func NewMsgDeleteEncryptedMagicKeyShare(
	creator string,
	magicKeyId string,

) *MsgDeleteEncryptedMagicKeyShare

func (*MsgDeleteEncryptedMagicKeyShare) Descriptor

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

func (*MsgDeleteEncryptedMagicKeyShare) GetCreator

func (m *MsgDeleteEncryptedMagicKeyShare) GetCreator() string

func (*MsgDeleteEncryptedMagicKeyShare) GetMagicKeyId

func (m *MsgDeleteEncryptedMagicKeyShare) GetMagicKeyId() string

func (*MsgDeleteEncryptedMagicKeyShare) GetSignBytes

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

func (*MsgDeleteEncryptedMagicKeyShare) GetSigners

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

func (*MsgDeleteEncryptedMagicKeyShare) Marshal

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

func (*MsgDeleteEncryptedMagicKeyShare) MarshalTo

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

func (*MsgDeleteEncryptedMagicKeyShare) MarshalToSizedBuffer

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

func (*MsgDeleteEncryptedMagicKeyShare) ProtoMessage

func (*MsgDeleteEncryptedMagicKeyShare) ProtoMessage()

func (*MsgDeleteEncryptedMagicKeyShare) Reset

func (*MsgDeleteEncryptedMagicKeyShare) Route

func (*MsgDeleteEncryptedMagicKeyShare) Size

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

func (*MsgDeleteEncryptedMagicKeyShare) String

func (*MsgDeleteEncryptedMagicKeyShare) Type

func (*MsgDeleteEncryptedMagicKeyShare) Unmarshal

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

func (*MsgDeleteEncryptedMagicKeyShare) ValidateBasic

func (msg *MsgDeleteEncryptedMagicKeyShare) ValidateBasic() error

func (*MsgDeleteEncryptedMagicKeyShare) XXX_DiscardUnknown

func (m *MsgDeleteEncryptedMagicKeyShare) XXX_DiscardUnknown()

func (*MsgDeleteEncryptedMagicKeyShare) XXX_Marshal

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

func (*MsgDeleteEncryptedMagicKeyShare) XXX_Merge

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

func (*MsgDeleteEncryptedMagicKeyShare) XXX_Size

func (m *MsgDeleteEncryptedMagicKeyShare) XXX_Size() int

func (*MsgDeleteEncryptedMagicKeyShare) XXX_Unmarshal

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

type MsgDeleteEncryptedMagicKeyShareResponse

type MsgDeleteEncryptedMagicKeyShareResponse struct {
}

func (*MsgDeleteEncryptedMagicKeyShareResponse) Descriptor

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

func (*MsgDeleteEncryptedMagicKeyShareResponse) Marshal

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

func (*MsgDeleteEncryptedMagicKeyShareResponse) MarshalTo

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

func (*MsgDeleteEncryptedMagicKeyShareResponse) MarshalToSizedBuffer

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

func (*MsgDeleteEncryptedMagicKeyShareResponse) ProtoMessage

func (*MsgDeleteEncryptedMagicKeyShareResponse) Reset

func (*MsgDeleteEncryptedMagicKeyShareResponse) Size

func (*MsgDeleteEncryptedMagicKeyShareResponse) String

func (*MsgDeleteEncryptedMagicKeyShareResponse) Unmarshal

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

func (*MsgDeleteEncryptedMagicKeyShareResponse) XXX_DiscardUnknown

func (m *MsgDeleteEncryptedMagicKeyShareResponse) XXX_DiscardUnknown()

func (*MsgDeleteEncryptedMagicKeyShareResponse) XXX_Marshal

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

func (*MsgDeleteEncryptedMagicKeyShareResponse) XXX_Merge

func (*MsgDeleteEncryptedMagicKeyShareResponse) XXX_Size

func (*MsgDeleteEncryptedMagicKeyShareResponse) XXX_Unmarshal

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

type MsgDeleteEncryptedPreSign

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

func NewMsgDeleteEncryptedPreSign

func NewMsgDeleteEncryptedPreSign(
	creator string,
	magicKeyId string,

) *MsgDeleteEncryptedPreSign

func (*MsgDeleteEncryptedPreSign) Descriptor

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

func (*MsgDeleteEncryptedPreSign) GetCreator

func (m *MsgDeleteEncryptedPreSign) GetCreator() string

func (*MsgDeleteEncryptedPreSign) GetMagicKeyId

func (m *MsgDeleteEncryptedPreSign) GetMagicKeyId() string

func (*MsgDeleteEncryptedPreSign) GetSignBytes

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

func (*MsgDeleteEncryptedPreSign) GetSigners

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

func (*MsgDeleteEncryptedPreSign) Marshal

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

func (*MsgDeleteEncryptedPreSign) MarshalTo

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

func (*MsgDeleteEncryptedPreSign) MarshalToSizedBuffer

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

func (*MsgDeleteEncryptedPreSign) ProtoMessage

func (*MsgDeleteEncryptedPreSign) ProtoMessage()

func (*MsgDeleteEncryptedPreSign) Reset

func (m *MsgDeleteEncryptedPreSign) Reset()

func (*MsgDeleteEncryptedPreSign) Route

func (msg *MsgDeleteEncryptedPreSign) Route() string

func (*MsgDeleteEncryptedPreSign) Size

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

func (*MsgDeleteEncryptedPreSign) String

func (m *MsgDeleteEncryptedPreSign) String() string

func (*MsgDeleteEncryptedPreSign) Type

func (msg *MsgDeleteEncryptedPreSign) Type() string

func (*MsgDeleteEncryptedPreSign) Unmarshal

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

func (*MsgDeleteEncryptedPreSign) ValidateBasic

func (msg *MsgDeleteEncryptedPreSign) ValidateBasic() error

func (*MsgDeleteEncryptedPreSign) XXX_DiscardUnknown

func (m *MsgDeleteEncryptedPreSign) XXX_DiscardUnknown()

func (*MsgDeleteEncryptedPreSign) XXX_Marshal

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

func (*MsgDeleteEncryptedPreSign) XXX_Merge

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

func (*MsgDeleteEncryptedPreSign) XXX_Size

func (m *MsgDeleteEncryptedPreSign) XXX_Size() int

func (*MsgDeleteEncryptedPreSign) XXX_Unmarshal

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

type MsgDeleteEncryptedPreSignResponse

type MsgDeleteEncryptedPreSignResponse struct {
}

func (*MsgDeleteEncryptedPreSignResponse) Descriptor

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

func (*MsgDeleteEncryptedPreSignResponse) Marshal

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

func (*MsgDeleteEncryptedPreSignResponse) MarshalTo

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

func (*MsgDeleteEncryptedPreSignResponse) MarshalToSizedBuffer

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

func (*MsgDeleteEncryptedPreSignResponse) ProtoMessage

func (*MsgDeleteEncryptedPreSignResponse) ProtoMessage()

func (*MsgDeleteEncryptedPreSignResponse) Reset

func (*MsgDeleteEncryptedPreSignResponse) Size

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

func (*MsgDeleteEncryptedPreSignResponse) String

func (*MsgDeleteEncryptedPreSignResponse) Unmarshal

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

func (*MsgDeleteEncryptedPreSignResponse) XXX_DiscardUnknown

func (m *MsgDeleteEncryptedPreSignResponse) XXX_DiscardUnknown()

func (*MsgDeleteEncryptedPreSignResponse) XXX_Marshal

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

func (*MsgDeleteEncryptedPreSignResponse) XXX_Merge

func (*MsgDeleteEncryptedPreSignResponse) XXX_Size

func (m *MsgDeleteEncryptedPreSignResponse) XXX_Size() int

func (*MsgDeleteEncryptedPreSignResponse) XXX_Unmarshal

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

type MsgDeleteMeditation

type MsgDeleteMeditation struct {
	Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Id      uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
}

func NewMsgDeleteMeditation

func NewMsgDeleteMeditation(creator string, id uint64) *MsgDeleteMeditation

func (*MsgDeleteMeditation) Descriptor

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

func (*MsgDeleteMeditation) GetCreator

func (m *MsgDeleteMeditation) GetCreator() string

func (*MsgDeleteMeditation) GetId

func (m *MsgDeleteMeditation) GetId() uint64

func (*MsgDeleteMeditation) GetSignBytes

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

func (*MsgDeleteMeditation) GetSigners

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

func (*MsgDeleteMeditation) Marshal

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

func (*MsgDeleteMeditation) MarshalTo

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

func (*MsgDeleteMeditation) MarshalToSizedBuffer

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

func (*MsgDeleteMeditation) ProtoMessage

func (*MsgDeleteMeditation) ProtoMessage()

func (*MsgDeleteMeditation) Reset

func (m *MsgDeleteMeditation) Reset()

func (*MsgDeleteMeditation) Route

func (msg *MsgDeleteMeditation) Route() string

func (*MsgDeleteMeditation) Size

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

func (*MsgDeleteMeditation) String

func (m *MsgDeleteMeditation) String() string

func (*MsgDeleteMeditation) Type

func (msg *MsgDeleteMeditation) Type() string

func (*MsgDeleteMeditation) Unmarshal

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

func (*MsgDeleteMeditation) ValidateBasic

func (msg *MsgDeleteMeditation) ValidateBasic() error

func (*MsgDeleteMeditation) XXX_DiscardUnknown

func (m *MsgDeleteMeditation) XXX_DiscardUnknown()

func (*MsgDeleteMeditation) XXX_Marshal

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

func (*MsgDeleteMeditation) XXX_Merge

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

func (*MsgDeleteMeditation) XXX_Size

func (m *MsgDeleteMeditation) XXX_Size() int

func (*MsgDeleteMeditation) XXX_Unmarshal

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

type MsgDeleteMeditationResponse

type MsgDeleteMeditationResponse struct {
}

func (*MsgDeleteMeditationResponse) Descriptor

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

func (*MsgDeleteMeditationResponse) Marshal

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

func (*MsgDeleteMeditationResponse) MarshalTo

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

func (*MsgDeleteMeditationResponse) MarshalToSizedBuffer

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

func (*MsgDeleteMeditationResponse) ProtoMessage

func (*MsgDeleteMeditationResponse) ProtoMessage()

func (*MsgDeleteMeditationResponse) Reset

func (m *MsgDeleteMeditationResponse) Reset()

func (*MsgDeleteMeditationResponse) Size

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

func (*MsgDeleteMeditationResponse) String

func (m *MsgDeleteMeditationResponse) String() string

func (*MsgDeleteMeditationResponse) Unmarshal

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

func (*MsgDeleteMeditationResponse) XXX_DiscardUnknown

func (m *MsgDeleteMeditationResponse) XXX_DiscardUnknown()

func (*MsgDeleteMeditationResponse) XXX_Marshal

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

func (*MsgDeleteMeditationResponse) XXX_Merge

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

func (*MsgDeleteMeditationResponse) XXX_Size

func (m *MsgDeleteMeditationResponse) XXX_Size() int

func (*MsgDeleteMeditationResponse) XXX_Unmarshal

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

type MsgDeleteMeditationSummoning

type MsgDeleteMeditationSummoning struct {
	Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Id      uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
}

func NewMsgDeleteMeditationSummoning

func NewMsgDeleteMeditationSummoning(creator string, id uint64) *MsgDeleteMeditationSummoning

func (*MsgDeleteMeditationSummoning) Descriptor

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

func (*MsgDeleteMeditationSummoning) GetCreator

func (m *MsgDeleteMeditationSummoning) GetCreator() string

func (*MsgDeleteMeditationSummoning) GetId

func (*MsgDeleteMeditationSummoning) GetSignBytes

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

func (*MsgDeleteMeditationSummoning) GetSigners

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

func (*MsgDeleteMeditationSummoning) Marshal

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

func (*MsgDeleteMeditationSummoning) MarshalTo

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

func (*MsgDeleteMeditationSummoning) MarshalToSizedBuffer

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

func (*MsgDeleteMeditationSummoning) ProtoMessage

func (*MsgDeleteMeditationSummoning) ProtoMessage()

func (*MsgDeleteMeditationSummoning) Reset

func (m *MsgDeleteMeditationSummoning) Reset()

func (*MsgDeleteMeditationSummoning) Route

func (msg *MsgDeleteMeditationSummoning) Route() string

func (*MsgDeleteMeditationSummoning) Size

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

func (*MsgDeleteMeditationSummoning) String

func (*MsgDeleteMeditationSummoning) Type

func (*MsgDeleteMeditationSummoning) Unmarshal

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

func (*MsgDeleteMeditationSummoning) ValidateBasic

func (msg *MsgDeleteMeditationSummoning) ValidateBasic() error

func (*MsgDeleteMeditationSummoning) XXX_DiscardUnknown

func (m *MsgDeleteMeditationSummoning) XXX_DiscardUnknown()

func (*MsgDeleteMeditationSummoning) XXX_Marshal

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

func (*MsgDeleteMeditationSummoning) XXX_Merge

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

func (*MsgDeleteMeditationSummoning) XXX_Size

func (m *MsgDeleteMeditationSummoning) XXX_Size() int

func (*MsgDeleteMeditationSummoning) XXX_Unmarshal

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

type MsgDeleteMeditationSummoningResponse

type MsgDeleteMeditationSummoningResponse struct {
}

func (*MsgDeleteMeditationSummoningResponse) Descriptor

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

func (*MsgDeleteMeditationSummoningResponse) Marshal

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

func (*MsgDeleteMeditationSummoningResponse) MarshalTo

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

func (*MsgDeleteMeditationSummoningResponse) MarshalToSizedBuffer

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

func (*MsgDeleteMeditationSummoningResponse) ProtoMessage

func (*MsgDeleteMeditationSummoningResponse) ProtoMessage()

func (*MsgDeleteMeditationSummoningResponse) Reset

func (*MsgDeleteMeditationSummoningResponse) Size

func (*MsgDeleteMeditationSummoningResponse) String

func (*MsgDeleteMeditationSummoningResponse) Unmarshal

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

func (*MsgDeleteMeditationSummoningResponse) XXX_DiscardUnknown

func (m *MsgDeleteMeditationSummoningResponse) XXX_DiscardUnknown()

func (*MsgDeleteMeditationSummoningResponse) XXX_Marshal

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

func (*MsgDeleteMeditationSummoningResponse) XXX_Merge

func (*MsgDeleteMeditationSummoningResponse) XXX_Size

func (*MsgDeleteMeditationSummoningResponse) XXX_Unmarshal

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

type MsgDeleteSignatureRequest

type MsgDeleteSignatureRequest struct {
	Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Id      uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
}

func NewMsgDeleteSignatureRequest

func NewMsgDeleteSignatureRequest(creator string, id uint64) *MsgDeleteSignatureRequest

func (*MsgDeleteSignatureRequest) Descriptor

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

func (*MsgDeleteSignatureRequest) GetCreator

func (m *MsgDeleteSignatureRequest) GetCreator() string

func (*MsgDeleteSignatureRequest) GetId

func (m *MsgDeleteSignatureRequest) GetId() uint64

func (*MsgDeleteSignatureRequest) GetSignBytes

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

func (*MsgDeleteSignatureRequest) GetSigners

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

func (*MsgDeleteSignatureRequest) Marshal

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

func (*MsgDeleteSignatureRequest) MarshalTo

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

func (*MsgDeleteSignatureRequest) MarshalToSizedBuffer

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

func (*MsgDeleteSignatureRequest) ProtoMessage

func (*MsgDeleteSignatureRequest) ProtoMessage()

func (*MsgDeleteSignatureRequest) Reset

func (m *MsgDeleteSignatureRequest) Reset()

func (*MsgDeleteSignatureRequest) Route

func (msg *MsgDeleteSignatureRequest) Route() string

func (*MsgDeleteSignatureRequest) Size

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

func (*MsgDeleteSignatureRequest) String

func (m *MsgDeleteSignatureRequest) String() string

func (*MsgDeleteSignatureRequest) Type

func (msg *MsgDeleteSignatureRequest) Type() string

func (*MsgDeleteSignatureRequest) Unmarshal

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

func (*MsgDeleteSignatureRequest) ValidateBasic

func (msg *MsgDeleteSignatureRequest) ValidateBasic() error

func (*MsgDeleteSignatureRequest) XXX_DiscardUnknown

func (m *MsgDeleteSignatureRequest) XXX_DiscardUnknown()

func (*MsgDeleteSignatureRequest) XXX_Marshal

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

func (*MsgDeleteSignatureRequest) XXX_Merge

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

func (*MsgDeleteSignatureRequest) XXX_Size

func (m *MsgDeleteSignatureRequest) XXX_Size() int

func (*MsgDeleteSignatureRequest) XXX_Unmarshal

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

type MsgDeleteSignatureRequestResponse

type MsgDeleteSignatureRequestResponse struct {
}

func (*MsgDeleteSignatureRequestResponse) Descriptor

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

func (*MsgDeleteSignatureRequestResponse) Marshal

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

func (*MsgDeleteSignatureRequestResponse) MarshalTo

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

func (*MsgDeleteSignatureRequestResponse) MarshalToSizedBuffer

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

func (*MsgDeleteSignatureRequestResponse) ProtoMessage

func (*MsgDeleteSignatureRequestResponse) ProtoMessage()

func (*MsgDeleteSignatureRequestResponse) Reset

func (*MsgDeleteSignatureRequestResponse) Size

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

func (*MsgDeleteSignatureRequestResponse) String

func (*MsgDeleteSignatureRequestResponse) Unmarshal

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

func (*MsgDeleteSignatureRequestResponse) XXX_DiscardUnknown

func (m *MsgDeleteSignatureRequestResponse) XXX_DiscardUnknown()

func (*MsgDeleteSignatureRequestResponse) XXX_Marshal

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

func (*MsgDeleteSignatureRequestResponse) XXX_Merge

func (*MsgDeleteSignatureRequestResponse) XXX_Size

func (m *MsgDeleteSignatureRequestResponse) XXX_Size() int

func (*MsgDeleteSignatureRequestResponse) XXX_Unmarshal

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

type MsgDeleteVerse

type MsgDeleteVerse struct {
	Creator    string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	MagicKeyId uint64 `protobuf:"varint,2,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
	Id         uint64 `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
}

func NewMsgDeleteVerse

func NewMsgDeleteVerse(creator string, id uint64) *MsgDeleteVerse

func (*MsgDeleteVerse) Descriptor

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

func (*MsgDeleteVerse) GetCreator

func (m *MsgDeleteVerse) GetCreator() string

func (*MsgDeleteVerse) GetId

func (m *MsgDeleteVerse) GetId() uint64

func (*MsgDeleteVerse) GetMagicKeyId

func (m *MsgDeleteVerse) GetMagicKeyId() uint64

func (*MsgDeleteVerse) GetSignBytes

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

func (*MsgDeleteVerse) GetSigners

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

func (*MsgDeleteVerse) Marshal

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

func (*MsgDeleteVerse) MarshalTo

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

func (*MsgDeleteVerse) MarshalToSizedBuffer

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

func (*MsgDeleteVerse) ProtoMessage

func (*MsgDeleteVerse) ProtoMessage()

func (*MsgDeleteVerse) Reset

func (m *MsgDeleteVerse) Reset()

func (*MsgDeleteVerse) Route

func (msg *MsgDeleteVerse) Route() string

func (*MsgDeleteVerse) Size

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

func (*MsgDeleteVerse) String

func (m *MsgDeleteVerse) String() string

func (*MsgDeleteVerse) Type

func (msg *MsgDeleteVerse) Type() string

func (*MsgDeleteVerse) Unmarshal

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

func (*MsgDeleteVerse) ValidateBasic

func (msg *MsgDeleteVerse) ValidateBasic() error

func (*MsgDeleteVerse) XXX_DiscardUnknown

func (m *MsgDeleteVerse) XXX_DiscardUnknown()

func (*MsgDeleteVerse) XXX_Marshal

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

func (*MsgDeleteVerse) XXX_Merge

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

func (*MsgDeleteVerse) XXX_Size

func (m *MsgDeleteVerse) XXX_Size() int

func (*MsgDeleteVerse) XXX_Unmarshal

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

type MsgDeleteVerseResponse

type MsgDeleteVerseResponse struct {
}

func (*MsgDeleteVerseResponse) Descriptor

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

func (*MsgDeleteVerseResponse) Marshal

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

func (*MsgDeleteVerseResponse) MarshalTo

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

func (*MsgDeleteVerseResponse) MarshalToSizedBuffer

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

func (*MsgDeleteVerseResponse) ProtoMessage

func (*MsgDeleteVerseResponse) ProtoMessage()

func (*MsgDeleteVerseResponse) Reset

func (m *MsgDeleteVerseResponse) Reset()

func (*MsgDeleteVerseResponse) Size

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

func (*MsgDeleteVerseResponse) String

func (m *MsgDeleteVerseResponse) String() string

func (*MsgDeleteVerseResponse) Unmarshal

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

func (*MsgDeleteVerseResponse) XXX_DiscardUnknown

func (m *MsgDeleteVerseResponse) XXX_DiscardUnknown()

func (*MsgDeleteVerseResponse) XXX_Marshal

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

func (*MsgDeleteVerseResponse) XXX_Merge

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

func (*MsgDeleteVerseResponse) XXX_Size

func (m *MsgDeleteVerseResponse) XXX_Size() int

func (*MsgDeleteVerseResponse) XXX_Unmarshal

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

type MsgDeleteVision

type MsgDeleteVision struct {
	Creator    string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	MagicKeyId uint64 `protobuf:"varint,2,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
	Id         uint64 `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
}

func NewMsgDeleteVision

func NewMsgDeleteVision(creator string, magicKeyId uint64, id uint64) *MsgDeleteVision

func (*MsgDeleteVision) Descriptor

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

func (*MsgDeleteVision) GetCreator

func (m *MsgDeleteVision) GetCreator() string

func (*MsgDeleteVision) GetId

func (m *MsgDeleteVision) GetId() uint64

func (*MsgDeleteVision) GetMagicKeyId

func (m *MsgDeleteVision) GetMagicKeyId() uint64

func (*MsgDeleteVision) GetSignBytes

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

func (*MsgDeleteVision) GetSigners

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

func (*MsgDeleteVision) Marshal

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

func (*MsgDeleteVision) MarshalTo

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

func (*MsgDeleteVision) MarshalToSizedBuffer

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

func (*MsgDeleteVision) ProtoMessage

func (*MsgDeleteVision) ProtoMessage()

func (*MsgDeleteVision) Reset

func (m *MsgDeleteVision) Reset()

func (*MsgDeleteVision) Route

func (msg *MsgDeleteVision) Route() string

func (*MsgDeleteVision) Size

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

func (*MsgDeleteVision) String

func (m *MsgDeleteVision) String() string

func (*MsgDeleteVision) Type

func (msg *MsgDeleteVision) Type() string

func (*MsgDeleteVision) Unmarshal

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

func (*MsgDeleteVision) ValidateBasic

func (msg *MsgDeleteVision) ValidateBasic() error

func (*MsgDeleteVision) XXX_DiscardUnknown

func (m *MsgDeleteVision) XXX_DiscardUnknown()

func (*MsgDeleteVision) XXX_Marshal

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

func (*MsgDeleteVision) XXX_Merge

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

func (*MsgDeleteVision) XXX_Size

func (m *MsgDeleteVision) XXX_Size() int

func (*MsgDeleteVision) XXX_Unmarshal

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

type MsgDeleteVisionResponse

type MsgDeleteVisionResponse struct {
}

func (*MsgDeleteVisionResponse) Descriptor

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

func (*MsgDeleteVisionResponse) Marshal

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

func (*MsgDeleteVisionResponse) MarshalTo

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

func (*MsgDeleteVisionResponse) MarshalToSizedBuffer

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

func (*MsgDeleteVisionResponse) ProtoMessage

func (*MsgDeleteVisionResponse) ProtoMessage()

func (*MsgDeleteVisionResponse) Reset

func (m *MsgDeleteVisionResponse) Reset()

func (*MsgDeleteVisionResponse) Size

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

func (*MsgDeleteVisionResponse) String

func (m *MsgDeleteVisionResponse) String() string

func (*MsgDeleteVisionResponse) Unmarshal

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

func (*MsgDeleteVisionResponse) XXX_DiscardUnknown

func (m *MsgDeleteVisionResponse) XXX_DiscardUnknown()

func (*MsgDeleteVisionResponse) XXX_Marshal

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

func (*MsgDeleteVisionResponse) XXX_Merge

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

func (*MsgDeleteVisionResponse) XXX_Size

func (m *MsgDeleteVisionResponse) XXX_Size() int

func (*MsgDeleteVisionResponse) XXX_Unmarshal

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

type MsgFinalizeConjuring

type MsgFinalizeConjuring struct {
	Creator     string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	ConjuringId uint64 `protobuf:"varint,2,opt,name=conjuringId,proto3" json:"conjuringId,omitempty"`
}

func NewMsgFinalizeConjuring

func NewMsgFinalizeConjuring(creator string, conjuringId uint64) *MsgFinalizeConjuring

func (*MsgFinalizeConjuring) Descriptor

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

func (*MsgFinalizeConjuring) GetConjuringId

func (m *MsgFinalizeConjuring) GetConjuringId() uint64

func (*MsgFinalizeConjuring) GetCreator

func (m *MsgFinalizeConjuring) GetCreator() string

func (*MsgFinalizeConjuring) GetSignBytes

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

func (*MsgFinalizeConjuring) GetSigners

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

func (*MsgFinalizeConjuring) Marshal

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

func (*MsgFinalizeConjuring) MarshalTo

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

func (*MsgFinalizeConjuring) MarshalToSizedBuffer

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

func (*MsgFinalizeConjuring) ProtoMessage

func (*MsgFinalizeConjuring) ProtoMessage()

func (*MsgFinalizeConjuring) Reset

func (m *MsgFinalizeConjuring) Reset()

func (*MsgFinalizeConjuring) Route

func (msg *MsgFinalizeConjuring) Route() string

func (*MsgFinalizeConjuring) Size

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

func (*MsgFinalizeConjuring) String

func (m *MsgFinalizeConjuring) String() string

func (*MsgFinalizeConjuring) Type

func (msg *MsgFinalizeConjuring) Type() string

func (*MsgFinalizeConjuring) Unmarshal

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

func (*MsgFinalizeConjuring) ValidateBasic

func (msg *MsgFinalizeConjuring) ValidateBasic() error

func (*MsgFinalizeConjuring) XXX_DiscardUnknown

func (m *MsgFinalizeConjuring) XXX_DiscardUnknown()

func (*MsgFinalizeConjuring) XXX_Marshal

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

func (*MsgFinalizeConjuring) XXX_Merge

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

func (*MsgFinalizeConjuring) XXX_Size

func (m *MsgFinalizeConjuring) XXX_Size() int

func (*MsgFinalizeConjuring) XXX_Unmarshal

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

type MsgFinalizeConjuringResponse

type MsgFinalizeConjuringResponse struct {
}

func (*MsgFinalizeConjuringResponse) Descriptor

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

func (*MsgFinalizeConjuringResponse) Marshal

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

func (*MsgFinalizeConjuringResponse) MarshalTo

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

func (*MsgFinalizeConjuringResponse) MarshalToSizedBuffer

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

func (*MsgFinalizeConjuringResponse) ProtoMessage

func (*MsgFinalizeConjuringResponse) ProtoMessage()

func (*MsgFinalizeConjuringResponse) Reset

func (m *MsgFinalizeConjuringResponse) Reset()

func (*MsgFinalizeConjuringResponse) Size

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

func (*MsgFinalizeConjuringResponse) String

func (*MsgFinalizeConjuringResponse) Unmarshal

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

func (*MsgFinalizeConjuringResponse) XXX_DiscardUnknown

func (m *MsgFinalizeConjuringResponse) XXX_DiscardUnknown()

func (*MsgFinalizeConjuringResponse) XXX_Marshal

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

func (*MsgFinalizeConjuringResponse) XXX_Merge

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

func (*MsgFinalizeConjuringResponse) XXX_Size

func (m *MsgFinalizeConjuringResponse) XXX_Size() int

func (*MsgFinalizeConjuringResponse) XXX_Unmarshal

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

type MsgServer

type MsgServer interface {
	CreateMagicKey(context.Context, *MsgCreateMagicKey) (*MsgCreateMagicKeyResponse, error)
	CreateSpiritConjuringPoems(context.Context, *MsgCreateSpiritConjuringPoems) (*MsgCreateSpiritConjuringPoemsResponse, error)
	FinalizeConjuring(context.Context, *MsgFinalizeConjuring) (*MsgFinalizeConjuringResponse, error)
	CreateVerse(context.Context, *MsgCreateVerse) (*MsgCreateVerseResponse, error)
	CreateVision(context.Context, *MsgCreateVision) (*MsgCreateVisionResponse, error)
	CreateMessage(context.Context, *MsgCreateMessage) (*MsgCreateMessageResponse, error)
	CreateSignatureRequest(context.Context, *MsgCreateSignatureRequest) (*MsgCreateSignatureRequestResponse, error)
	CreateSignatureShare(context.Context, *MsgCreateSignatureShare) (*MsgCreateSignatureShareResponse, error)
	CreateSignedMessage(context.Context, *MsgCreateSignedMessage) (*MsgCreateSignedMessageResponse, error)
	CreateMeditation(context.Context, *MsgCreateMeditation) (*MsgCreateMeditationResponse, error)
	CreateScripture(context.Context, *MsgCreateScripture) (*MsgCreateScriptureResponse, error)
	CreateScriptureSignatureRequest(context.Context, *MsgCreateScriptureSignatureRequest) (*MsgCreateScriptureSignatureRequestResponse, error)
	CreateScriptureSignatureShare(context.Context, *MsgCreateScriptureSignatureShare) (*MsgCreateScriptureSignatureShareResponse, error)
	CreateSignedScripture(context.Context, *MsgCreateSignedScripture) (*MsgCreateSignedScriptureResponse, error)
	CreateSignedScriptureList(context.Context, *MsgCreateSignedScriptureList) (*MsgCreateSignedScriptureListResponse, error)
	// this line is used by starport scaffolding # proto/tx/rpc
	CreateBlessing(context.Context, *MsgCreateBlessing) (*MsgCreateBlessingResponse, error)
	CreateKillConjuring(context.Context, *MsgCreateKillConjuring) (*MsgCreateKillConjuringResponse, error)
	CreateKillImploring(context.Context, *MsgCreateKillImploring) (*MsgCreateKillImploringResponse, error)
	CreateKillMeditationSummoning(context.Context, *MsgCreateKillMeditationSummoning) (*MsgCreateKillMeditationSummoningResponse, error)
	CreateKillMagicKeySummoning(context.Context, *MsgCreateKillMagicKeySummoning) (*MsgCreateKillMagicKeySummoningResponse, error)
	CreateKillScriptureSignatureRequest(context.Context, *MsgCreateKillScriptureSignatureRequest) (*MsgCreateKillScriptureSignatureRequestResponse, error)
	CreateKillSignatureRequest(context.Context, *MsgCreateKillSignatureRequest) (*MsgCreateKillSignatureRequestResponse, error)
	CreateEncryptedMagicKeyShare(context.Context, *MsgCreateEncryptedMagicKeyShare) (*MsgCreateEncryptedMagicKeyShareResponse, error)
	DeleteEncryptedMagicKeyShare(context.Context, *MsgDeleteEncryptedMagicKeyShare) (*MsgDeleteEncryptedMagicKeyShareResponse, error)
	CreateEncryptedPreSign(context.Context, *MsgCreateEncryptedPreSign) (*MsgCreateEncryptedPreSignResponse, error)
	DeleteEncryptedPreSign(context.Context, *MsgDeleteEncryptedPreSign) (*MsgDeleteEncryptedPreSignResponse, error)
}

MsgServer is the server API for Msg service.

type MsgUpdateSignatureRequest

type MsgUpdateSignatureRequest struct {
	Creator   string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Id        uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	MessageId uint64 `protobuf:"varint,3,opt,name=messageId,proto3" json:"messageId,omitempty"`
}

func NewMsgUpdateSignatureRequest

func NewMsgUpdateSignatureRequest(creator string, id uint64, messageId uint64) *MsgUpdateSignatureRequest

func (*MsgUpdateSignatureRequest) Descriptor

func (*MsgUpdateSignatureRequest) Descriptor() ([]byte, []int)

func (*MsgUpdateSignatureRequest) GetCreator

func (m *MsgUpdateSignatureRequest) GetCreator() string

func (*MsgUpdateSignatureRequest) GetId

func (m *MsgUpdateSignatureRequest) GetId() uint64

func (*MsgUpdateSignatureRequest) GetMessageId

func (m *MsgUpdateSignatureRequest) GetMessageId() uint64

func (*MsgUpdateSignatureRequest) GetSignBytes

func (msg *MsgUpdateSignatureRequest) GetSignBytes() []byte

func (*MsgUpdateSignatureRequest) GetSigners

func (msg *MsgUpdateSignatureRequest) GetSigners() []sdk.AccAddress

func (*MsgUpdateSignatureRequest) Marshal

func (m *MsgUpdateSignatureRequest) Marshal() (dAtA []byte, err error)

func (*MsgUpdateSignatureRequest) MarshalTo

func (m *MsgUpdateSignatureRequest) MarshalTo(dAtA []byte) (int, error)

func (*MsgUpdateSignatureRequest) MarshalToSizedBuffer

func (m *MsgUpdateSignatureRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgUpdateSignatureRequest) ProtoMessage

func (*MsgUpdateSignatureRequest) ProtoMessage()

func (*MsgUpdateSignatureRequest) Reset

func (m *MsgUpdateSignatureRequest) Reset()

func (*MsgUpdateSignatureRequest) Route

func (msg *MsgUpdateSignatureRequest) Route() string

func (*MsgUpdateSignatureRequest) Size

func (m *MsgUpdateSignatureRequest) Size() (n int)

func (*MsgUpdateSignatureRequest) String

func (m *MsgUpdateSignatureRequest) String() string

func (*MsgUpdateSignatureRequest) Type

func (msg *MsgUpdateSignatureRequest) Type() string

func (*MsgUpdateSignatureRequest) Unmarshal

func (m *MsgUpdateSignatureRequest) Unmarshal(dAtA []byte) error

func (*MsgUpdateSignatureRequest) ValidateBasic

func (msg *MsgUpdateSignatureRequest) ValidateBasic() error

func (*MsgUpdateSignatureRequest) XXX_DiscardUnknown

func (m *MsgUpdateSignatureRequest) XXX_DiscardUnknown()

func (*MsgUpdateSignatureRequest) XXX_Marshal

func (m *MsgUpdateSignatureRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgUpdateSignatureRequest) XXX_Merge

func (m *MsgUpdateSignatureRequest) XXX_Merge(src proto.Message)

func (*MsgUpdateSignatureRequest) XXX_Size

func (m *MsgUpdateSignatureRequest) XXX_Size() int

func (*MsgUpdateSignatureRequest) XXX_Unmarshal

func (m *MsgUpdateSignatureRequest) XXX_Unmarshal(b []byte) error

type MsgUpdateSignatureRequestResponse

type MsgUpdateSignatureRequestResponse struct {
}

func (*MsgUpdateSignatureRequestResponse) Descriptor

func (*MsgUpdateSignatureRequestResponse) Descriptor() ([]byte, []int)

func (*MsgUpdateSignatureRequestResponse) Marshal

func (m *MsgUpdateSignatureRequestResponse) Marshal() (dAtA []byte, err error)

func (*MsgUpdateSignatureRequestResponse) MarshalTo

func (m *MsgUpdateSignatureRequestResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgUpdateSignatureRequestResponse) MarshalToSizedBuffer

func (m *MsgUpdateSignatureRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgUpdateSignatureRequestResponse) ProtoMessage

func (*MsgUpdateSignatureRequestResponse) ProtoMessage()

func (*MsgUpdateSignatureRequestResponse) Reset

func (*MsgUpdateSignatureRequestResponse) Size

func (m *MsgUpdateSignatureRequestResponse) Size() (n int)

func (*MsgUpdateSignatureRequestResponse) String

func (*MsgUpdateSignatureRequestResponse) Unmarshal

func (m *MsgUpdateSignatureRequestResponse) Unmarshal(dAtA []byte) error

func (*MsgUpdateSignatureRequestResponse) XXX_DiscardUnknown

func (m *MsgUpdateSignatureRequestResponse) XXX_DiscardUnknown()

func (*MsgUpdateSignatureRequestResponse) XXX_Marshal

func (m *MsgUpdateSignatureRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgUpdateSignatureRequestResponse) XXX_Merge

func (*MsgUpdateSignatureRequestResponse) XXX_Size

func (m *MsgUpdateSignatureRequestResponse) XXX_Size() int

func (*MsgUpdateSignatureRequestResponse) XXX_Unmarshal

func (m *MsgUpdateSignatureRequestResponse) XXX_Unmarshal(b []byte) error

type Params

type Params struct {
}

Params defines the parameters for the module.

func DefaultParams

func DefaultParams() Params

DefaultParams returns a default set of parameters

func NewParams

func NewParams() Params

NewParams creates a new Params instance

func (*Params) Descriptor

func (*Params) Descriptor() ([]byte, []int)

func (*Params) Marshal

func (m *Params) Marshal() (dAtA []byte, err error)

func (*Params) MarshalTo

func (m *Params) MarshalTo(dAtA []byte) (int, error)

func (*Params) MarshalToSizedBuffer

func (m *Params) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Params) ParamSetPairs

func (p *Params) ParamSetPairs() paramtypes.ParamSetPairs

ParamSetPairs get the params.ParamSet

func (*Params) ProtoMessage

func (*Params) ProtoMessage()

func (*Params) Reset

func (m *Params) Reset()

func (*Params) Size

func (m *Params) Size() (n int)

func (Params) String

func (p Params) String() string

String implements the Stringer interface.

func (*Params) Unmarshal

func (m *Params) Unmarshal(dAtA []byte) error

func (Params) Validate

func (p Params) Validate() error

Validate validates the set of params

func (*Params) XXX_DiscardUnknown

func (m *Params) XXX_DiscardUnknown()

func (*Params) XXX_Marshal

func (m *Params) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Params) XXX_Merge

func (m *Params) XXX_Merge(src proto.Message)

func (*Params) XXX_Size

func (m *Params) XXX_Size() int

func (*Params) XXX_Unmarshal

func (m *Params) XXX_Unmarshal(b []byte) error

type QueryAllBlessingReceiptRequest

type QueryAllBlessingReceiptRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllBlessingReceiptRequest) Descriptor

func (*QueryAllBlessingReceiptRequest) Descriptor() ([]byte, []int)

func (*QueryAllBlessingReceiptRequest) GetPagination

func (m *QueryAllBlessingReceiptRequest) GetPagination() *query.PageRequest

func (*QueryAllBlessingReceiptRequest) Marshal

func (m *QueryAllBlessingReceiptRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllBlessingReceiptRequest) MarshalTo

func (m *QueryAllBlessingReceiptRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllBlessingReceiptRequest) MarshalToSizedBuffer

func (m *QueryAllBlessingReceiptRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllBlessingReceiptRequest) ProtoMessage

func (*QueryAllBlessingReceiptRequest) ProtoMessage()

func (*QueryAllBlessingReceiptRequest) Reset

func (m *QueryAllBlessingReceiptRequest) Reset()

func (*QueryAllBlessingReceiptRequest) Size

func (m *QueryAllBlessingReceiptRequest) Size() (n int)

func (*QueryAllBlessingReceiptRequest) String

func (*QueryAllBlessingReceiptRequest) Unmarshal

func (m *QueryAllBlessingReceiptRequest) Unmarshal(dAtA []byte) error

func (*QueryAllBlessingReceiptRequest) XXX_DiscardUnknown

func (m *QueryAllBlessingReceiptRequest) XXX_DiscardUnknown()

func (*QueryAllBlessingReceiptRequest) XXX_Marshal

func (m *QueryAllBlessingReceiptRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllBlessingReceiptRequest) XXX_Merge

func (m *QueryAllBlessingReceiptRequest) XXX_Merge(src proto.Message)

func (*QueryAllBlessingReceiptRequest) XXX_Size

func (m *QueryAllBlessingReceiptRequest) XXX_Size() int

func (*QueryAllBlessingReceiptRequest) XXX_Unmarshal

func (m *QueryAllBlessingReceiptRequest) XXX_Unmarshal(b []byte) error

type QueryAllBlessingReceiptResponse

type QueryAllBlessingReceiptResponse struct {
	BlessingReceipt []BlessingReceipt   `protobuf:"bytes,1,rep,name=blessingReceipt,proto3" json:"blessingReceipt"`
	Pagination      *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllBlessingReceiptResponse) Descriptor

func (*QueryAllBlessingReceiptResponse) Descriptor() ([]byte, []int)

func (*QueryAllBlessingReceiptResponse) GetBlessingReceipt

func (m *QueryAllBlessingReceiptResponse) GetBlessingReceipt() []BlessingReceipt

func (*QueryAllBlessingReceiptResponse) GetPagination

func (*QueryAllBlessingReceiptResponse) Marshal

func (m *QueryAllBlessingReceiptResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllBlessingReceiptResponse) MarshalTo

func (m *QueryAllBlessingReceiptResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllBlessingReceiptResponse) MarshalToSizedBuffer

func (m *QueryAllBlessingReceiptResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllBlessingReceiptResponse) ProtoMessage

func (*QueryAllBlessingReceiptResponse) ProtoMessage()

func (*QueryAllBlessingReceiptResponse) Reset

func (*QueryAllBlessingReceiptResponse) Size

func (m *QueryAllBlessingReceiptResponse) Size() (n int)

func (*QueryAllBlessingReceiptResponse) String

func (*QueryAllBlessingReceiptResponse) Unmarshal

func (m *QueryAllBlessingReceiptResponse) Unmarshal(dAtA []byte) error

func (*QueryAllBlessingReceiptResponse) XXX_DiscardUnknown

func (m *QueryAllBlessingReceiptResponse) XXX_DiscardUnknown()

func (*QueryAllBlessingReceiptResponse) XXX_Marshal

func (m *QueryAllBlessingReceiptResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllBlessingReceiptResponse) XXX_Merge

func (m *QueryAllBlessingReceiptResponse) XXX_Merge(src proto.Message)

func (*QueryAllBlessingReceiptResponse) XXX_Size

func (m *QueryAllBlessingReceiptResponse) XXX_Size() int

func (*QueryAllBlessingReceiptResponse) XXX_Unmarshal

func (m *QueryAllBlessingReceiptResponse) XXX_Unmarshal(b []byte) error

type QueryAllBlessingRequest

type QueryAllBlessingRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	Index      string             `protobuf:"bytes,2,opt,name=index,proto3" json:"index,omitempty"`
}

func (*QueryAllBlessingRequest) Descriptor

func (*QueryAllBlessingRequest) Descriptor() ([]byte, []int)

func (*QueryAllBlessingRequest) GetIndex

func (m *QueryAllBlessingRequest) GetIndex() string

func (*QueryAllBlessingRequest) GetPagination

func (m *QueryAllBlessingRequest) GetPagination() *query.PageRequest

func (*QueryAllBlessingRequest) Marshal

func (m *QueryAllBlessingRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllBlessingRequest) MarshalTo

func (m *QueryAllBlessingRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllBlessingRequest) MarshalToSizedBuffer

func (m *QueryAllBlessingRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllBlessingRequest) ProtoMessage

func (*QueryAllBlessingRequest) ProtoMessage()

func (*QueryAllBlessingRequest) Reset

func (m *QueryAllBlessingRequest) Reset()

func (*QueryAllBlessingRequest) Size

func (m *QueryAllBlessingRequest) Size() (n int)

func (*QueryAllBlessingRequest) String

func (m *QueryAllBlessingRequest) String() string

func (*QueryAllBlessingRequest) Unmarshal

func (m *QueryAllBlessingRequest) Unmarshal(dAtA []byte) error

func (*QueryAllBlessingRequest) XXX_DiscardUnknown

func (m *QueryAllBlessingRequest) XXX_DiscardUnknown()

func (*QueryAllBlessingRequest) XXX_Marshal

func (m *QueryAllBlessingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllBlessingRequest) XXX_Merge

func (m *QueryAllBlessingRequest) XXX_Merge(src proto.Message)

func (*QueryAllBlessingRequest) XXX_Size

func (m *QueryAllBlessingRequest) XXX_Size() int

func (*QueryAllBlessingRequest) XXX_Unmarshal

func (m *QueryAllBlessingRequest) XXX_Unmarshal(b []byte) error

type QueryAllBlessingResponse

type QueryAllBlessingResponse struct {
	Blessing   []Blessing          `protobuf:"bytes,1,rep,name=Blessing,proto3" json:"Blessing"`
	Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllBlessingResponse) Descriptor

func (*QueryAllBlessingResponse) Descriptor() ([]byte, []int)

func (*QueryAllBlessingResponse) GetBlessing

func (m *QueryAllBlessingResponse) GetBlessing() []Blessing

func (*QueryAllBlessingResponse) GetPagination

func (m *QueryAllBlessingResponse) GetPagination() *query.PageResponse

func (*QueryAllBlessingResponse) Marshal

func (m *QueryAllBlessingResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllBlessingResponse) MarshalTo

func (m *QueryAllBlessingResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllBlessingResponse) MarshalToSizedBuffer

func (m *QueryAllBlessingResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllBlessingResponse) ProtoMessage

func (*QueryAllBlessingResponse) ProtoMessage()

func (*QueryAllBlessingResponse) Reset

func (m *QueryAllBlessingResponse) Reset()

func (*QueryAllBlessingResponse) Size

func (m *QueryAllBlessingResponse) Size() (n int)

func (*QueryAllBlessingResponse) String

func (m *QueryAllBlessingResponse) String() string

func (*QueryAllBlessingResponse) Unmarshal

func (m *QueryAllBlessingResponse) Unmarshal(dAtA []byte) error

func (*QueryAllBlessingResponse) XXX_DiscardUnknown

func (m *QueryAllBlessingResponse) XXX_DiscardUnknown()

func (*QueryAllBlessingResponse) XXX_Marshal

func (m *QueryAllBlessingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllBlessingResponse) XXX_Merge

func (m *QueryAllBlessingResponse) XXX_Merge(src proto.Message)

func (*QueryAllBlessingResponse) XXX_Size

func (m *QueryAllBlessingResponse) XXX_Size() int

func (*QueryAllBlessingResponse) XXX_Unmarshal

func (m *QueryAllBlessingResponse) XXX_Unmarshal(b []byte) error

type QueryAllEncryptedMagicKeyShareRequest

type QueryAllEncryptedMagicKeyShareRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllEncryptedMagicKeyShareRequest) Descriptor

func (*QueryAllEncryptedMagicKeyShareRequest) Descriptor() ([]byte, []int)

func (*QueryAllEncryptedMagicKeyShareRequest) GetPagination

func (*QueryAllEncryptedMagicKeyShareRequest) Marshal

func (m *QueryAllEncryptedMagicKeyShareRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllEncryptedMagicKeyShareRequest) MarshalTo

func (m *QueryAllEncryptedMagicKeyShareRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllEncryptedMagicKeyShareRequest) MarshalToSizedBuffer

func (m *QueryAllEncryptedMagicKeyShareRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllEncryptedMagicKeyShareRequest) ProtoMessage

func (*QueryAllEncryptedMagicKeyShareRequest) ProtoMessage()

func (*QueryAllEncryptedMagicKeyShareRequest) Reset

func (*QueryAllEncryptedMagicKeyShareRequest) Size

func (*QueryAllEncryptedMagicKeyShareRequest) String

func (*QueryAllEncryptedMagicKeyShareRequest) Unmarshal

func (m *QueryAllEncryptedMagicKeyShareRequest) Unmarshal(dAtA []byte) error

func (*QueryAllEncryptedMagicKeyShareRequest) XXX_DiscardUnknown

func (m *QueryAllEncryptedMagicKeyShareRequest) XXX_DiscardUnknown()

func (*QueryAllEncryptedMagicKeyShareRequest) XXX_Marshal

func (m *QueryAllEncryptedMagicKeyShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllEncryptedMagicKeyShareRequest) XXX_Merge

func (*QueryAllEncryptedMagicKeyShareRequest) XXX_Size

func (*QueryAllEncryptedMagicKeyShareRequest) XXX_Unmarshal

func (m *QueryAllEncryptedMagicKeyShareRequest) XXX_Unmarshal(b []byte) error

type QueryAllEncryptedMagicKeyShareResponse

type QueryAllEncryptedMagicKeyShareResponse struct {
	EncryptedMagicKeyShare []EncryptedMagicKeyShare `protobuf:"bytes,1,rep,name=encryptedMagicKeyShare,proto3" json:"encryptedMagicKeyShare"`
	Pagination             *query.PageResponse      `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllEncryptedMagicKeyShareResponse) Descriptor

func (*QueryAllEncryptedMagicKeyShareResponse) Descriptor() ([]byte, []int)

func (*QueryAllEncryptedMagicKeyShareResponse) GetEncryptedMagicKeyShare

func (m *QueryAllEncryptedMagicKeyShareResponse) GetEncryptedMagicKeyShare() []EncryptedMagicKeyShare

func (*QueryAllEncryptedMagicKeyShareResponse) GetPagination

func (*QueryAllEncryptedMagicKeyShareResponse) Marshal

func (m *QueryAllEncryptedMagicKeyShareResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllEncryptedMagicKeyShareResponse) MarshalTo

func (m *QueryAllEncryptedMagicKeyShareResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllEncryptedMagicKeyShareResponse) MarshalToSizedBuffer

func (m *QueryAllEncryptedMagicKeyShareResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllEncryptedMagicKeyShareResponse) ProtoMessage

func (*QueryAllEncryptedMagicKeyShareResponse) Reset

func (*QueryAllEncryptedMagicKeyShareResponse) Size

func (*QueryAllEncryptedMagicKeyShareResponse) String

func (*QueryAllEncryptedMagicKeyShareResponse) Unmarshal

func (m *QueryAllEncryptedMagicKeyShareResponse) Unmarshal(dAtA []byte) error

func (*QueryAllEncryptedMagicKeyShareResponse) XXX_DiscardUnknown

func (m *QueryAllEncryptedMagicKeyShareResponse) XXX_DiscardUnknown()

func (*QueryAllEncryptedMagicKeyShareResponse) XXX_Marshal

func (m *QueryAllEncryptedMagicKeyShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllEncryptedMagicKeyShareResponse) XXX_Merge

func (*QueryAllEncryptedMagicKeyShareResponse) XXX_Size

func (*QueryAllEncryptedMagicKeyShareResponse) XXX_Unmarshal

func (m *QueryAllEncryptedMagicKeyShareResponse) XXX_Unmarshal(b []byte) error

type QueryAllEncryptedPreSignRequest

type QueryAllEncryptedPreSignRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllEncryptedPreSignRequest) Descriptor

func (*QueryAllEncryptedPreSignRequest) Descriptor() ([]byte, []int)

func (*QueryAllEncryptedPreSignRequest) GetPagination

func (*QueryAllEncryptedPreSignRequest) Marshal

func (m *QueryAllEncryptedPreSignRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllEncryptedPreSignRequest) MarshalTo

func (m *QueryAllEncryptedPreSignRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllEncryptedPreSignRequest) MarshalToSizedBuffer

func (m *QueryAllEncryptedPreSignRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllEncryptedPreSignRequest) ProtoMessage

func (*QueryAllEncryptedPreSignRequest) ProtoMessage()

func (*QueryAllEncryptedPreSignRequest) Reset

func (*QueryAllEncryptedPreSignRequest) Size

func (m *QueryAllEncryptedPreSignRequest) Size() (n int)

func (*QueryAllEncryptedPreSignRequest) String

func (*QueryAllEncryptedPreSignRequest) Unmarshal

func (m *QueryAllEncryptedPreSignRequest) Unmarshal(dAtA []byte) error

func (*QueryAllEncryptedPreSignRequest) XXX_DiscardUnknown

func (m *QueryAllEncryptedPreSignRequest) XXX_DiscardUnknown()

func (*QueryAllEncryptedPreSignRequest) XXX_Marshal

func (m *QueryAllEncryptedPreSignRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllEncryptedPreSignRequest) XXX_Merge

func (m *QueryAllEncryptedPreSignRequest) XXX_Merge(src proto.Message)

func (*QueryAllEncryptedPreSignRequest) XXX_Size

func (m *QueryAllEncryptedPreSignRequest) XXX_Size() int

func (*QueryAllEncryptedPreSignRequest) XXX_Unmarshal

func (m *QueryAllEncryptedPreSignRequest) XXX_Unmarshal(b []byte) error

type QueryAllEncryptedPreSignResponse

type QueryAllEncryptedPreSignResponse struct {
	EncryptedPreSign []EncryptedPreSign  `protobuf:"bytes,1,rep,name=encryptedPreSign,proto3" json:"encryptedPreSign"`
	Pagination       *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllEncryptedPreSignResponse) Descriptor

func (*QueryAllEncryptedPreSignResponse) Descriptor() ([]byte, []int)

func (*QueryAllEncryptedPreSignResponse) GetEncryptedPreSign

func (m *QueryAllEncryptedPreSignResponse) GetEncryptedPreSign() []EncryptedPreSign

func (*QueryAllEncryptedPreSignResponse) GetPagination

func (*QueryAllEncryptedPreSignResponse) Marshal

func (m *QueryAllEncryptedPreSignResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllEncryptedPreSignResponse) MarshalTo

func (m *QueryAllEncryptedPreSignResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllEncryptedPreSignResponse) MarshalToSizedBuffer

func (m *QueryAllEncryptedPreSignResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllEncryptedPreSignResponse) ProtoMessage

func (*QueryAllEncryptedPreSignResponse) ProtoMessage()

func (*QueryAllEncryptedPreSignResponse) Reset

func (*QueryAllEncryptedPreSignResponse) Size

func (m *QueryAllEncryptedPreSignResponse) Size() (n int)

func (*QueryAllEncryptedPreSignResponse) String

func (*QueryAllEncryptedPreSignResponse) Unmarshal

func (m *QueryAllEncryptedPreSignResponse) Unmarshal(dAtA []byte) error

func (*QueryAllEncryptedPreSignResponse) XXX_DiscardUnknown

func (m *QueryAllEncryptedPreSignResponse) XXX_DiscardUnknown()

func (*QueryAllEncryptedPreSignResponse) XXX_Marshal

func (m *QueryAllEncryptedPreSignResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllEncryptedPreSignResponse) XXX_Merge

func (*QueryAllEncryptedPreSignResponse) XXX_Size

func (m *QueryAllEncryptedPreSignResponse) XXX_Size() int

func (*QueryAllEncryptedPreSignResponse) XXX_Unmarshal

func (m *QueryAllEncryptedPreSignResponse) XXX_Unmarshal(b []byte) error

type QueryAllHighCouncilConjuringsRequest

type QueryAllHighCouncilConjuringsRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllHighCouncilConjuringsRequest) Descriptor

func (*QueryAllHighCouncilConjuringsRequest) Descriptor() ([]byte, []int)

func (*QueryAllHighCouncilConjuringsRequest) GetPagination

func (*QueryAllHighCouncilConjuringsRequest) Marshal

func (m *QueryAllHighCouncilConjuringsRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllHighCouncilConjuringsRequest) MarshalTo

func (m *QueryAllHighCouncilConjuringsRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllHighCouncilConjuringsRequest) MarshalToSizedBuffer

func (m *QueryAllHighCouncilConjuringsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllHighCouncilConjuringsRequest) ProtoMessage

func (*QueryAllHighCouncilConjuringsRequest) ProtoMessage()

func (*QueryAllHighCouncilConjuringsRequest) Reset

func (*QueryAllHighCouncilConjuringsRequest) Size

func (*QueryAllHighCouncilConjuringsRequest) String

func (*QueryAllHighCouncilConjuringsRequest) Unmarshal

func (m *QueryAllHighCouncilConjuringsRequest) Unmarshal(dAtA []byte) error

func (*QueryAllHighCouncilConjuringsRequest) XXX_DiscardUnknown

func (m *QueryAllHighCouncilConjuringsRequest) XXX_DiscardUnknown()

func (*QueryAllHighCouncilConjuringsRequest) XXX_Marshal

func (m *QueryAllHighCouncilConjuringsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllHighCouncilConjuringsRequest) XXX_Merge

func (*QueryAllHighCouncilConjuringsRequest) XXX_Size

func (*QueryAllHighCouncilConjuringsRequest) XXX_Unmarshal

func (m *QueryAllHighCouncilConjuringsRequest) XXX_Unmarshal(b []byte) error

type QueryAllHighCouncilConjuringsResponse

type QueryAllHighCouncilConjuringsResponse struct {
	HighCouncilConjurings []HighCouncilConjurings `protobuf:"bytes,1,rep,name=HighCouncilConjurings,proto3" json:"HighCouncilConjurings"`
	Pagination            *query.PageResponse     `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllHighCouncilConjuringsResponse) Descriptor

func (*QueryAllHighCouncilConjuringsResponse) Descriptor() ([]byte, []int)

func (*QueryAllHighCouncilConjuringsResponse) GetHighCouncilConjurings

func (m *QueryAllHighCouncilConjuringsResponse) GetHighCouncilConjurings() []HighCouncilConjurings

func (*QueryAllHighCouncilConjuringsResponse) GetPagination

func (*QueryAllHighCouncilConjuringsResponse) Marshal

func (m *QueryAllHighCouncilConjuringsResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllHighCouncilConjuringsResponse) MarshalTo

func (m *QueryAllHighCouncilConjuringsResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllHighCouncilConjuringsResponse) MarshalToSizedBuffer

func (m *QueryAllHighCouncilConjuringsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllHighCouncilConjuringsResponse) ProtoMessage

func (*QueryAllHighCouncilConjuringsResponse) ProtoMessage()

func (*QueryAllHighCouncilConjuringsResponse) Reset

func (*QueryAllHighCouncilConjuringsResponse) Size

func (*QueryAllHighCouncilConjuringsResponse) String

func (*QueryAllHighCouncilConjuringsResponse) Unmarshal

func (m *QueryAllHighCouncilConjuringsResponse) Unmarshal(dAtA []byte) error

func (*QueryAllHighCouncilConjuringsResponse) XXX_DiscardUnknown

func (m *QueryAllHighCouncilConjuringsResponse) XXX_DiscardUnknown()

func (*QueryAllHighCouncilConjuringsResponse) XXX_Marshal

func (m *QueryAllHighCouncilConjuringsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllHighCouncilConjuringsResponse) XXX_Merge

func (*QueryAllHighCouncilConjuringsResponse) XXX_Size

func (*QueryAllHighCouncilConjuringsResponse) XXX_Unmarshal

func (m *QueryAllHighCouncilConjuringsResponse) XXX_Unmarshal(b []byte) error

type QueryAllHighCouncilRequest

type QueryAllHighCouncilRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	KeyId      uint64             `protobuf:"varint,2,opt,name=keyId,proto3" json:"keyId,omitempty"`
}

func (*QueryAllHighCouncilRequest) Descriptor

func (*QueryAllHighCouncilRequest) Descriptor() ([]byte, []int)

func (*QueryAllHighCouncilRequest) GetKeyId

func (m *QueryAllHighCouncilRequest) GetKeyId() uint64

func (*QueryAllHighCouncilRequest) GetPagination

func (m *QueryAllHighCouncilRequest) GetPagination() *query.PageRequest

func (*QueryAllHighCouncilRequest) Marshal

func (m *QueryAllHighCouncilRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllHighCouncilRequest) MarshalTo

func (m *QueryAllHighCouncilRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllHighCouncilRequest) MarshalToSizedBuffer

func (m *QueryAllHighCouncilRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllHighCouncilRequest) ProtoMessage

func (*QueryAllHighCouncilRequest) ProtoMessage()

func (*QueryAllHighCouncilRequest) Reset

func (m *QueryAllHighCouncilRequest) Reset()

func (*QueryAllHighCouncilRequest) Size

func (m *QueryAllHighCouncilRequest) Size() (n int)

func (*QueryAllHighCouncilRequest) String

func (m *QueryAllHighCouncilRequest) String() string

func (*QueryAllHighCouncilRequest) Unmarshal

func (m *QueryAllHighCouncilRequest) Unmarshal(dAtA []byte) error

func (*QueryAllHighCouncilRequest) XXX_DiscardUnknown

func (m *QueryAllHighCouncilRequest) XXX_DiscardUnknown()

func (*QueryAllHighCouncilRequest) XXX_Marshal

func (m *QueryAllHighCouncilRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllHighCouncilRequest) XXX_Merge

func (m *QueryAllHighCouncilRequest) XXX_Merge(src proto.Message)

func (*QueryAllHighCouncilRequest) XXX_Size

func (m *QueryAllHighCouncilRequest) XXX_Size() int

func (*QueryAllHighCouncilRequest) XXX_Unmarshal

func (m *QueryAllHighCouncilRequest) XXX_Unmarshal(b []byte) error

type QueryAllHighCouncilResponse

type QueryAllHighCouncilResponse struct {
	HighCouncil []HighCouncil       `protobuf:"bytes,1,rep,name=HighCouncil,proto3" json:"HighCouncil"`
	Pagination  *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllHighCouncilResponse) Descriptor

func (*QueryAllHighCouncilResponse) Descriptor() ([]byte, []int)

func (*QueryAllHighCouncilResponse) GetHighCouncil

func (m *QueryAllHighCouncilResponse) GetHighCouncil() []HighCouncil

func (*QueryAllHighCouncilResponse) GetPagination

func (m *QueryAllHighCouncilResponse) GetPagination() *query.PageResponse

func (*QueryAllHighCouncilResponse) Marshal

func (m *QueryAllHighCouncilResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllHighCouncilResponse) MarshalTo

func (m *QueryAllHighCouncilResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllHighCouncilResponse) MarshalToSizedBuffer

func (m *QueryAllHighCouncilResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllHighCouncilResponse) ProtoMessage

func (*QueryAllHighCouncilResponse) ProtoMessage()

func (*QueryAllHighCouncilResponse) Reset

func (m *QueryAllHighCouncilResponse) Reset()

func (*QueryAllHighCouncilResponse) Size

func (m *QueryAllHighCouncilResponse) Size() (n int)

func (*QueryAllHighCouncilResponse) String

func (m *QueryAllHighCouncilResponse) String() string

func (*QueryAllHighCouncilResponse) Unmarshal

func (m *QueryAllHighCouncilResponse) Unmarshal(dAtA []byte) error

func (*QueryAllHighCouncilResponse) XXX_DiscardUnknown

func (m *QueryAllHighCouncilResponse) XXX_DiscardUnknown()

func (*QueryAllHighCouncilResponse) XXX_Marshal

func (m *QueryAllHighCouncilResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllHighCouncilResponse) XXX_Merge

func (m *QueryAllHighCouncilResponse) XXX_Merge(src proto.Message)

func (*QueryAllHighCouncilResponse) XXX_Size

func (m *QueryAllHighCouncilResponse) XXX_Size() int

func (*QueryAllHighCouncilResponse) XXX_Unmarshal

func (m *QueryAllHighCouncilResponse) XXX_Unmarshal(b []byte) error

type QueryAllImploringRequest

type QueryAllImploringRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllImploringRequest) Descriptor

func (*QueryAllImploringRequest) Descriptor() ([]byte, []int)

func (*QueryAllImploringRequest) GetPagination

func (m *QueryAllImploringRequest) GetPagination() *query.PageRequest

func (*QueryAllImploringRequest) Marshal

func (m *QueryAllImploringRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllImploringRequest) MarshalTo

func (m *QueryAllImploringRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllImploringRequest) MarshalToSizedBuffer

func (m *QueryAllImploringRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllImploringRequest) ProtoMessage

func (*QueryAllImploringRequest) ProtoMessage()

func (*QueryAllImploringRequest) Reset

func (m *QueryAllImploringRequest) Reset()

func (*QueryAllImploringRequest) Size

func (m *QueryAllImploringRequest) Size() (n int)

func (*QueryAllImploringRequest) String

func (m *QueryAllImploringRequest) String() string

func (*QueryAllImploringRequest) Unmarshal

func (m *QueryAllImploringRequest) Unmarshal(dAtA []byte) error

func (*QueryAllImploringRequest) XXX_DiscardUnknown

func (m *QueryAllImploringRequest) XXX_DiscardUnknown()

func (*QueryAllImploringRequest) XXX_Marshal

func (m *QueryAllImploringRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllImploringRequest) XXX_Merge

func (m *QueryAllImploringRequest) XXX_Merge(src proto.Message)

func (*QueryAllImploringRequest) XXX_Size

func (m *QueryAllImploringRequest) XXX_Size() int

func (*QueryAllImploringRequest) XXX_Unmarshal

func (m *QueryAllImploringRequest) XXX_Unmarshal(b []byte) error

type QueryAllImploringResponse

type QueryAllImploringResponse struct {
	Imploring  []Imploring         `protobuf:"bytes,1,rep,name=Imploring,proto3" json:"Imploring"`
	Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllImploringResponse) Descriptor

func (*QueryAllImploringResponse) Descriptor() ([]byte, []int)

func (*QueryAllImploringResponse) GetImploring

func (m *QueryAllImploringResponse) GetImploring() []Imploring

func (*QueryAllImploringResponse) GetPagination

func (m *QueryAllImploringResponse) GetPagination() *query.PageResponse

func (*QueryAllImploringResponse) Marshal

func (m *QueryAllImploringResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllImploringResponse) MarshalTo

func (m *QueryAllImploringResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllImploringResponse) MarshalToSizedBuffer

func (m *QueryAllImploringResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllImploringResponse) ProtoMessage

func (*QueryAllImploringResponse) ProtoMessage()

func (*QueryAllImploringResponse) Reset

func (m *QueryAllImploringResponse) Reset()

func (*QueryAllImploringResponse) Size

func (m *QueryAllImploringResponse) Size() (n int)

func (*QueryAllImploringResponse) String

func (m *QueryAllImploringResponse) String() string

func (*QueryAllImploringResponse) Unmarshal

func (m *QueryAllImploringResponse) Unmarshal(dAtA []byte) error

func (*QueryAllImploringResponse) XXX_DiscardUnknown

func (m *QueryAllImploringResponse) XXX_DiscardUnknown()

func (*QueryAllImploringResponse) XXX_Marshal

func (m *QueryAllImploringResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllImploringResponse) XXX_Merge

func (m *QueryAllImploringResponse) XXX_Merge(src proto.Message)

func (*QueryAllImploringResponse) XXX_Size

func (m *QueryAllImploringResponse) XXX_Size() int

func (*QueryAllImploringResponse) XXX_Unmarshal

func (m *QueryAllImploringResponse) XXX_Unmarshal(b []byte) error

type QueryAllKillConjuringRequest

type QueryAllKillConjuringRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllKillConjuringRequest) Descriptor

func (*QueryAllKillConjuringRequest) Descriptor() ([]byte, []int)

func (*QueryAllKillConjuringRequest) GetPagination

func (m *QueryAllKillConjuringRequest) GetPagination() *query.PageRequest

func (*QueryAllKillConjuringRequest) Marshal

func (m *QueryAllKillConjuringRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllKillConjuringRequest) MarshalTo

func (m *QueryAllKillConjuringRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllKillConjuringRequest) MarshalToSizedBuffer

func (m *QueryAllKillConjuringRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllKillConjuringRequest) ProtoMessage

func (*QueryAllKillConjuringRequest) ProtoMessage()

func (*QueryAllKillConjuringRequest) Reset

func (m *QueryAllKillConjuringRequest) Reset()

func (*QueryAllKillConjuringRequest) Size

func (m *QueryAllKillConjuringRequest) Size() (n int)

func (*QueryAllKillConjuringRequest) String

func (*QueryAllKillConjuringRequest) Unmarshal

func (m *QueryAllKillConjuringRequest) Unmarshal(dAtA []byte) error

func (*QueryAllKillConjuringRequest) XXX_DiscardUnknown

func (m *QueryAllKillConjuringRequest) XXX_DiscardUnknown()

func (*QueryAllKillConjuringRequest) XXX_Marshal

func (m *QueryAllKillConjuringRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllKillConjuringRequest) XXX_Merge

func (m *QueryAllKillConjuringRequest) XXX_Merge(src proto.Message)

func (*QueryAllKillConjuringRequest) XXX_Size

func (m *QueryAllKillConjuringRequest) XXX_Size() int

func (*QueryAllKillConjuringRequest) XXX_Unmarshal

func (m *QueryAllKillConjuringRequest) XXX_Unmarshal(b []byte) error

type QueryAllKillConjuringResponse

type QueryAllKillConjuringResponse struct {
	KillConjuring []KillConjuring     `protobuf:"bytes,1,rep,name=KillConjuring,proto3" json:"KillConjuring"`
	Pagination    *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllKillConjuringResponse) Descriptor

func (*QueryAllKillConjuringResponse) Descriptor() ([]byte, []int)

func (*QueryAllKillConjuringResponse) GetKillConjuring

func (m *QueryAllKillConjuringResponse) GetKillConjuring() []KillConjuring

func (*QueryAllKillConjuringResponse) GetPagination

func (m *QueryAllKillConjuringResponse) GetPagination() *query.PageResponse

func (*QueryAllKillConjuringResponse) Marshal

func (m *QueryAllKillConjuringResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllKillConjuringResponse) MarshalTo

func (m *QueryAllKillConjuringResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllKillConjuringResponse) MarshalToSizedBuffer

func (m *QueryAllKillConjuringResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllKillConjuringResponse) ProtoMessage

func (*QueryAllKillConjuringResponse) ProtoMessage()

func (*QueryAllKillConjuringResponse) Reset

func (m *QueryAllKillConjuringResponse) Reset()

func (*QueryAllKillConjuringResponse) Size

func (m *QueryAllKillConjuringResponse) Size() (n int)

func (*QueryAllKillConjuringResponse) String

func (*QueryAllKillConjuringResponse) Unmarshal

func (m *QueryAllKillConjuringResponse) Unmarshal(dAtA []byte) error

func (*QueryAllKillConjuringResponse) XXX_DiscardUnknown

func (m *QueryAllKillConjuringResponse) XXX_DiscardUnknown()

func (*QueryAllKillConjuringResponse) XXX_Marshal

func (m *QueryAllKillConjuringResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllKillConjuringResponse) XXX_Merge

func (m *QueryAllKillConjuringResponse) XXX_Merge(src proto.Message)

func (*QueryAllKillConjuringResponse) XXX_Size

func (m *QueryAllKillConjuringResponse) XXX_Size() int

func (*QueryAllKillConjuringResponse) XXX_Unmarshal

func (m *QueryAllKillConjuringResponse) XXX_Unmarshal(b []byte) error

type QueryAllKillImploringRequest

type QueryAllKillImploringRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllKillImploringRequest) Descriptor

func (*QueryAllKillImploringRequest) Descriptor() ([]byte, []int)

func (*QueryAllKillImploringRequest) GetPagination

func (m *QueryAllKillImploringRequest) GetPagination() *query.PageRequest

func (*QueryAllKillImploringRequest) Marshal

func (m *QueryAllKillImploringRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllKillImploringRequest) MarshalTo

func (m *QueryAllKillImploringRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllKillImploringRequest) MarshalToSizedBuffer

func (m *QueryAllKillImploringRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllKillImploringRequest) ProtoMessage

func (*QueryAllKillImploringRequest) ProtoMessage()

func (*QueryAllKillImploringRequest) Reset

func (m *QueryAllKillImploringRequest) Reset()

func (*QueryAllKillImploringRequest) Size

func (m *QueryAllKillImploringRequest) Size() (n int)

func (*QueryAllKillImploringRequest) String

func (*QueryAllKillImploringRequest) Unmarshal

func (m *QueryAllKillImploringRequest) Unmarshal(dAtA []byte) error

func (*QueryAllKillImploringRequest) XXX_DiscardUnknown

func (m *QueryAllKillImploringRequest) XXX_DiscardUnknown()

func (*QueryAllKillImploringRequest) XXX_Marshal

func (m *QueryAllKillImploringRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllKillImploringRequest) XXX_Merge

func (m *QueryAllKillImploringRequest) XXX_Merge(src proto.Message)

func (*QueryAllKillImploringRequest) XXX_Size

func (m *QueryAllKillImploringRequest) XXX_Size() int

func (*QueryAllKillImploringRequest) XXX_Unmarshal

func (m *QueryAllKillImploringRequest) XXX_Unmarshal(b []byte) error

type QueryAllKillImploringResponse

type QueryAllKillImploringResponse struct {
	KillImploring []KillImploring     `protobuf:"bytes,1,rep,name=KillImploring,proto3" json:"KillImploring"`
	Pagination    *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllKillImploringResponse) Descriptor

func (*QueryAllKillImploringResponse) Descriptor() ([]byte, []int)

func (*QueryAllKillImploringResponse) GetKillImploring

func (m *QueryAllKillImploringResponse) GetKillImploring() []KillImploring

func (*QueryAllKillImploringResponse) GetPagination

func (m *QueryAllKillImploringResponse) GetPagination() *query.PageResponse

func (*QueryAllKillImploringResponse) Marshal

func (m *QueryAllKillImploringResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllKillImploringResponse) MarshalTo

func (m *QueryAllKillImploringResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllKillImploringResponse) MarshalToSizedBuffer

func (m *QueryAllKillImploringResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllKillImploringResponse) ProtoMessage

func (*QueryAllKillImploringResponse) ProtoMessage()

func (*QueryAllKillImploringResponse) Reset

func (m *QueryAllKillImploringResponse) Reset()

func (*QueryAllKillImploringResponse) Size

func (m *QueryAllKillImploringResponse) Size() (n int)

func (*QueryAllKillImploringResponse) String

func (*QueryAllKillImploringResponse) Unmarshal

func (m *QueryAllKillImploringResponse) Unmarshal(dAtA []byte) error

func (*QueryAllKillImploringResponse) XXX_DiscardUnknown

func (m *QueryAllKillImploringResponse) XXX_DiscardUnknown()

func (*QueryAllKillImploringResponse) XXX_Marshal

func (m *QueryAllKillImploringResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllKillImploringResponse) XXX_Merge

func (m *QueryAllKillImploringResponse) XXX_Merge(src proto.Message)

func (*QueryAllKillImploringResponse) XXX_Size

func (m *QueryAllKillImploringResponse) XXX_Size() int

func (*QueryAllKillImploringResponse) XXX_Unmarshal

func (m *QueryAllKillImploringResponse) XXX_Unmarshal(b []byte) error

type QueryAllKillMagicKeySummoningRequest

type QueryAllKillMagicKeySummoningRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllKillMagicKeySummoningRequest) Descriptor

func (*QueryAllKillMagicKeySummoningRequest) Descriptor() ([]byte, []int)

func (*QueryAllKillMagicKeySummoningRequest) GetPagination

func (*QueryAllKillMagicKeySummoningRequest) Marshal

func (m *QueryAllKillMagicKeySummoningRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllKillMagicKeySummoningRequest) MarshalTo

func (m *QueryAllKillMagicKeySummoningRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllKillMagicKeySummoningRequest) MarshalToSizedBuffer

func (m *QueryAllKillMagicKeySummoningRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllKillMagicKeySummoningRequest) ProtoMessage

func (*QueryAllKillMagicKeySummoningRequest) ProtoMessage()

func (*QueryAllKillMagicKeySummoningRequest) Reset

func (*QueryAllKillMagicKeySummoningRequest) Size

func (*QueryAllKillMagicKeySummoningRequest) String

func (*QueryAllKillMagicKeySummoningRequest) Unmarshal

func (m *QueryAllKillMagicKeySummoningRequest) Unmarshal(dAtA []byte) error

func (*QueryAllKillMagicKeySummoningRequest) XXX_DiscardUnknown

func (m *QueryAllKillMagicKeySummoningRequest) XXX_DiscardUnknown()

func (*QueryAllKillMagicKeySummoningRequest) XXX_Marshal

func (m *QueryAllKillMagicKeySummoningRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllKillMagicKeySummoningRequest) XXX_Merge

func (*QueryAllKillMagicKeySummoningRequest) XXX_Size

func (*QueryAllKillMagicKeySummoningRequest) XXX_Unmarshal

func (m *QueryAllKillMagicKeySummoningRequest) XXX_Unmarshal(b []byte) error

type QueryAllKillMagicKeySummoningResponse

type QueryAllKillMagicKeySummoningResponse struct {
	KillMagicKeySummoning []KillMagicKeySummoning `protobuf:"bytes,1,rep,name=KillMagicKeySummoning,proto3" json:"KillMagicKeySummoning"`
	Pagination            *query.PageResponse     `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllKillMagicKeySummoningResponse) Descriptor

func (*QueryAllKillMagicKeySummoningResponse) Descriptor() ([]byte, []int)

func (*QueryAllKillMagicKeySummoningResponse) GetKillMagicKeySummoning

func (m *QueryAllKillMagicKeySummoningResponse) GetKillMagicKeySummoning() []KillMagicKeySummoning

func (*QueryAllKillMagicKeySummoningResponse) GetPagination

func (*QueryAllKillMagicKeySummoningResponse) Marshal

func (m *QueryAllKillMagicKeySummoningResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllKillMagicKeySummoningResponse) MarshalTo

func (m *QueryAllKillMagicKeySummoningResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllKillMagicKeySummoningResponse) MarshalToSizedBuffer

func (m *QueryAllKillMagicKeySummoningResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllKillMagicKeySummoningResponse) ProtoMessage

func (*QueryAllKillMagicKeySummoningResponse) ProtoMessage()

func (*QueryAllKillMagicKeySummoningResponse) Reset

func (*QueryAllKillMagicKeySummoningResponse) Size

func (*QueryAllKillMagicKeySummoningResponse) String

func (*QueryAllKillMagicKeySummoningResponse) Unmarshal

func (m *QueryAllKillMagicKeySummoningResponse) Unmarshal(dAtA []byte) error

func (*QueryAllKillMagicKeySummoningResponse) XXX_DiscardUnknown

func (m *QueryAllKillMagicKeySummoningResponse) XXX_DiscardUnknown()

func (*QueryAllKillMagicKeySummoningResponse) XXX_Marshal

func (m *QueryAllKillMagicKeySummoningResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllKillMagicKeySummoningResponse) XXX_Merge

func (*QueryAllKillMagicKeySummoningResponse) XXX_Size

func (*QueryAllKillMagicKeySummoningResponse) XXX_Unmarshal

func (m *QueryAllKillMagicKeySummoningResponse) XXX_Unmarshal(b []byte) error

type QueryAllKillMeditationSummoningRequest

type QueryAllKillMeditationSummoningRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllKillMeditationSummoningRequest) Descriptor

func (*QueryAllKillMeditationSummoningRequest) Descriptor() ([]byte, []int)

func (*QueryAllKillMeditationSummoningRequest) GetPagination

func (*QueryAllKillMeditationSummoningRequest) Marshal

func (m *QueryAllKillMeditationSummoningRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllKillMeditationSummoningRequest) MarshalTo

func (m *QueryAllKillMeditationSummoningRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllKillMeditationSummoningRequest) MarshalToSizedBuffer

func (m *QueryAllKillMeditationSummoningRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllKillMeditationSummoningRequest) ProtoMessage

func (*QueryAllKillMeditationSummoningRequest) Reset

func (*QueryAllKillMeditationSummoningRequest) Size

func (*QueryAllKillMeditationSummoningRequest) String

func (*QueryAllKillMeditationSummoningRequest) Unmarshal

func (m *QueryAllKillMeditationSummoningRequest) Unmarshal(dAtA []byte) error

func (*QueryAllKillMeditationSummoningRequest) XXX_DiscardUnknown

func (m *QueryAllKillMeditationSummoningRequest) XXX_DiscardUnknown()

func (*QueryAllKillMeditationSummoningRequest) XXX_Marshal

func (m *QueryAllKillMeditationSummoningRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllKillMeditationSummoningRequest) XXX_Merge

func (*QueryAllKillMeditationSummoningRequest) XXX_Size

func (*QueryAllKillMeditationSummoningRequest) XXX_Unmarshal

func (m *QueryAllKillMeditationSummoningRequest) XXX_Unmarshal(b []byte) error

type QueryAllKillMeditationSummoningResponse

type QueryAllKillMeditationSummoningResponse struct {
	KillMeditationSummoning []KillMeditationSummoning `protobuf:"bytes,1,rep,name=KillMeditationSummoning,proto3" json:"KillMeditationSummoning"`
	Pagination              *query.PageResponse       `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllKillMeditationSummoningResponse) Descriptor

func (*QueryAllKillMeditationSummoningResponse) Descriptor() ([]byte, []int)

func (*QueryAllKillMeditationSummoningResponse) GetKillMeditationSummoning

func (m *QueryAllKillMeditationSummoningResponse) GetKillMeditationSummoning() []KillMeditationSummoning

func (*QueryAllKillMeditationSummoningResponse) GetPagination

func (*QueryAllKillMeditationSummoningResponse) Marshal

func (m *QueryAllKillMeditationSummoningResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllKillMeditationSummoningResponse) MarshalTo

func (m *QueryAllKillMeditationSummoningResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllKillMeditationSummoningResponse) MarshalToSizedBuffer

func (m *QueryAllKillMeditationSummoningResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllKillMeditationSummoningResponse) ProtoMessage

func (*QueryAllKillMeditationSummoningResponse) Reset

func (*QueryAllKillMeditationSummoningResponse) Size

func (*QueryAllKillMeditationSummoningResponse) String

func (*QueryAllKillMeditationSummoningResponse) Unmarshal

func (m *QueryAllKillMeditationSummoningResponse) Unmarshal(dAtA []byte) error

func (*QueryAllKillMeditationSummoningResponse) XXX_DiscardUnknown

func (m *QueryAllKillMeditationSummoningResponse) XXX_DiscardUnknown()

func (*QueryAllKillMeditationSummoningResponse) XXX_Marshal

func (m *QueryAllKillMeditationSummoningResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllKillMeditationSummoningResponse) XXX_Merge

func (*QueryAllKillMeditationSummoningResponse) XXX_Size

func (*QueryAllKillMeditationSummoningResponse) XXX_Unmarshal

func (m *QueryAllKillMeditationSummoningResponse) XXX_Unmarshal(b []byte) error

type QueryAllKillScriptureSignatureRequestRequest

type QueryAllKillScriptureSignatureRequestRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllKillScriptureSignatureRequestRequest) Descriptor

func (*QueryAllKillScriptureSignatureRequestRequest) GetPagination

func (*QueryAllKillScriptureSignatureRequestRequest) Marshal

func (m *QueryAllKillScriptureSignatureRequestRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllKillScriptureSignatureRequestRequest) MarshalTo

func (*QueryAllKillScriptureSignatureRequestRequest) MarshalToSizedBuffer

func (m *QueryAllKillScriptureSignatureRequestRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllKillScriptureSignatureRequestRequest) ProtoMessage

func (*QueryAllKillScriptureSignatureRequestRequest) Reset

func (*QueryAllKillScriptureSignatureRequestRequest) Size

func (*QueryAllKillScriptureSignatureRequestRequest) String

func (*QueryAllKillScriptureSignatureRequestRequest) Unmarshal

func (*QueryAllKillScriptureSignatureRequestRequest) XXX_DiscardUnknown

func (m *QueryAllKillScriptureSignatureRequestRequest) XXX_DiscardUnknown()

func (*QueryAllKillScriptureSignatureRequestRequest) XXX_Marshal

func (m *QueryAllKillScriptureSignatureRequestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllKillScriptureSignatureRequestRequest) XXX_Merge

func (*QueryAllKillScriptureSignatureRequestRequest) XXX_Size

func (*QueryAllKillScriptureSignatureRequestRequest) XXX_Unmarshal

type QueryAllKillScriptureSignatureRequestResponse

type QueryAllKillScriptureSignatureRequestResponse struct {
	KillScriptureSignatureRequest []KillScriptureSignatureRequest `protobuf:"bytes,1,rep,name=KillScriptureSignatureRequest,proto3" json:"KillScriptureSignatureRequest"`
	Pagination                    *query.PageResponse             `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllKillScriptureSignatureRequestResponse) Descriptor

func (*QueryAllKillScriptureSignatureRequestResponse) GetKillScriptureSignatureRequest

func (m *QueryAllKillScriptureSignatureRequestResponse) GetKillScriptureSignatureRequest() []KillScriptureSignatureRequest

func (*QueryAllKillScriptureSignatureRequestResponse) GetPagination

func (*QueryAllKillScriptureSignatureRequestResponse) Marshal

func (m *QueryAllKillScriptureSignatureRequestResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllKillScriptureSignatureRequestResponse) MarshalTo

func (*QueryAllKillScriptureSignatureRequestResponse) MarshalToSizedBuffer

func (m *QueryAllKillScriptureSignatureRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllKillScriptureSignatureRequestResponse) ProtoMessage

func (*QueryAllKillScriptureSignatureRequestResponse) Reset

func (*QueryAllKillScriptureSignatureRequestResponse) Size

func (*QueryAllKillScriptureSignatureRequestResponse) String

func (*QueryAllKillScriptureSignatureRequestResponse) Unmarshal

func (*QueryAllKillScriptureSignatureRequestResponse) XXX_DiscardUnknown

func (m *QueryAllKillScriptureSignatureRequestResponse) XXX_DiscardUnknown()

func (*QueryAllKillScriptureSignatureRequestResponse) XXX_Marshal

func (m *QueryAllKillScriptureSignatureRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllKillScriptureSignatureRequestResponse) XXX_Merge

func (*QueryAllKillScriptureSignatureRequestResponse) XXX_Size

func (*QueryAllKillScriptureSignatureRequestResponse) XXX_Unmarshal

type QueryAllKillSignatureRequestRequest

type QueryAllKillSignatureRequestRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllKillSignatureRequestRequest) Descriptor

func (*QueryAllKillSignatureRequestRequest) Descriptor() ([]byte, []int)

func (*QueryAllKillSignatureRequestRequest) GetPagination

func (*QueryAllKillSignatureRequestRequest) Marshal

func (m *QueryAllKillSignatureRequestRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllKillSignatureRequestRequest) MarshalTo

func (m *QueryAllKillSignatureRequestRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllKillSignatureRequestRequest) MarshalToSizedBuffer

func (m *QueryAllKillSignatureRequestRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllKillSignatureRequestRequest) ProtoMessage

func (*QueryAllKillSignatureRequestRequest) ProtoMessage()

func (*QueryAllKillSignatureRequestRequest) Reset

func (*QueryAllKillSignatureRequestRequest) Size

func (*QueryAllKillSignatureRequestRequest) String

func (*QueryAllKillSignatureRequestRequest) Unmarshal

func (m *QueryAllKillSignatureRequestRequest) Unmarshal(dAtA []byte) error

func (*QueryAllKillSignatureRequestRequest) XXX_DiscardUnknown

func (m *QueryAllKillSignatureRequestRequest) XXX_DiscardUnknown()

func (*QueryAllKillSignatureRequestRequest) XXX_Marshal

func (m *QueryAllKillSignatureRequestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllKillSignatureRequestRequest) XXX_Merge

func (*QueryAllKillSignatureRequestRequest) XXX_Size

func (*QueryAllKillSignatureRequestRequest) XXX_Unmarshal

func (m *QueryAllKillSignatureRequestRequest) XXX_Unmarshal(b []byte) error

type QueryAllKillSignatureRequestResponse

type QueryAllKillSignatureRequestResponse struct {
	KillSignatureRequest []KillSignatureRequest `protobuf:"bytes,1,rep,name=KillSignatureRequest,proto3" json:"KillSignatureRequest"`
	Pagination           *query.PageResponse    `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllKillSignatureRequestResponse) Descriptor

func (*QueryAllKillSignatureRequestResponse) Descriptor() ([]byte, []int)

func (*QueryAllKillSignatureRequestResponse) GetKillSignatureRequest

func (m *QueryAllKillSignatureRequestResponse) GetKillSignatureRequest() []KillSignatureRequest

func (*QueryAllKillSignatureRequestResponse) GetPagination

func (*QueryAllKillSignatureRequestResponse) Marshal

func (m *QueryAllKillSignatureRequestResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllKillSignatureRequestResponse) MarshalTo

func (m *QueryAllKillSignatureRequestResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllKillSignatureRequestResponse) MarshalToSizedBuffer

func (m *QueryAllKillSignatureRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllKillSignatureRequestResponse) ProtoMessage

func (*QueryAllKillSignatureRequestResponse) ProtoMessage()

func (*QueryAllKillSignatureRequestResponse) Reset

func (*QueryAllKillSignatureRequestResponse) Size

func (*QueryAllKillSignatureRequestResponse) String

func (*QueryAllKillSignatureRequestResponse) Unmarshal

func (m *QueryAllKillSignatureRequestResponse) Unmarshal(dAtA []byte) error

func (*QueryAllKillSignatureRequestResponse) XXX_DiscardUnknown

func (m *QueryAllKillSignatureRequestResponse) XXX_DiscardUnknown()

func (*QueryAllKillSignatureRequestResponse) XXX_Marshal

func (m *QueryAllKillSignatureRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllKillSignatureRequestResponse) XXX_Merge

func (*QueryAllKillSignatureRequestResponse) XXX_Size

func (*QueryAllKillSignatureRequestResponse) XXX_Unmarshal

func (m *QueryAllKillSignatureRequestResponse) XXX_Unmarshal(b []byte) error

type QueryAllMagicKeyRequest

type QueryAllMagicKeyRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllMagicKeyRequest) Descriptor

func (*QueryAllMagicKeyRequest) Descriptor() ([]byte, []int)

func (*QueryAllMagicKeyRequest) GetPagination

func (m *QueryAllMagicKeyRequest) GetPagination() *query.PageRequest

func (*QueryAllMagicKeyRequest) Marshal

func (m *QueryAllMagicKeyRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllMagicKeyRequest) MarshalTo

func (m *QueryAllMagicKeyRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllMagicKeyRequest) MarshalToSizedBuffer

func (m *QueryAllMagicKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllMagicKeyRequest) ProtoMessage

func (*QueryAllMagicKeyRequest) ProtoMessage()

func (*QueryAllMagicKeyRequest) Reset

func (m *QueryAllMagicKeyRequest) Reset()

func (*QueryAllMagicKeyRequest) Size

func (m *QueryAllMagicKeyRequest) Size() (n int)

func (*QueryAllMagicKeyRequest) String

func (m *QueryAllMagicKeyRequest) String() string

func (*QueryAllMagicKeyRequest) Unmarshal

func (m *QueryAllMagicKeyRequest) Unmarshal(dAtA []byte) error

func (*QueryAllMagicKeyRequest) XXX_DiscardUnknown

func (m *QueryAllMagicKeyRequest) XXX_DiscardUnknown()

func (*QueryAllMagicKeyRequest) XXX_Marshal

func (m *QueryAllMagicKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllMagicKeyRequest) XXX_Merge

func (m *QueryAllMagicKeyRequest) XXX_Merge(src proto.Message)

func (*QueryAllMagicKeyRequest) XXX_Size

func (m *QueryAllMagicKeyRequest) XXX_Size() int

func (*QueryAllMagicKeyRequest) XXX_Unmarshal

func (m *QueryAllMagicKeyRequest) XXX_Unmarshal(b []byte) error

type QueryAllMagicKeyResponse

type QueryAllMagicKeyResponse struct {
	MagicKey   []MagicKey          `protobuf:"bytes,1,rep,name=MagicKey,proto3" json:"MagicKey"`
	Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllMagicKeyResponse) Descriptor

func (*QueryAllMagicKeyResponse) Descriptor() ([]byte, []int)

func (*QueryAllMagicKeyResponse) GetMagicKey

func (m *QueryAllMagicKeyResponse) GetMagicKey() []MagicKey

func (*QueryAllMagicKeyResponse) GetPagination

func (m *QueryAllMagicKeyResponse) GetPagination() *query.PageResponse

func (*QueryAllMagicKeyResponse) Marshal

func (m *QueryAllMagicKeyResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllMagicKeyResponse) MarshalTo

func (m *QueryAllMagicKeyResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllMagicKeyResponse) MarshalToSizedBuffer

func (m *QueryAllMagicKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllMagicKeyResponse) ProtoMessage

func (*QueryAllMagicKeyResponse) ProtoMessage()

func (*QueryAllMagicKeyResponse) Reset

func (m *QueryAllMagicKeyResponse) Reset()

func (*QueryAllMagicKeyResponse) Size

func (m *QueryAllMagicKeyResponse) Size() (n int)

func (*QueryAllMagicKeyResponse) String

func (m *QueryAllMagicKeyResponse) String() string

func (*QueryAllMagicKeyResponse) Unmarshal

func (m *QueryAllMagicKeyResponse) Unmarshal(dAtA []byte) error

func (*QueryAllMagicKeyResponse) XXX_DiscardUnknown

func (m *QueryAllMagicKeyResponse) XXX_DiscardUnknown()

func (*QueryAllMagicKeyResponse) XXX_Marshal

func (m *QueryAllMagicKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllMagicKeyResponse) XXX_Merge

func (m *QueryAllMagicKeyResponse) XXX_Merge(src proto.Message)

func (*QueryAllMagicKeyResponse) XXX_Size

func (m *QueryAllMagicKeyResponse) XXX_Size() int

func (*QueryAllMagicKeyResponse) XXX_Unmarshal

func (m *QueryAllMagicKeyResponse) XXX_Unmarshal(b []byte) error

type QueryAllMagicKeySummoningRequest

type QueryAllMagicKeySummoningRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllMagicKeySummoningRequest) Descriptor

func (*QueryAllMagicKeySummoningRequest) Descriptor() ([]byte, []int)

func (*QueryAllMagicKeySummoningRequest) GetPagination

func (*QueryAllMagicKeySummoningRequest) Marshal

func (m *QueryAllMagicKeySummoningRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllMagicKeySummoningRequest) MarshalTo

func (m *QueryAllMagicKeySummoningRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllMagicKeySummoningRequest) MarshalToSizedBuffer

func (m *QueryAllMagicKeySummoningRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllMagicKeySummoningRequest) ProtoMessage

func (*QueryAllMagicKeySummoningRequest) ProtoMessage()

func (*QueryAllMagicKeySummoningRequest) Reset

func (*QueryAllMagicKeySummoningRequest) Size

func (m *QueryAllMagicKeySummoningRequest) Size() (n int)

func (*QueryAllMagicKeySummoningRequest) String

func (*QueryAllMagicKeySummoningRequest) Unmarshal

func (m *QueryAllMagicKeySummoningRequest) Unmarshal(dAtA []byte) error

func (*QueryAllMagicKeySummoningRequest) XXX_DiscardUnknown

func (m *QueryAllMagicKeySummoningRequest) XXX_DiscardUnknown()

func (*QueryAllMagicKeySummoningRequest) XXX_Marshal

func (m *QueryAllMagicKeySummoningRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllMagicKeySummoningRequest) XXX_Merge

func (*QueryAllMagicKeySummoningRequest) XXX_Size

func (m *QueryAllMagicKeySummoningRequest) XXX_Size() int

func (*QueryAllMagicKeySummoningRequest) XXX_Unmarshal

func (m *QueryAllMagicKeySummoningRequest) XXX_Unmarshal(b []byte) error

type QueryAllMagicKeySummoningResponse

type QueryAllMagicKeySummoningResponse struct {
	MagicKeySummoning []MagicKeySummoning `protobuf:"bytes,1,rep,name=MagicKeySummoning,proto3" json:"MagicKeySummoning"`
	Pagination        *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllMagicKeySummoningResponse) Descriptor

func (*QueryAllMagicKeySummoningResponse) Descriptor() ([]byte, []int)

func (*QueryAllMagicKeySummoningResponse) GetMagicKeySummoning

func (m *QueryAllMagicKeySummoningResponse) GetMagicKeySummoning() []MagicKeySummoning

func (*QueryAllMagicKeySummoningResponse) GetPagination

func (*QueryAllMagicKeySummoningResponse) Marshal

func (m *QueryAllMagicKeySummoningResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllMagicKeySummoningResponse) MarshalTo

func (m *QueryAllMagicKeySummoningResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllMagicKeySummoningResponse) MarshalToSizedBuffer

func (m *QueryAllMagicKeySummoningResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllMagicKeySummoningResponse) ProtoMessage

func (*QueryAllMagicKeySummoningResponse) ProtoMessage()

func (*QueryAllMagicKeySummoningResponse) Reset

func (*QueryAllMagicKeySummoningResponse) Size

func (m *QueryAllMagicKeySummoningResponse) Size() (n int)

func (*QueryAllMagicKeySummoningResponse) String

func (*QueryAllMagicKeySummoningResponse) Unmarshal

func (m *QueryAllMagicKeySummoningResponse) Unmarshal(dAtA []byte) error

func (*QueryAllMagicKeySummoningResponse) XXX_DiscardUnknown

func (m *QueryAllMagicKeySummoningResponse) XXX_DiscardUnknown()

func (*QueryAllMagicKeySummoningResponse) XXX_Marshal

func (m *QueryAllMagicKeySummoningResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllMagicKeySummoningResponse) XXX_Merge

func (*QueryAllMagicKeySummoningResponse) XXX_Size

func (m *QueryAllMagicKeySummoningResponse) XXX_Size() int

func (*QueryAllMagicKeySummoningResponse) XXX_Unmarshal

func (m *QueryAllMagicKeySummoningResponse) XXX_Unmarshal(b []byte) error

type QueryAllMeditationRequest

type QueryAllMeditationRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	MagicKeyId uint64             `protobuf:"varint,2,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
}

func (*QueryAllMeditationRequest) Descriptor

func (*QueryAllMeditationRequest) Descriptor() ([]byte, []int)

func (*QueryAllMeditationRequest) GetMagicKeyId

func (m *QueryAllMeditationRequest) GetMagicKeyId() uint64

func (*QueryAllMeditationRequest) GetPagination

func (m *QueryAllMeditationRequest) GetPagination() *query.PageRequest

func (*QueryAllMeditationRequest) Marshal

func (m *QueryAllMeditationRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllMeditationRequest) MarshalTo

func (m *QueryAllMeditationRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllMeditationRequest) MarshalToSizedBuffer

func (m *QueryAllMeditationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllMeditationRequest) ProtoMessage

func (*QueryAllMeditationRequest) ProtoMessage()

func (*QueryAllMeditationRequest) Reset

func (m *QueryAllMeditationRequest) Reset()

func (*QueryAllMeditationRequest) Size

func (m *QueryAllMeditationRequest) Size() (n int)

func (*QueryAllMeditationRequest) String

func (m *QueryAllMeditationRequest) String() string

func (*QueryAllMeditationRequest) Unmarshal

func (m *QueryAllMeditationRequest) Unmarshal(dAtA []byte) error

func (*QueryAllMeditationRequest) XXX_DiscardUnknown

func (m *QueryAllMeditationRequest) XXX_DiscardUnknown()

func (*QueryAllMeditationRequest) XXX_Marshal

func (m *QueryAllMeditationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllMeditationRequest) XXX_Merge

func (m *QueryAllMeditationRequest) XXX_Merge(src proto.Message)

func (*QueryAllMeditationRequest) XXX_Size

func (m *QueryAllMeditationRequest) XXX_Size() int

func (*QueryAllMeditationRequest) XXX_Unmarshal

func (m *QueryAllMeditationRequest) XXX_Unmarshal(b []byte) error

type QueryAllMeditationResponse

type QueryAllMeditationResponse struct {
	Meditation []Meditation        `protobuf:"bytes,1,rep,name=Meditation,proto3" json:"Meditation"`
	Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllMeditationResponse) Descriptor

func (*QueryAllMeditationResponse) Descriptor() ([]byte, []int)

func (*QueryAllMeditationResponse) GetMeditation

func (m *QueryAllMeditationResponse) GetMeditation() []Meditation

func (*QueryAllMeditationResponse) GetPagination

func (m *QueryAllMeditationResponse) GetPagination() *query.PageResponse

func (*QueryAllMeditationResponse) Marshal

func (m *QueryAllMeditationResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllMeditationResponse) MarshalTo

func (m *QueryAllMeditationResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllMeditationResponse) MarshalToSizedBuffer

func (m *QueryAllMeditationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllMeditationResponse) ProtoMessage

func (*QueryAllMeditationResponse) ProtoMessage()

func (*QueryAllMeditationResponse) Reset

func (m *QueryAllMeditationResponse) Reset()

func (*QueryAllMeditationResponse) Size

func (m *QueryAllMeditationResponse) Size() (n int)

func (*QueryAllMeditationResponse) String

func (m *QueryAllMeditationResponse) String() string

func (*QueryAllMeditationResponse) Unmarshal

func (m *QueryAllMeditationResponse) Unmarshal(dAtA []byte) error

func (*QueryAllMeditationResponse) XXX_DiscardUnknown

func (m *QueryAllMeditationResponse) XXX_DiscardUnknown()

func (*QueryAllMeditationResponse) XXX_Marshal

func (m *QueryAllMeditationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllMeditationResponse) XXX_Merge

func (m *QueryAllMeditationResponse) XXX_Merge(src proto.Message)

func (*QueryAllMeditationResponse) XXX_Size

func (m *QueryAllMeditationResponse) XXX_Size() int

func (*QueryAllMeditationResponse) XXX_Unmarshal

func (m *QueryAllMeditationResponse) XXX_Unmarshal(b []byte) error

type QueryAllMeditationSummoningRequest

type QueryAllMeditationSummoningRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllMeditationSummoningRequest) Descriptor

func (*QueryAllMeditationSummoningRequest) Descriptor() ([]byte, []int)

func (*QueryAllMeditationSummoningRequest) GetPagination

func (*QueryAllMeditationSummoningRequest) Marshal

func (m *QueryAllMeditationSummoningRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllMeditationSummoningRequest) MarshalTo

func (m *QueryAllMeditationSummoningRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllMeditationSummoningRequest) MarshalToSizedBuffer

func (m *QueryAllMeditationSummoningRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllMeditationSummoningRequest) ProtoMessage

func (*QueryAllMeditationSummoningRequest) ProtoMessage()

func (*QueryAllMeditationSummoningRequest) Reset

func (*QueryAllMeditationSummoningRequest) Size

func (*QueryAllMeditationSummoningRequest) String

func (*QueryAllMeditationSummoningRequest) Unmarshal

func (m *QueryAllMeditationSummoningRequest) Unmarshal(dAtA []byte) error

func (*QueryAllMeditationSummoningRequest) XXX_DiscardUnknown

func (m *QueryAllMeditationSummoningRequest) XXX_DiscardUnknown()

func (*QueryAllMeditationSummoningRequest) XXX_Marshal

func (m *QueryAllMeditationSummoningRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllMeditationSummoningRequest) XXX_Merge

func (*QueryAllMeditationSummoningRequest) XXX_Size

func (*QueryAllMeditationSummoningRequest) XXX_Unmarshal

func (m *QueryAllMeditationSummoningRequest) XXX_Unmarshal(b []byte) error

type QueryAllMeditationSummoningResponse

type QueryAllMeditationSummoningResponse struct {
	MeditationSummoning []MeditationSummoning `protobuf:"bytes,1,rep,name=MeditationSummoning,proto3" json:"MeditationSummoning"`
	Pagination          *query.PageResponse   `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllMeditationSummoningResponse) Descriptor

func (*QueryAllMeditationSummoningResponse) Descriptor() ([]byte, []int)

func (*QueryAllMeditationSummoningResponse) GetMeditationSummoning

func (m *QueryAllMeditationSummoningResponse) GetMeditationSummoning() []MeditationSummoning

func (*QueryAllMeditationSummoningResponse) GetPagination

func (*QueryAllMeditationSummoningResponse) Marshal

func (m *QueryAllMeditationSummoningResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllMeditationSummoningResponse) MarshalTo

func (m *QueryAllMeditationSummoningResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllMeditationSummoningResponse) MarshalToSizedBuffer

func (m *QueryAllMeditationSummoningResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllMeditationSummoningResponse) ProtoMessage

func (*QueryAllMeditationSummoningResponse) ProtoMessage()

func (*QueryAllMeditationSummoningResponse) Reset

func (*QueryAllMeditationSummoningResponse) Size

func (*QueryAllMeditationSummoningResponse) String

func (*QueryAllMeditationSummoningResponse) Unmarshal

func (m *QueryAllMeditationSummoningResponse) Unmarshal(dAtA []byte) error

func (*QueryAllMeditationSummoningResponse) XXX_DiscardUnknown

func (m *QueryAllMeditationSummoningResponse) XXX_DiscardUnknown()

func (*QueryAllMeditationSummoningResponse) XXX_Marshal

func (m *QueryAllMeditationSummoningResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllMeditationSummoningResponse) XXX_Merge

func (*QueryAllMeditationSummoningResponse) XXX_Size

func (*QueryAllMeditationSummoningResponse) XXX_Unmarshal

func (m *QueryAllMeditationSummoningResponse) XXX_Unmarshal(b []byte) error

type QueryAllMessageRequest

type QueryAllMessageRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllMessageRequest) Descriptor

func (*QueryAllMessageRequest) Descriptor() ([]byte, []int)

func (*QueryAllMessageRequest) GetPagination

func (m *QueryAllMessageRequest) GetPagination() *query.PageRequest

func (*QueryAllMessageRequest) Marshal

func (m *QueryAllMessageRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllMessageRequest) MarshalTo

func (m *QueryAllMessageRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllMessageRequest) MarshalToSizedBuffer

func (m *QueryAllMessageRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllMessageRequest) ProtoMessage

func (*QueryAllMessageRequest) ProtoMessage()

func (*QueryAllMessageRequest) Reset

func (m *QueryAllMessageRequest) Reset()

func (*QueryAllMessageRequest) Size

func (m *QueryAllMessageRequest) Size() (n int)

func (*QueryAllMessageRequest) String

func (m *QueryAllMessageRequest) String() string

func (*QueryAllMessageRequest) Unmarshal

func (m *QueryAllMessageRequest) Unmarshal(dAtA []byte) error

func (*QueryAllMessageRequest) XXX_DiscardUnknown

func (m *QueryAllMessageRequest) XXX_DiscardUnknown()

func (*QueryAllMessageRequest) XXX_Marshal

func (m *QueryAllMessageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllMessageRequest) XXX_Merge

func (m *QueryAllMessageRequest) XXX_Merge(src proto.Message)

func (*QueryAllMessageRequest) XXX_Size

func (m *QueryAllMessageRequest) XXX_Size() int

func (*QueryAllMessageRequest) XXX_Unmarshal

func (m *QueryAllMessageRequest) XXX_Unmarshal(b []byte) error

type QueryAllMessageResponse

type QueryAllMessageResponse struct {
	Message    []Message           `protobuf:"bytes,1,rep,name=Message,proto3" json:"Message"`
	Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllMessageResponse) Descriptor

func (*QueryAllMessageResponse) Descriptor() ([]byte, []int)

func (*QueryAllMessageResponse) GetMessage

func (m *QueryAllMessageResponse) GetMessage() []Message

func (*QueryAllMessageResponse) GetPagination

func (m *QueryAllMessageResponse) GetPagination() *query.PageResponse

func (*QueryAllMessageResponse) Marshal

func (m *QueryAllMessageResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllMessageResponse) MarshalTo

func (m *QueryAllMessageResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllMessageResponse) MarshalToSizedBuffer

func (m *QueryAllMessageResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllMessageResponse) ProtoMessage

func (*QueryAllMessageResponse) ProtoMessage()

func (*QueryAllMessageResponse) Reset

func (m *QueryAllMessageResponse) Reset()

func (*QueryAllMessageResponse) Size

func (m *QueryAllMessageResponse) Size() (n int)

func (*QueryAllMessageResponse) String

func (m *QueryAllMessageResponse) String() string

func (*QueryAllMessageResponse) Unmarshal

func (m *QueryAllMessageResponse) Unmarshal(dAtA []byte) error

func (*QueryAllMessageResponse) XXX_DiscardUnknown

func (m *QueryAllMessageResponse) XXX_DiscardUnknown()

func (*QueryAllMessageResponse) XXX_Marshal

func (m *QueryAllMessageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllMessageResponse) XXX_Merge

func (m *QueryAllMessageResponse) XXX_Merge(src proto.Message)

func (*QueryAllMessageResponse) XXX_Size

func (m *QueryAllMessageResponse) XXX_Size() int

func (*QueryAllMessageResponse) XXX_Unmarshal

func (m *QueryAllMessageResponse) XXX_Unmarshal(b []byte) error

type QueryAllScriptureRequest

type QueryAllScriptureRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllScriptureRequest) Descriptor

func (*QueryAllScriptureRequest) Descriptor() ([]byte, []int)

func (*QueryAllScriptureRequest) GetPagination

func (m *QueryAllScriptureRequest) GetPagination() *query.PageRequest

func (*QueryAllScriptureRequest) Marshal

func (m *QueryAllScriptureRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllScriptureRequest) MarshalTo

func (m *QueryAllScriptureRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllScriptureRequest) MarshalToSizedBuffer

func (m *QueryAllScriptureRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllScriptureRequest) ProtoMessage

func (*QueryAllScriptureRequest) ProtoMessage()

func (*QueryAllScriptureRequest) Reset

func (m *QueryAllScriptureRequest) Reset()

func (*QueryAllScriptureRequest) Size

func (m *QueryAllScriptureRequest) Size() (n int)

func (*QueryAllScriptureRequest) String

func (m *QueryAllScriptureRequest) String() string

func (*QueryAllScriptureRequest) Unmarshal

func (m *QueryAllScriptureRequest) Unmarshal(dAtA []byte) error

func (*QueryAllScriptureRequest) XXX_DiscardUnknown

func (m *QueryAllScriptureRequest) XXX_DiscardUnknown()

func (*QueryAllScriptureRequest) XXX_Marshal

func (m *QueryAllScriptureRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllScriptureRequest) XXX_Merge

func (m *QueryAllScriptureRequest) XXX_Merge(src proto.Message)

func (*QueryAllScriptureRequest) XXX_Size

func (m *QueryAllScriptureRequest) XXX_Size() int

func (*QueryAllScriptureRequest) XXX_Unmarshal

func (m *QueryAllScriptureRequest) XXX_Unmarshal(b []byte) error

type QueryAllScriptureResponse

type QueryAllScriptureResponse struct {
	Scripture  []Scripture         `protobuf:"bytes,1,rep,name=scripture,proto3" json:"scripture"`
	Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllScriptureResponse) Descriptor

func (*QueryAllScriptureResponse) Descriptor() ([]byte, []int)

func (*QueryAllScriptureResponse) GetPagination

func (m *QueryAllScriptureResponse) GetPagination() *query.PageResponse

func (*QueryAllScriptureResponse) GetScripture

func (m *QueryAllScriptureResponse) GetScripture() []Scripture

func (*QueryAllScriptureResponse) Marshal

func (m *QueryAllScriptureResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllScriptureResponse) MarshalTo

func (m *QueryAllScriptureResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllScriptureResponse) MarshalToSizedBuffer

func (m *QueryAllScriptureResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllScriptureResponse) ProtoMessage

func (*QueryAllScriptureResponse) ProtoMessage()

func (*QueryAllScriptureResponse) Reset

func (m *QueryAllScriptureResponse) Reset()

func (*QueryAllScriptureResponse) Size

func (m *QueryAllScriptureResponse) Size() (n int)

func (*QueryAllScriptureResponse) String

func (m *QueryAllScriptureResponse) String() string

func (*QueryAllScriptureResponse) Unmarshal

func (m *QueryAllScriptureResponse) Unmarshal(dAtA []byte) error

func (*QueryAllScriptureResponse) XXX_DiscardUnknown

func (m *QueryAllScriptureResponse) XXX_DiscardUnknown()

func (*QueryAllScriptureResponse) XXX_Marshal

func (m *QueryAllScriptureResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllScriptureResponse) XXX_Merge

func (m *QueryAllScriptureResponse) XXX_Merge(src proto.Message)

func (*QueryAllScriptureResponse) XXX_Size

func (m *QueryAllScriptureResponse) XXX_Size() int

func (*QueryAllScriptureResponse) XXX_Unmarshal

func (m *QueryAllScriptureResponse) XXX_Unmarshal(b []byte) error

type QueryAllScriptureSignatureRequestRequest

type QueryAllScriptureSignatureRequestRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllScriptureSignatureRequestRequest) Descriptor

func (*QueryAllScriptureSignatureRequestRequest) Descriptor() ([]byte, []int)

func (*QueryAllScriptureSignatureRequestRequest) GetPagination

func (*QueryAllScriptureSignatureRequestRequest) Marshal

func (m *QueryAllScriptureSignatureRequestRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllScriptureSignatureRequestRequest) MarshalTo

func (m *QueryAllScriptureSignatureRequestRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllScriptureSignatureRequestRequest) MarshalToSizedBuffer

func (m *QueryAllScriptureSignatureRequestRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllScriptureSignatureRequestRequest) ProtoMessage

func (*QueryAllScriptureSignatureRequestRequest) Reset

func (*QueryAllScriptureSignatureRequestRequest) Size

func (*QueryAllScriptureSignatureRequestRequest) String

func (*QueryAllScriptureSignatureRequestRequest) Unmarshal

func (*QueryAllScriptureSignatureRequestRequest) XXX_DiscardUnknown

func (m *QueryAllScriptureSignatureRequestRequest) XXX_DiscardUnknown()

func (*QueryAllScriptureSignatureRequestRequest) XXX_Marshal

func (m *QueryAllScriptureSignatureRequestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllScriptureSignatureRequestRequest) XXX_Merge

func (*QueryAllScriptureSignatureRequestRequest) XXX_Size

func (*QueryAllScriptureSignatureRequestRequest) XXX_Unmarshal

func (m *QueryAllScriptureSignatureRequestRequest) XXX_Unmarshal(b []byte) error

type QueryAllScriptureSignatureRequestResponse

type QueryAllScriptureSignatureRequestResponse struct {
	ScriptureSignatureRequest []ScriptureSignatureRequest `protobuf:"bytes,1,rep,name=ScriptureSignatureRequest,proto3" json:"ScriptureSignatureRequest"`
	Pagination                *query.PageResponse         `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllScriptureSignatureRequestResponse) Descriptor

func (*QueryAllScriptureSignatureRequestResponse) Descriptor() ([]byte, []int)

func (*QueryAllScriptureSignatureRequestResponse) GetPagination

func (*QueryAllScriptureSignatureRequestResponse) GetScriptureSignatureRequest

func (m *QueryAllScriptureSignatureRequestResponse) GetScriptureSignatureRequest() []ScriptureSignatureRequest

func (*QueryAllScriptureSignatureRequestResponse) Marshal

func (m *QueryAllScriptureSignatureRequestResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllScriptureSignatureRequestResponse) MarshalTo

func (m *QueryAllScriptureSignatureRequestResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllScriptureSignatureRequestResponse) MarshalToSizedBuffer

func (m *QueryAllScriptureSignatureRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllScriptureSignatureRequestResponse) ProtoMessage

func (*QueryAllScriptureSignatureRequestResponse) Reset

func (*QueryAllScriptureSignatureRequestResponse) Size

func (*QueryAllScriptureSignatureRequestResponse) String

func (*QueryAllScriptureSignatureRequestResponse) Unmarshal

func (*QueryAllScriptureSignatureRequestResponse) XXX_DiscardUnknown

func (m *QueryAllScriptureSignatureRequestResponse) XXX_DiscardUnknown()

func (*QueryAllScriptureSignatureRequestResponse) XXX_Marshal

func (m *QueryAllScriptureSignatureRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllScriptureSignatureRequestResponse) XXX_Merge

func (*QueryAllScriptureSignatureRequestResponse) XXX_Size

func (*QueryAllScriptureSignatureRequestResponse) XXX_Unmarshal

type QueryAllScriptureSignatureShareRequest

type QueryAllScriptureSignatureShareRequest struct {
	Pagination     *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	ScriptureIndex string             `protobuf:"bytes,2,opt,name=scriptureIndex,proto3" json:"scriptureIndex,omitempty"`
}

func (*QueryAllScriptureSignatureShareRequest) Descriptor

func (*QueryAllScriptureSignatureShareRequest) Descriptor() ([]byte, []int)

func (*QueryAllScriptureSignatureShareRequest) GetPagination

func (*QueryAllScriptureSignatureShareRequest) GetScriptureIndex

func (m *QueryAllScriptureSignatureShareRequest) GetScriptureIndex() string

func (*QueryAllScriptureSignatureShareRequest) Marshal

func (m *QueryAllScriptureSignatureShareRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllScriptureSignatureShareRequest) MarshalTo

func (m *QueryAllScriptureSignatureShareRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllScriptureSignatureShareRequest) MarshalToSizedBuffer

func (m *QueryAllScriptureSignatureShareRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllScriptureSignatureShareRequest) ProtoMessage

func (*QueryAllScriptureSignatureShareRequest) Reset

func (*QueryAllScriptureSignatureShareRequest) Size

func (*QueryAllScriptureSignatureShareRequest) String

func (*QueryAllScriptureSignatureShareRequest) Unmarshal

func (m *QueryAllScriptureSignatureShareRequest) Unmarshal(dAtA []byte) error

func (*QueryAllScriptureSignatureShareRequest) XXX_DiscardUnknown

func (m *QueryAllScriptureSignatureShareRequest) XXX_DiscardUnknown()

func (*QueryAllScriptureSignatureShareRequest) XXX_Marshal

func (m *QueryAllScriptureSignatureShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllScriptureSignatureShareRequest) XXX_Merge

func (*QueryAllScriptureSignatureShareRequest) XXX_Size

func (*QueryAllScriptureSignatureShareRequest) XXX_Unmarshal

func (m *QueryAllScriptureSignatureShareRequest) XXX_Unmarshal(b []byte) error

type QueryAllScriptureSignatureShareResponse

type QueryAllScriptureSignatureShareResponse struct {
	ScriptureSignatureShare []ScriptureSignatureShare `protobuf:"bytes,1,rep,name=ScriptureSignatureShare,proto3" json:"ScriptureSignatureShare"`
	Pagination              *query.PageResponse       `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllScriptureSignatureShareResponse) Descriptor

func (*QueryAllScriptureSignatureShareResponse) Descriptor() ([]byte, []int)

func (*QueryAllScriptureSignatureShareResponse) GetPagination

func (*QueryAllScriptureSignatureShareResponse) GetScriptureSignatureShare

func (m *QueryAllScriptureSignatureShareResponse) GetScriptureSignatureShare() []ScriptureSignatureShare

func (*QueryAllScriptureSignatureShareResponse) Marshal

func (m *QueryAllScriptureSignatureShareResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllScriptureSignatureShareResponse) MarshalTo

func (m *QueryAllScriptureSignatureShareResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllScriptureSignatureShareResponse) MarshalToSizedBuffer

func (m *QueryAllScriptureSignatureShareResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllScriptureSignatureShareResponse) ProtoMessage

func (*QueryAllScriptureSignatureShareResponse) Reset

func (*QueryAllScriptureSignatureShareResponse) Size

func (*QueryAllScriptureSignatureShareResponse) String

func (*QueryAllScriptureSignatureShareResponse) Unmarshal

func (m *QueryAllScriptureSignatureShareResponse) Unmarshal(dAtA []byte) error

func (*QueryAllScriptureSignatureShareResponse) XXX_DiscardUnknown

func (m *QueryAllScriptureSignatureShareResponse) XXX_DiscardUnknown()

func (*QueryAllScriptureSignatureShareResponse) XXX_Marshal

func (m *QueryAllScriptureSignatureShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllScriptureSignatureShareResponse) XXX_Merge

func (*QueryAllScriptureSignatureShareResponse) XXX_Size

func (*QueryAllScriptureSignatureShareResponse) XXX_Unmarshal

func (m *QueryAllScriptureSignatureShareResponse) XXX_Unmarshal(b []byte) error

type QueryAllSignatureRequestRequest

type QueryAllSignatureRequestRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllSignatureRequestRequest) Descriptor

func (*QueryAllSignatureRequestRequest) Descriptor() ([]byte, []int)

func (*QueryAllSignatureRequestRequest) GetPagination

func (*QueryAllSignatureRequestRequest) Marshal

func (m *QueryAllSignatureRequestRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllSignatureRequestRequest) MarshalTo

func (m *QueryAllSignatureRequestRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllSignatureRequestRequest) MarshalToSizedBuffer

func (m *QueryAllSignatureRequestRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllSignatureRequestRequest) ProtoMessage

func (*QueryAllSignatureRequestRequest) ProtoMessage()

func (*QueryAllSignatureRequestRequest) Reset

func (*QueryAllSignatureRequestRequest) Size

func (m *QueryAllSignatureRequestRequest) Size() (n int)

func (*QueryAllSignatureRequestRequest) String

func (*QueryAllSignatureRequestRequest) Unmarshal

func (m *QueryAllSignatureRequestRequest) Unmarshal(dAtA []byte) error

func (*QueryAllSignatureRequestRequest) XXX_DiscardUnknown

func (m *QueryAllSignatureRequestRequest) XXX_DiscardUnknown()

func (*QueryAllSignatureRequestRequest) XXX_Marshal

func (m *QueryAllSignatureRequestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllSignatureRequestRequest) XXX_Merge

func (m *QueryAllSignatureRequestRequest) XXX_Merge(src proto.Message)

func (*QueryAllSignatureRequestRequest) XXX_Size

func (m *QueryAllSignatureRequestRequest) XXX_Size() int

func (*QueryAllSignatureRequestRequest) XXX_Unmarshal

func (m *QueryAllSignatureRequestRequest) XXX_Unmarshal(b []byte) error

type QueryAllSignatureRequestResponse

type QueryAllSignatureRequestResponse struct {
	SignatureRequest []SignatureRequest  `protobuf:"bytes,1,rep,name=SignatureRequest,proto3" json:"SignatureRequest"`
	Pagination       *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllSignatureRequestResponse) Descriptor

func (*QueryAllSignatureRequestResponse) Descriptor() ([]byte, []int)

func (*QueryAllSignatureRequestResponse) GetPagination

func (*QueryAllSignatureRequestResponse) GetSignatureRequest

func (m *QueryAllSignatureRequestResponse) GetSignatureRequest() []SignatureRequest

func (*QueryAllSignatureRequestResponse) Marshal

func (m *QueryAllSignatureRequestResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllSignatureRequestResponse) MarshalTo

func (m *QueryAllSignatureRequestResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllSignatureRequestResponse) MarshalToSizedBuffer

func (m *QueryAllSignatureRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllSignatureRequestResponse) ProtoMessage

func (*QueryAllSignatureRequestResponse) ProtoMessage()

func (*QueryAllSignatureRequestResponse) Reset

func (*QueryAllSignatureRequestResponse) Size

func (m *QueryAllSignatureRequestResponse) Size() (n int)

func (*QueryAllSignatureRequestResponse) String

func (*QueryAllSignatureRequestResponse) Unmarshal

func (m *QueryAllSignatureRequestResponse) Unmarshal(dAtA []byte) error

func (*QueryAllSignatureRequestResponse) XXX_DiscardUnknown

func (m *QueryAllSignatureRequestResponse) XXX_DiscardUnknown()

func (*QueryAllSignatureRequestResponse) XXX_Marshal

func (m *QueryAllSignatureRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllSignatureRequestResponse) XXX_Merge

func (*QueryAllSignatureRequestResponse) XXX_Size

func (m *QueryAllSignatureRequestResponse) XXX_Size() int

func (*QueryAllSignatureRequestResponse) XXX_Unmarshal

func (m *QueryAllSignatureRequestResponse) XXX_Unmarshal(b []byte) error

type QueryAllSignatureShareRequest

type QueryAllSignatureShareRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	MessageId  uint64             `protobuf:"varint,2,opt,name=messageId,proto3" json:"messageId,omitempty"`
}

func (*QueryAllSignatureShareRequest) Descriptor

func (*QueryAllSignatureShareRequest) Descriptor() ([]byte, []int)

func (*QueryAllSignatureShareRequest) GetMessageId

func (m *QueryAllSignatureShareRequest) GetMessageId() uint64

func (*QueryAllSignatureShareRequest) GetPagination

func (m *QueryAllSignatureShareRequest) GetPagination() *query.PageRequest

func (*QueryAllSignatureShareRequest) Marshal

func (m *QueryAllSignatureShareRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllSignatureShareRequest) MarshalTo

func (m *QueryAllSignatureShareRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllSignatureShareRequest) MarshalToSizedBuffer

func (m *QueryAllSignatureShareRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllSignatureShareRequest) ProtoMessage

func (*QueryAllSignatureShareRequest) ProtoMessage()

func (*QueryAllSignatureShareRequest) Reset

func (m *QueryAllSignatureShareRequest) Reset()

func (*QueryAllSignatureShareRequest) Size

func (m *QueryAllSignatureShareRequest) Size() (n int)

func (*QueryAllSignatureShareRequest) String

func (*QueryAllSignatureShareRequest) Unmarshal

func (m *QueryAllSignatureShareRequest) Unmarshal(dAtA []byte) error

func (*QueryAllSignatureShareRequest) XXX_DiscardUnknown

func (m *QueryAllSignatureShareRequest) XXX_DiscardUnknown()

func (*QueryAllSignatureShareRequest) XXX_Marshal

func (m *QueryAllSignatureShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllSignatureShareRequest) XXX_Merge

func (m *QueryAllSignatureShareRequest) XXX_Merge(src proto.Message)

func (*QueryAllSignatureShareRequest) XXX_Size

func (m *QueryAllSignatureShareRequest) XXX_Size() int

func (*QueryAllSignatureShareRequest) XXX_Unmarshal

func (m *QueryAllSignatureShareRequest) XXX_Unmarshal(b []byte) error

type QueryAllSignatureShareResponse

type QueryAllSignatureShareResponse struct {
	SignatureShare []SignatureShare    `protobuf:"bytes,1,rep,name=SignatureShare,proto3" json:"SignatureShare"`
	Pagination     *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllSignatureShareResponse) Descriptor

func (*QueryAllSignatureShareResponse) Descriptor() ([]byte, []int)

func (*QueryAllSignatureShareResponse) GetPagination

func (*QueryAllSignatureShareResponse) GetSignatureShare

func (m *QueryAllSignatureShareResponse) GetSignatureShare() []SignatureShare

func (*QueryAllSignatureShareResponse) Marshal

func (m *QueryAllSignatureShareResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllSignatureShareResponse) MarshalTo

func (m *QueryAllSignatureShareResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllSignatureShareResponse) MarshalToSizedBuffer

func (m *QueryAllSignatureShareResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllSignatureShareResponse) ProtoMessage

func (*QueryAllSignatureShareResponse) ProtoMessage()

func (*QueryAllSignatureShareResponse) Reset

func (m *QueryAllSignatureShareResponse) Reset()

func (*QueryAllSignatureShareResponse) Size

func (m *QueryAllSignatureShareResponse) Size() (n int)

func (*QueryAllSignatureShareResponse) String

func (*QueryAllSignatureShareResponse) Unmarshal

func (m *QueryAllSignatureShareResponse) Unmarshal(dAtA []byte) error

func (*QueryAllSignatureShareResponse) XXX_DiscardUnknown

func (m *QueryAllSignatureShareResponse) XXX_DiscardUnknown()

func (*QueryAllSignatureShareResponse) XXX_Marshal

func (m *QueryAllSignatureShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllSignatureShareResponse) XXX_Merge

func (m *QueryAllSignatureShareResponse) XXX_Merge(src proto.Message)

func (*QueryAllSignatureShareResponse) XXX_Size

func (m *QueryAllSignatureShareResponse) XXX_Size() int

func (*QueryAllSignatureShareResponse) XXX_Unmarshal

func (m *QueryAllSignatureShareResponse) XXX_Unmarshal(b []byte) error

type QueryAllSignedMessageRequest

type QueryAllSignedMessageRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	MsgId      uint64             `protobuf:"varint,2,opt,name=msgId,proto3" json:"msgId,omitempty"`
}

func (*QueryAllSignedMessageRequest) Descriptor

func (*QueryAllSignedMessageRequest) Descriptor() ([]byte, []int)

func (*QueryAllSignedMessageRequest) GetMsgId

func (m *QueryAllSignedMessageRequest) GetMsgId() uint64

func (*QueryAllSignedMessageRequest) GetPagination

func (m *QueryAllSignedMessageRequest) GetPagination() *query.PageRequest

func (*QueryAllSignedMessageRequest) Marshal

func (m *QueryAllSignedMessageRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllSignedMessageRequest) MarshalTo

func (m *QueryAllSignedMessageRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllSignedMessageRequest) MarshalToSizedBuffer

func (m *QueryAllSignedMessageRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllSignedMessageRequest) ProtoMessage

func (*QueryAllSignedMessageRequest) ProtoMessage()

func (*QueryAllSignedMessageRequest) Reset

func (m *QueryAllSignedMessageRequest) Reset()

func (*QueryAllSignedMessageRequest) Size

func (m *QueryAllSignedMessageRequest) Size() (n int)

func (*QueryAllSignedMessageRequest) String

func (*QueryAllSignedMessageRequest) Unmarshal

func (m *QueryAllSignedMessageRequest) Unmarshal(dAtA []byte) error

func (*QueryAllSignedMessageRequest) XXX_DiscardUnknown

func (m *QueryAllSignedMessageRequest) XXX_DiscardUnknown()

func (*QueryAllSignedMessageRequest) XXX_Marshal

func (m *QueryAllSignedMessageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllSignedMessageRequest) XXX_Merge

func (m *QueryAllSignedMessageRequest) XXX_Merge(src proto.Message)

func (*QueryAllSignedMessageRequest) XXX_Size

func (m *QueryAllSignedMessageRequest) XXX_Size() int

func (*QueryAllSignedMessageRequest) XXX_Unmarshal

func (m *QueryAllSignedMessageRequest) XXX_Unmarshal(b []byte) error

type QueryAllSignedMessageResponse

type QueryAllSignedMessageResponse struct {
	SignedMessage []SignedMessage     `protobuf:"bytes,1,rep,name=SignedMessage,proto3" json:"SignedMessage"`
	Pagination    *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllSignedMessageResponse) Descriptor

func (*QueryAllSignedMessageResponse) Descriptor() ([]byte, []int)

func (*QueryAllSignedMessageResponse) GetPagination

func (m *QueryAllSignedMessageResponse) GetPagination() *query.PageResponse

func (*QueryAllSignedMessageResponse) GetSignedMessage

func (m *QueryAllSignedMessageResponse) GetSignedMessage() []SignedMessage

func (*QueryAllSignedMessageResponse) Marshal

func (m *QueryAllSignedMessageResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllSignedMessageResponse) MarshalTo

func (m *QueryAllSignedMessageResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllSignedMessageResponse) MarshalToSizedBuffer

func (m *QueryAllSignedMessageResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllSignedMessageResponse) ProtoMessage

func (*QueryAllSignedMessageResponse) ProtoMessage()

func (*QueryAllSignedMessageResponse) Reset

func (m *QueryAllSignedMessageResponse) Reset()

func (*QueryAllSignedMessageResponse) Size

func (m *QueryAllSignedMessageResponse) Size() (n int)

func (*QueryAllSignedMessageResponse) String

func (*QueryAllSignedMessageResponse) Unmarshal

func (m *QueryAllSignedMessageResponse) Unmarshal(dAtA []byte) error

func (*QueryAllSignedMessageResponse) XXX_DiscardUnknown

func (m *QueryAllSignedMessageResponse) XXX_DiscardUnknown()

func (*QueryAllSignedMessageResponse) XXX_Marshal

func (m *QueryAllSignedMessageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllSignedMessageResponse) XXX_Merge

func (m *QueryAllSignedMessageResponse) XXX_Merge(src proto.Message)

func (*QueryAllSignedMessageResponse) XXX_Size

func (m *QueryAllSignedMessageResponse) XXX_Size() int

func (*QueryAllSignedMessageResponse) XXX_Unmarshal

func (m *QueryAllSignedMessageResponse) XXX_Unmarshal(b []byte) error

type QueryAllSignedScriptureListRequest

type QueryAllSignedScriptureListRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllSignedScriptureListRequest) Descriptor

func (*QueryAllSignedScriptureListRequest) Descriptor() ([]byte, []int)

func (*QueryAllSignedScriptureListRequest) GetPagination

func (*QueryAllSignedScriptureListRequest) Marshal

func (m *QueryAllSignedScriptureListRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllSignedScriptureListRequest) MarshalTo

func (m *QueryAllSignedScriptureListRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllSignedScriptureListRequest) MarshalToSizedBuffer

func (m *QueryAllSignedScriptureListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllSignedScriptureListRequest) ProtoMessage

func (*QueryAllSignedScriptureListRequest) ProtoMessage()

func (*QueryAllSignedScriptureListRequest) Reset

func (*QueryAllSignedScriptureListRequest) Size

func (*QueryAllSignedScriptureListRequest) String

func (*QueryAllSignedScriptureListRequest) Unmarshal

func (m *QueryAllSignedScriptureListRequest) Unmarshal(dAtA []byte) error

func (*QueryAllSignedScriptureListRequest) XXX_DiscardUnknown

func (m *QueryAllSignedScriptureListRequest) XXX_DiscardUnknown()

func (*QueryAllSignedScriptureListRequest) XXX_Marshal

func (m *QueryAllSignedScriptureListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllSignedScriptureListRequest) XXX_Merge

func (*QueryAllSignedScriptureListRequest) XXX_Size

func (*QueryAllSignedScriptureListRequest) XXX_Unmarshal

func (m *QueryAllSignedScriptureListRequest) XXX_Unmarshal(b []byte) error

type QueryAllSignedScriptureListResponse

type QueryAllSignedScriptureListResponse struct {
	SignedScriptureList []SignedScriptureList `protobuf:"bytes,1,rep,name=SignedScriptureList,proto3" json:"SignedScriptureList"`
	Pagination          *query.PageResponse   `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllSignedScriptureListResponse) Descriptor

func (*QueryAllSignedScriptureListResponse) Descriptor() ([]byte, []int)

func (*QueryAllSignedScriptureListResponse) GetPagination

func (*QueryAllSignedScriptureListResponse) GetSignedScriptureList

func (m *QueryAllSignedScriptureListResponse) GetSignedScriptureList() []SignedScriptureList

func (*QueryAllSignedScriptureListResponse) Marshal

func (m *QueryAllSignedScriptureListResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllSignedScriptureListResponse) MarshalTo

func (m *QueryAllSignedScriptureListResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllSignedScriptureListResponse) MarshalToSizedBuffer

func (m *QueryAllSignedScriptureListResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllSignedScriptureListResponse) ProtoMessage

func (*QueryAllSignedScriptureListResponse) ProtoMessage()

func (*QueryAllSignedScriptureListResponse) Reset

func (*QueryAllSignedScriptureListResponse) Size

func (*QueryAllSignedScriptureListResponse) String

func (*QueryAllSignedScriptureListResponse) Unmarshal

func (m *QueryAllSignedScriptureListResponse) Unmarshal(dAtA []byte) error

func (*QueryAllSignedScriptureListResponse) XXX_DiscardUnknown

func (m *QueryAllSignedScriptureListResponse) XXX_DiscardUnknown()

func (*QueryAllSignedScriptureListResponse) XXX_Marshal

func (m *QueryAllSignedScriptureListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllSignedScriptureListResponse) XXX_Merge

func (*QueryAllSignedScriptureListResponse) XXX_Size

func (*QueryAllSignedScriptureListResponse) XXX_Unmarshal

func (m *QueryAllSignedScriptureListResponse) XXX_Unmarshal(b []byte) error

type QueryAllSignedScriptureRequest

type QueryAllSignedScriptureRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllSignedScriptureRequest) Descriptor

func (*QueryAllSignedScriptureRequest) Descriptor() ([]byte, []int)

func (*QueryAllSignedScriptureRequest) GetPagination

func (m *QueryAllSignedScriptureRequest) GetPagination() *query.PageRequest

func (*QueryAllSignedScriptureRequest) Marshal

func (m *QueryAllSignedScriptureRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllSignedScriptureRequest) MarshalTo

func (m *QueryAllSignedScriptureRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllSignedScriptureRequest) MarshalToSizedBuffer

func (m *QueryAllSignedScriptureRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllSignedScriptureRequest) ProtoMessage

func (*QueryAllSignedScriptureRequest) ProtoMessage()

func (*QueryAllSignedScriptureRequest) Reset

func (m *QueryAllSignedScriptureRequest) Reset()

func (*QueryAllSignedScriptureRequest) Size

func (m *QueryAllSignedScriptureRequest) Size() (n int)

func (*QueryAllSignedScriptureRequest) String

func (*QueryAllSignedScriptureRequest) Unmarshal

func (m *QueryAllSignedScriptureRequest) Unmarshal(dAtA []byte) error

func (*QueryAllSignedScriptureRequest) XXX_DiscardUnknown

func (m *QueryAllSignedScriptureRequest) XXX_DiscardUnknown()

func (*QueryAllSignedScriptureRequest) XXX_Marshal

func (m *QueryAllSignedScriptureRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllSignedScriptureRequest) XXX_Merge

func (m *QueryAllSignedScriptureRequest) XXX_Merge(src proto.Message)

func (*QueryAllSignedScriptureRequest) XXX_Size

func (m *QueryAllSignedScriptureRequest) XXX_Size() int

func (*QueryAllSignedScriptureRequest) XXX_Unmarshal

func (m *QueryAllSignedScriptureRequest) XXX_Unmarshal(b []byte) error

type QueryAllSignedScriptureResponse

type QueryAllSignedScriptureResponse struct {
	SignedScripture []SignedScripture   `protobuf:"bytes,1,rep,name=signedScripture,proto3" json:"signedScripture"`
	Pagination      *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllSignedScriptureResponse) Descriptor

func (*QueryAllSignedScriptureResponse) Descriptor() ([]byte, []int)

func (*QueryAllSignedScriptureResponse) GetPagination

func (*QueryAllSignedScriptureResponse) GetSignedScripture

func (m *QueryAllSignedScriptureResponse) GetSignedScripture() []SignedScripture

func (*QueryAllSignedScriptureResponse) Marshal

func (m *QueryAllSignedScriptureResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllSignedScriptureResponse) MarshalTo

func (m *QueryAllSignedScriptureResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllSignedScriptureResponse) MarshalToSizedBuffer

func (m *QueryAllSignedScriptureResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllSignedScriptureResponse) ProtoMessage

func (*QueryAllSignedScriptureResponse) ProtoMessage()

func (*QueryAllSignedScriptureResponse) Reset

func (*QueryAllSignedScriptureResponse) Size

func (m *QueryAllSignedScriptureResponse) Size() (n int)

func (*QueryAllSignedScriptureResponse) String

func (*QueryAllSignedScriptureResponse) Unmarshal

func (m *QueryAllSignedScriptureResponse) Unmarshal(dAtA []byte) error

func (*QueryAllSignedScriptureResponse) XXX_DiscardUnknown

func (m *QueryAllSignedScriptureResponse) XXX_DiscardUnknown()

func (*QueryAllSignedScriptureResponse) XXX_Marshal

func (m *QueryAllSignedScriptureResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllSignedScriptureResponse) XXX_Merge

func (m *QueryAllSignedScriptureResponse) XXX_Merge(src proto.Message)

func (*QueryAllSignedScriptureResponse) XXX_Size

func (m *QueryAllSignedScriptureResponse) XXX_Size() int

func (*QueryAllSignedScriptureResponse) XXX_Unmarshal

func (m *QueryAllSignedScriptureResponse) XXX_Unmarshal(b []byte) error

type QueryAllSpiritConjuringPoemsRequest

type QueryAllSpiritConjuringPoemsRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	MagicId    uint64             `protobuf:"varint,2,opt,name=magicId,proto3" json:"magicId,omitempty"`
}

func (*QueryAllSpiritConjuringPoemsRequest) Descriptor

func (*QueryAllSpiritConjuringPoemsRequest) Descriptor() ([]byte, []int)

func (*QueryAllSpiritConjuringPoemsRequest) GetMagicId

func (*QueryAllSpiritConjuringPoemsRequest) GetPagination

func (*QueryAllSpiritConjuringPoemsRequest) Marshal

func (m *QueryAllSpiritConjuringPoemsRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllSpiritConjuringPoemsRequest) MarshalTo

func (m *QueryAllSpiritConjuringPoemsRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllSpiritConjuringPoemsRequest) MarshalToSizedBuffer

func (m *QueryAllSpiritConjuringPoemsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllSpiritConjuringPoemsRequest) ProtoMessage

func (*QueryAllSpiritConjuringPoemsRequest) ProtoMessage()

func (*QueryAllSpiritConjuringPoemsRequest) Reset

func (*QueryAllSpiritConjuringPoemsRequest) Size

func (*QueryAllSpiritConjuringPoemsRequest) String

func (*QueryAllSpiritConjuringPoemsRequest) Unmarshal

func (m *QueryAllSpiritConjuringPoemsRequest) Unmarshal(dAtA []byte) error

func (*QueryAllSpiritConjuringPoemsRequest) XXX_DiscardUnknown

func (m *QueryAllSpiritConjuringPoemsRequest) XXX_DiscardUnknown()

func (*QueryAllSpiritConjuringPoemsRequest) XXX_Marshal

func (m *QueryAllSpiritConjuringPoemsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllSpiritConjuringPoemsRequest) XXX_Merge

func (*QueryAllSpiritConjuringPoemsRequest) XXX_Size

func (*QueryAllSpiritConjuringPoemsRequest) XXX_Unmarshal

func (m *QueryAllSpiritConjuringPoemsRequest) XXX_Unmarshal(b []byte) error

type QueryAllSpiritConjuringPoemsResponse

type QueryAllSpiritConjuringPoemsResponse struct {
	SpiritConjuringPoems []SpiritConjuringPoems `protobuf:"bytes,1,rep,name=SpiritConjuringPoems,proto3" json:"SpiritConjuringPoems"`
	Pagination           *query.PageResponse    `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllSpiritConjuringPoemsResponse) Descriptor

func (*QueryAllSpiritConjuringPoemsResponse) Descriptor() ([]byte, []int)

func (*QueryAllSpiritConjuringPoemsResponse) GetPagination

func (*QueryAllSpiritConjuringPoemsResponse) GetSpiritConjuringPoems

func (m *QueryAllSpiritConjuringPoemsResponse) GetSpiritConjuringPoems() []SpiritConjuringPoems

func (*QueryAllSpiritConjuringPoemsResponse) Marshal

func (m *QueryAllSpiritConjuringPoemsResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllSpiritConjuringPoemsResponse) MarshalTo

func (m *QueryAllSpiritConjuringPoemsResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllSpiritConjuringPoemsResponse) MarshalToSizedBuffer

func (m *QueryAllSpiritConjuringPoemsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllSpiritConjuringPoemsResponse) ProtoMessage

func (*QueryAllSpiritConjuringPoemsResponse) ProtoMessage()

func (*QueryAllSpiritConjuringPoemsResponse) Reset

func (*QueryAllSpiritConjuringPoemsResponse) Size

func (*QueryAllSpiritConjuringPoemsResponse) String

func (*QueryAllSpiritConjuringPoemsResponse) Unmarshal

func (m *QueryAllSpiritConjuringPoemsResponse) Unmarshal(dAtA []byte) error

func (*QueryAllSpiritConjuringPoemsResponse) XXX_DiscardUnknown

func (m *QueryAllSpiritConjuringPoemsResponse) XXX_DiscardUnknown()

func (*QueryAllSpiritConjuringPoemsResponse) XXX_Marshal

func (m *QueryAllSpiritConjuringPoemsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllSpiritConjuringPoemsResponse) XXX_Merge

func (*QueryAllSpiritConjuringPoemsResponse) XXX_Size

func (*QueryAllSpiritConjuringPoemsResponse) XXX_Unmarshal

func (m *QueryAllSpiritConjuringPoemsResponse) XXX_Unmarshal(b []byte) error

type QueryAllVerseRequest

type QueryAllVerseRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	MagicKeyId uint64             `protobuf:"varint,2,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
}

func (*QueryAllVerseRequest) Descriptor

func (*QueryAllVerseRequest) Descriptor() ([]byte, []int)

func (*QueryAllVerseRequest) GetMagicKeyId

func (m *QueryAllVerseRequest) GetMagicKeyId() uint64

func (*QueryAllVerseRequest) GetPagination

func (m *QueryAllVerseRequest) GetPagination() *query.PageRequest

func (*QueryAllVerseRequest) Marshal

func (m *QueryAllVerseRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllVerseRequest) MarshalTo

func (m *QueryAllVerseRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllVerseRequest) MarshalToSizedBuffer

func (m *QueryAllVerseRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllVerseRequest) ProtoMessage

func (*QueryAllVerseRequest) ProtoMessage()

func (*QueryAllVerseRequest) Reset

func (m *QueryAllVerseRequest) Reset()

func (*QueryAllVerseRequest) Size

func (m *QueryAllVerseRequest) Size() (n int)

func (*QueryAllVerseRequest) String

func (m *QueryAllVerseRequest) String() string

func (*QueryAllVerseRequest) Unmarshal

func (m *QueryAllVerseRequest) Unmarshal(dAtA []byte) error

func (*QueryAllVerseRequest) XXX_DiscardUnknown

func (m *QueryAllVerseRequest) XXX_DiscardUnknown()

func (*QueryAllVerseRequest) XXX_Marshal

func (m *QueryAllVerseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllVerseRequest) XXX_Merge

func (m *QueryAllVerseRequest) XXX_Merge(src proto.Message)

func (*QueryAllVerseRequest) XXX_Size

func (m *QueryAllVerseRequest) XXX_Size() int

func (*QueryAllVerseRequest) XXX_Unmarshal

func (m *QueryAllVerseRequest) XXX_Unmarshal(b []byte) error

type QueryAllVerseResponse

type QueryAllVerseResponse struct {
	Verse      []Verse             `protobuf:"bytes,1,rep,name=Verse,proto3" json:"Verse"`
	Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllVerseResponse) Descriptor

func (*QueryAllVerseResponse) Descriptor() ([]byte, []int)

func (*QueryAllVerseResponse) GetPagination

func (m *QueryAllVerseResponse) GetPagination() *query.PageResponse

func (*QueryAllVerseResponse) GetVerse

func (m *QueryAllVerseResponse) GetVerse() []Verse

func (*QueryAllVerseResponse) Marshal

func (m *QueryAllVerseResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllVerseResponse) MarshalTo

func (m *QueryAllVerseResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllVerseResponse) MarshalToSizedBuffer

func (m *QueryAllVerseResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllVerseResponse) ProtoMessage

func (*QueryAllVerseResponse) ProtoMessage()

func (*QueryAllVerseResponse) Reset

func (m *QueryAllVerseResponse) Reset()

func (*QueryAllVerseResponse) Size

func (m *QueryAllVerseResponse) Size() (n int)

func (*QueryAllVerseResponse) String

func (m *QueryAllVerseResponse) String() string

func (*QueryAllVerseResponse) Unmarshal

func (m *QueryAllVerseResponse) Unmarshal(dAtA []byte) error

func (*QueryAllVerseResponse) XXX_DiscardUnknown

func (m *QueryAllVerseResponse) XXX_DiscardUnknown()

func (*QueryAllVerseResponse) XXX_Marshal

func (m *QueryAllVerseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllVerseResponse) XXX_Merge

func (m *QueryAllVerseResponse) XXX_Merge(src proto.Message)

func (*QueryAllVerseResponse) XXX_Size

func (m *QueryAllVerseResponse) XXX_Size() int

func (*QueryAllVerseResponse) XXX_Unmarshal

func (m *QueryAllVerseResponse) XXX_Unmarshal(b []byte) error

type QueryAllVisionRequest

type QueryAllVisionRequest struct {
	Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	MagicKeyId uint64             `protobuf:"varint,2,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
}

func (*QueryAllVisionRequest) Descriptor

func (*QueryAllVisionRequest) Descriptor() ([]byte, []int)

func (*QueryAllVisionRequest) GetMagicKeyId

func (m *QueryAllVisionRequest) GetMagicKeyId() uint64

func (*QueryAllVisionRequest) GetPagination

func (m *QueryAllVisionRequest) GetPagination() *query.PageRequest

func (*QueryAllVisionRequest) Marshal

func (m *QueryAllVisionRequest) Marshal() (dAtA []byte, err error)

func (*QueryAllVisionRequest) MarshalTo

func (m *QueryAllVisionRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllVisionRequest) MarshalToSizedBuffer

func (m *QueryAllVisionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllVisionRequest) ProtoMessage

func (*QueryAllVisionRequest) ProtoMessage()

func (*QueryAllVisionRequest) Reset

func (m *QueryAllVisionRequest) Reset()

func (*QueryAllVisionRequest) Size

func (m *QueryAllVisionRequest) Size() (n int)

func (*QueryAllVisionRequest) String

func (m *QueryAllVisionRequest) String() string

func (*QueryAllVisionRequest) Unmarshal

func (m *QueryAllVisionRequest) Unmarshal(dAtA []byte) error

func (*QueryAllVisionRequest) XXX_DiscardUnknown

func (m *QueryAllVisionRequest) XXX_DiscardUnknown()

func (*QueryAllVisionRequest) XXX_Marshal

func (m *QueryAllVisionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllVisionRequest) XXX_Merge

func (m *QueryAllVisionRequest) XXX_Merge(src proto.Message)

func (*QueryAllVisionRequest) XXX_Size

func (m *QueryAllVisionRequest) XXX_Size() int

func (*QueryAllVisionRequest) XXX_Unmarshal

func (m *QueryAllVisionRequest) XXX_Unmarshal(b []byte) error

type QueryAllVisionResponse

type QueryAllVisionResponse struct {
	Vision     []Vision            `protobuf:"bytes,1,rep,name=Vision,proto3" json:"Vision"`
	Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
}

func (*QueryAllVisionResponse) Descriptor

func (*QueryAllVisionResponse) Descriptor() ([]byte, []int)

func (*QueryAllVisionResponse) GetPagination

func (m *QueryAllVisionResponse) GetPagination() *query.PageResponse

func (*QueryAllVisionResponse) GetVision

func (m *QueryAllVisionResponse) GetVision() []Vision

func (*QueryAllVisionResponse) Marshal

func (m *QueryAllVisionResponse) Marshal() (dAtA []byte, err error)

func (*QueryAllVisionResponse) MarshalTo

func (m *QueryAllVisionResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryAllVisionResponse) MarshalToSizedBuffer

func (m *QueryAllVisionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryAllVisionResponse) ProtoMessage

func (*QueryAllVisionResponse) ProtoMessage()

func (*QueryAllVisionResponse) Reset

func (m *QueryAllVisionResponse) Reset()

func (*QueryAllVisionResponse) Size

func (m *QueryAllVisionResponse) Size() (n int)

func (*QueryAllVisionResponse) String

func (m *QueryAllVisionResponse) String() string

func (*QueryAllVisionResponse) Unmarshal

func (m *QueryAllVisionResponse) Unmarshal(dAtA []byte) error

func (*QueryAllVisionResponse) XXX_DiscardUnknown

func (m *QueryAllVisionResponse) XXX_DiscardUnknown()

func (*QueryAllVisionResponse) XXX_Marshal

func (m *QueryAllVisionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryAllVisionResponse) XXX_Merge

func (m *QueryAllVisionResponse) XXX_Merge(src proto.Message)

func (*QueryAllVisionResponse) XXX_Size

func (m *QueryAllVisionResponse) XXX_Size() int

func (*QueryAllVisionResponse) XXX_Unmarshal

func (m *QueryAllVisionResponse) XXX_Unmarshal(b []byte) error

type QueryClient

type QueryClient interface {
	// Parameters queries the parameters of the module.
	Params(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error)
	// Queries a MagicKey by id.
	MagicKey(ctx context.Context, in *QueryGetMagicKeyRequest, opts ...grpc.CallOption) (*QueryGetMagicKeyResponse, error)
	// Queries a list of MagicKey items.
	MagicKeyAll(ctx context.Context, in *QueryAllMagicKeyRequest, opts ...grpc.CallOption) (*QueryAllMagicKeyResponse, error)
	// Queries a MagicKeySummoning by id.
	MagicKeySummoning(ctx context.Context, in *QueryGetMagicKeySummoningRequest, opts ...grpc.CallOption) (*QueryGetMagicKeySummoningResponse, error)
	// Queries a list of MagicKeySummoning items.
	MagicKeySummoningAll(ctx context.Context, in *QueryAllMagicKeySummoningRequest, opts ...grpc.CallOption) (*QueryAllMagicKeySummoningResponse, error)
	// Queries a HighCouncil by id.
	HighCouncil(ctx context.Context, in *QueryGetHighCouncilRequest, opts ...grpc.CallOption) (*QueryGetHighCouncilResponse, error)
	// Queries a list of HighCouncil items.
	HighCouncilAll(ctx context.Context, in *QueryAllHighCouncilRequest, opts ...grpc.CallOption) (*QueryAllHighCouncilResponse, error)
	// Queries a CurrentMagicKey by index.
	CurrentMagicKey(ctx context.Context, in *QueryGetCurrentMagicKeyRequest, opts ...grpc.CallOption) (*QueryGetCurrentMagicKeyResponse, error)
	// Queries a HighCouncilConjurings by id.
	HighCouncilConjurings(ctx context.Context, in *QueryGetHighCouncilConjuringsRequest, opts ...grpc.CallOption) (*QueryGetHighCouncilConjuringsResponse, error)
	// Queries a list of HighCouncilConjurings items.
	HighCouncilConjuringsAll(ctx context.Context, in *QueryAllHighCouncilConjuringsRequest, opts ...grpc.CallOption) (*QueryAllHighCouncilConjuringsResponse, error)
	// Queries a SpiritConjuringPoems by id.
	SpiritConjuringPoems(ctx context.Context, in *QueryGetSpiritConjuringPoemsRequest, opts ...grpc.CallOption) (*QueryGetSpiritConjuringPoemsResponse, error)
	// Queries a list of SpiritConjuringPoems items.
	SpiritConjuringPoemsAll(ctx context.Context, in *QueryAllSpiritConjuringPoemsRequest, opts ...grpc.CallOption) (*QueryAllSpiritConjuringPoemsResponse, error)
	// Queries a Verse by id.
	Verse(ctx context.Context, in *QueryGetVerseRequest, opts ...grpc.CallOption) (*QueryGetVerseResponse, error)
	// Queries a list of Verse items.
	VerseAll(ctx context.Context, in *QueryAllVerseRequest, opts ...grpc.CallOption) (*QueryAllVerseResponse, error)
	// Queries a list of VerseCount items.
	VerseCount(ctx context.Context, in *QueryVerseCountRequest, opts ...grpc.CallOption) (*QueryVerseCountResponse, error)
	// Queries a list of MagicKeyCount items.
	MagicKeyCount(ctx context.Context, in *QueryMagicKeyCountRequest, opts ...grpc.CallOption) (*QueryMagicKeyCountResponse, error)
	// Queries a Vision by id.
	Vision(ctx context.Context, in *QueryGetVisionRequest, opts ...grpc.CallOption) (*QueryGetVisionResponse, error)
	// Queries a list of Vision items.
	VisionAll(ctx context.Context, in *QueryAllVisionRequest, opts ...grpc.CallOption) (*QueryAllVisionResponse, error)
	// Queries a Message by id.
	Message(ctx context.Context, in *QueryGetMessageRequest, opts ...grpc.CallOption) (*QueryGetMessageResponse, error)
	// Queries a list of Message items.
	MessageAll(ctx context.Context, in *QueryAllMessageRequest, opts ...grpc.CallOption) (*QueryAllMessageResponse, error)
	// Queries a SignatureRequest by id.
	SignatureRequest(ctx context.Context, in *QueryGetSignatureRequestRequest, opts ...grpc.CallOption) (*QueryGetSignatureRequestResponse, error)
	// Queries a list of SignatureRequest items.
	SignatureRequestAll(ctx context.Context, in *QueryAllSignatureRequestRequest, opts ...grpc.CallOption) (*QueryAllSignatureRequestResponse, error)
	// Queries a SignatureShare by id.
	SignatureShare(ctx context.Context, in *QueryGetSignatureShareRequest, opts ...grpc.CallOption) (*QueryGetSignatureShareResponse, error)
	// Queries a list of SignatureShare items.
	SignatureShareAll(ctx context.Context, in *QueryAllSignatureShareRequest, opts ...grpc.CallOption) (*QueryAllSignatureShareResponse, error)
	// Queries a SignedMessage by id.
	SignedMessage(ctx context.Context, in *QueryGetSignedMessageRequest, opts ...grpc.CallOption) (*QueryGetSignedMessageResponse, error)
	// Queries a list of SignedMessage items.
	SignedMessageAll(ctx context.Context, in *QueryAllSignedMessageRequest, opts ...grpc.CallOption) (*QueryAllSignedMessageResponse, error)
	// Queries a MeditationSummoning by id.
	MeditationSummoning(ctx context.Context, in *QueryGetMeditationSummoningRequest, opts ...grpc.CallOption) (*QueryGetMeditationSummoningResponse, error)
	// Queries a list of MeditationSummoning items.
	MeditationSummoningAll(ctx context.Context, in *QueryAllMeditationSummoningRequest, opts ...grpc.CallOption) (*QueryAllMeditationSummoningResponse, error)
	// Queries a Meditation by id.
	Meditation(ctx context.Context, in *QueryGetMeditationRequest, opts ...grpc.CallOption) (*QueryGetMeditationResponse, error)
	// Queries a list of Meditation items.
	MeditationAll(ctx context.Context, in *QueryAllMeditationRequest, opts ...grpc.CallOption) (*QueryAllMeditationResponse, error)
	// Queries a list of MeditationCount items.
	MeditationCount(ctx context.Context, in *QueryMeditationCountRequest, opts ...grpc.CallOption) (*QueryMeditationCountResponse, error)
	// Queries a Scripture by index.
	Scripture(ctx context.Context, in *QueryGetScriptureRequest, opts ...grpc.CallOption) (*QueryGetScriptureResponse, error)
	// Queries a list of Scripture items.
	ScriptureAll(ctx context.Context, in *QueryAllScriptureRequest, opts ...grpc.CallOption) (*QueryAllScriptureResponse, error)
	// Queries a ScriptureSignatureRequest by id.
	ScriptureSignatureRequest(ctx context.Context, in *QueryGetScriptureSignatureRequestRequest, opts ...grpc.CallOption) (*QueryGetScriptureSignatureRequestResponse, error)
	// Queries a list of ScriptureSignatureRequest items.
	ScriptureSignatureRequestAll(ctx context.Context, in *QueryAllScriptureSignatureRequestRequest, opts ...grpc.CallOption) (*QueryAllScriptureSignatureRequestResponse, error)
	// Queries a ScriptureSignatureShare by id.
	ScriptureSignatureShare(ctx context.Context, in *QueryGetScriptureSignatureShareRequest, opts ...grpc.CallOption) (*QueryGetScriptureSignatureShareResponse, error)
	// Queries a list of ScriptureSignatureShare items.
	ScriptureSignatureShareAll(ctx context.Context, in *QueryAllScriptureSignatureShareRequest, opts ...grpc.CallOption) (*QueryAllScriptureSignatureShareResponse, error)
	// Queries a SignedScripture by index.
	SignedScripture(ctx context.Context, in *QueryGetSignedScriptureRequest, opts ...grpc.CallOption) (*QueryGetSignedScriptureResponse, error)
	// Queries a list of SignedScripture items.
	SignedScriptureAll(ctx context.Context, in *QueryAllSignedScriptureRequest, opts ...grpc.CallOption) (*QueryAllSignedScriptureResponse, error)
	// Queries a SignedScriptureList by id.
	SignedScriptureList(ctx context.Context, in *QueryGetSignedScriptureListRequest, opts ...grpc.CallOption) (*QueryGetSignedScriptureListResponse, error)
	// Queries a list of SignedScriptureList items.
	SignedScriptureListAll(ctx context.Context, in *QueryAllSignedScriptureListRequest, opts ...grpc.CallOption) (*QueryAllSignedScriptureListResponse, error)
	// Queries a list of Blessing items.
	Blessing(ctx context.Context, in *QueryGetBlessingRequest, opts ...grpc.CallOption) (*QueryGetBlessingResponse, error)
	BlessingAll(ctx context.Context, in *QueryAllBlessingRequest, opts ...grpc.CallOption) (*QueryAllBlessingResponse, error)
	// Queries a list of BlessingReceipt items.
	BlessingReceipt(ctx context.Context, in *QueryGetBlessingReceiptRequest, opts ...grpc.CallOption) (*QueryGetBlessingReceiptResponse, error)
	BlessingReceiptAll(ctx context.Context, in *QueryAllBlessingReceiptRequest, opts ...grpc.CallOption) (*QueryAllBlessingReceiptResponse, error)
	// Queries a list of Imploring items.
	Imploring(ctx context.Context, in *QueryGetImploringRequest, opts ...grpc.CallOption) (*QueryGetImploringResponse, error)
	ImploringAll(ctx context.Context, in *QueryAllImploringRequest, opts ...grpc.CallOption) (*QueryAllImploringResponse, error)
	// Queries a list of KillConjuring items.
	KillConjuring(ctx context.Context, in *QueryGetKillConjuringRequest, opts ...grpc.CallOption) (*QueryGetKillConjuringResponse, error)
	KillConjuringAll(ctx context.Context, in *QueryAllKillConjuringRequest, opts ...grpc.CallOption) (*QueryAllKillConjuringResponse, error)
	// Queries a list of KillImploring items.
	KillImploring(ctx context.Context, in *QueryGetKillImploringRequest, opts ...grpc.CallOption) (*QueryGetKillImploringResponse, error)
	KillImploringAll(ctx context.Context, in *QueryAllKillImploringRequest, opts ...grpc.CallOption) (*QueryAllKillImploringResponse, error)
	// Queries a list of KillMeditationSummoning items.
	KillMeditationSummoning(ctx context.Context, in *QueryGetKillMeditationSummoningRequest, opts ...grpc.CallOption) (*QueryGetKillMeditationSummoningResponse, error)
	KillMeditationSummoningAll(ctx context.Context, in *QueryAllKillMeditationSummoningRequest, opts ...grpc.CallOption) (*QueryAllKillMeditationSummoningResponse, error)
	// Queries a list of KillMagicKeySummoning items.
	KillMagicKeySummoning(ctx context.Context, in *QueryGetKillMagicKeySummoningRequest, opts ...grpc.CallOption) (*QueryGetKillMagicKeySummoningResponse, error)
	KillMagicKeySummoningAll(ctx context.Context, in *QueryAllKillMagicKeySummoningRequest, opts ...grpc.CallOption) (*QueryAllKillMagicKeySummoningResponse, error)
	// Queries a list of KillScriptureSignatureRequest items.
	KillScriptureSignatureRequest(ctx context.Context, in *QueryGetKillScriptureSignatureRequestRequest, opts ...grpc.CallOption) (*QueryGetKillScriptureSignatureRequestResponse, error)
	KillScriptureSignatureRequestAll(ctx context.Context, in *QueryAllKillScriptureSignatureRequestRequest, opts ...grpc.CallOption) (*QueryAllKillScriptureSignatureRequestResponse, error)
	// Queries a list of KillSignatureRequest items.
	KillSignatureRequest(ctx context.Context, in *QueryGetKillSignatureRequestRequest, opts ...grpc.CallOption) (*QueryGetKillSignatureRequestResponse, error)
	KillSignatureRequestAll(ctx context.Context, in *QueryAllKillSignatureRequestRequest, opts ...grpc.CallOption) (*QueryAllKillSignatureRequestResponse, error)
	// Queries a list of EncryptedMagicKeyShare items.
	EncryptedMagicKeyShare(ctx context.Context, in *QueryGetEncryptedMagicKeyShareRequest, opts ...grpc.CallOption) (*QueryGetEncryptedMagicKeyShareResponse, error)
	EncryptedMagicKeyShareAll(ctx context.Context, in *QueryAllEncryptedMagicKeyShareRequest, opts ...grpc.CallOption) (*QueryAllEncryptedMagicKeyShareResponse, error)
	// Queries a list of EncryptedPreSign items.
	EncryptedPreSign(ctx context.Context, in *QueryGetEncryptedPreSignRequest, opts ...grpc.CallOption) (*QueryGetEncryptedPreSignResponse, error)
	EncryptedPreSignAll(ctx context.Context, in *QueryAllEncryptedPreSignRequest, opts ...grpc.CallOption) (*QueryAllEncryptedPreSignResponse, 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 QueryGetBlessingReceiptRequest

type QueryGetBlessingReceiptRequest struct {
	Index string `protobuf:"bytes,1,opt,name=index,proto3" json:"index,omitempty"`
}

func (*QueryGetBlessingReceiptRequest) Descriptor

func (*QueryGetBlessingReceiptRequest) Descriptor() ([]byte, []int)

func (*QueryGetBlessingReceiptRequest) GetIndex

func (m *QueryGetBlessingReceiptRequest) GetIndex() string

func (*QueryGetBlessingReceiptRequest) Marshal

func (m *QueryGetBlessingReceiptRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetBlessingReceiptRequest) MarshalTo

func (m *QueryGetBlessingReceiptRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetBlessingReceiptRequest) MarshalToSizedBuffer

func (m *QueryGetBlessingReceiptRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetBlessingReceiptRequest) ProtoMessage

func (*QueryGetBlessingReceiptRequest) ProtoMessage()

func (*QueryGetBlessingReceiptRequest) Reset

func (m *QueryGetBlessingReceiptRequest) Reset()

func (*QueryGetBlessingReceiptRequest) Size

func (m *QueryGetBlessingReceiptRequest) Size() (n int)

func (*QueryGetBlessingReceiptRequest) String

func (*QueryGetBlessingReceiptRequest) Unmarshal

func (m *QueryGetBlessingReceiptRequest) Unmarshal(dAtA []byte) error

func (*QueryGetBlessingReceiptRequest) XXX_DiscardUnknown

func (m *QueryGetBlessingReceiptRequest) XXX_DiscardUnknown()

func (*QueryGetBlessingReceiptRequest) XXX_Marshal

func (m *QueryGetBlessingReceiptRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetBlessingReceiptRequest) XXX_Merge

func (m *QueryGetBlessingReceiptRequest) XXX_Merge(src proto.Message)

func (*QueryGetBlessingReceiptRequest) XXX_Size

func (m *QueryGetBlessingReceiptRequest) XXX_Size() int

func (*QueryGetBlessingReceiptRequest) XXX_Unmarshal

func (m *QueryGetBlessingReceiptRequest) XXX_Unmarshal(b []byte) error

type QueryGetBlessingReceiptResponse

type QueryGetBlessingReceiptResponse struct {
	BlessingReceipt BlessingReceipt `protobuf:"bytes,1,opt,name=blessingReceipt,proto3" json:"blessingReceipt"`
}

func (*QueryGetBlessingReceiptResponse) Descriptor

func (*QueryGetBlessingReceiptResponse) Descriptor() ([]byte, []int)

func (*QueryGetBlessingReceiptResponse) GetBlessingReceipt

func (m *QueryGetBlessingReceiptResponse) GetBlessingReceipt() BlessingReceipt

func (*QueryGetBlessingReceiptResponse) Marshal

func (m *QueryGetBlessingReceiptResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetBlessingReceiptResponse) MarshalTo

func (m *QueryGetBlessingReceiptResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetBlessingReceiptResponse) MarshalToSizedBuffer

func (m *QueryGetBlessingReceiptResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetBlessingReceiptResponse) ProtoMessage

func (*QueryGetBlessingReceiptResponse) ProtoMessage()

func (*QueryGetBlessingReceiptResponse) Reset

func (*QueryGetBlessingReceiptResponse) Size

func (m *QueryGetBlessingReceiptResponse) Size() (n int)

func (*QueryGetBlessingReceiptResponse) String

func (*QueryGetBlessingReceiptResponse) Unmarshal

func (m *QueryGetBlessingReceiptResponse) Unmarshal(dAtA []byte) error

func (*QueryGetBlessingReceiptResponse) XXX_DiscardUnknown

func (m *QueryGetBlessingReceiptResponse) XXX_DiscardUnknown()

func (*QueryGetBlessingReceiptResponse) XXX_Marshal

func (m *QueryGetBlessingReceiptResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetBlessingReceiptResponse) XXX_Merge

func (m *QueryGetBlessingReceiptResponse) XXX_Merge(src proto.Message)

func (*QueryGetBlessingReceiptResponse) XXX_Size

func (m *QueryGetBlessingReceiptResponse) XXX_Size() int

func (*QueryGetBlessingReceiptResponse) XXX_Unmarshal

func (m *QueryGetBlessingReceiptResponse) XXX_Unmarshal(b []byte) error

type QueryGetBlessingRequest

type QueryGetBlessingRequest struct {
	Id    uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Index string `protobuf:"bytes,2,opt,name=index,proto3" json:"index,omitempty"`
}

this line is used by starport scaffolding # 3

func (*QueryGetBlessingRequest) Descriptor

func (*QueryGetBlessingRequest) Descriptor() ([]byte, []int)

func (*QueryGetBlessingRequest) GetId

func (m *QueryGetBlessingRequest) GetId() uint64

func (*QueryGetBlessingRequest) GetIndex

func (m *QueryGetBlessingRequest) GetIndex() string

func (*QueryGetBlessingRequest) Marshal

func (m *QueryGetBlessingRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetBlessingRequest) MarshalTo

func (m *QueryGetBlessingRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetBlessingRequest) MarshalToSizedBuffer

func (m *QueryGetBlessingRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetBlessingRequest) ProtoMessage

func (*QueryGetBlessingRequest) ProtoMessage()

func (*QueryGetBlessingRequest) Reset

func (m *QueryGetBlessingRequest) Reset()

func (*QueryGetBlessingRequest) Size

func (m *QueryGetBlessingRequest) Size() (n int)

func (*QueryGetBlessingRequest) String

func (m *QueryGetBlessingRequest) String() string

func (*QueryGetBlessingRequest) Unmarshal

func (m *QueryGetBlessingRequest) Unmarshal(dAtA []byte) error

func (*QueryGetBlessingRequest) XXX_DiscardUnknown

func (m *QueryGetBlessingRequest) XXX_DiscardUnknown()

func (*QueryGetBlessingRequest) XXX_Marshal

func (m *QueryGetBlessingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetBlessingRequest) XXX_Merge

func (m *QueryGetBlessingRequest) XXX_Merge(src proto.Message)

func (*QueryGetBlessingRequest) XXX_Size

func (m *QueryGetBlessingRequest) XXX_Size() int

func (*QueryGetBlessingRequest) XXX_Unmarshal

func (m *QueryGetBlessingRequest) XXX_Unmarshal(b []byte) error

type QueryGetBlessingResponse

type QueryGetBlessingResponse struct {
	Blessing Blessing `protobuf:"bytes,1,opt,name=Blessing,proto3" json:"Blessing"`
}

func (*QueryGetBlessingResponse) Descriptor

func (*QueryGetBlessingResponse) Descriptor() ([]byte, []int)

func (*QueryGetBlessingResponse) GetBlessing

func (m *QueryGetBlessingResponse) GetBlessing() Blessing

func (*QueryGetBlessingResponse) Marshal

func (m *QueryGetBlessingResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetBlessingResponse) MarshalTo

func (m *QueryGetBlessingResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetBlessingResponse) MarshalToSizedBuffer

func (m *QueryGetBlessingResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetBlessingResponse) ProtoMessage

func (*QueryGetBlessingResponse) ProtoMessage()

func (*QueryGetBlessingResponse) Reset

func (m *QueryGetBlessingResponse) Reset()

func (*QueryGetBlessingResponse) Size

func (m *QueryGetBlessingResponse) Size() (n int)

func (*QueryGetBlessingResponse) String

func (m *QueryGetBlessingResponse) String() string

func (*QueryGetBlessingResponse) Unmarshal

func (m *QueryGetBlessingResponse) Unmarshal(dAtA []byte) error

func (*QueryGetBlessingResponse) XXX_DiscardUnknown

func (m *QueryGetBlessingResponse) XXX_DiscardUnknown()

func (*QueryGetBlessingResponse) XXX_Marshal

func (m *QueryGetBlessingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetBlessingResponse) XXX_Merge

func (m *QueryGetBlessingResponse) XXX_Merge(src proto.Message)

func (*QueryGetBlessingResponse) XXX_Size

func (m *QueryGetBlessingResponse) XXX_Size() int

func (*QueryGetBlessingResponse) XXX_Unmarshal

func (m *QueryGetBlessingResponse) XXX_Unmarshal(b []byte) error

type QueryGetCurrentMagicKeyRequest

type QueryGetCurrentMagicKeyRequest struct {
}

func (*QueryGetCurrentMagicKeyRequest) Descriptor

func (*QueryGetCurrentMagicKeyRequest) Descriptor() ([]byte, []int)

func (*QueryGetCurrentMagicKeyRequest) Marshal

func (m *QueryGetCurrentMagicKeyRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetCurrentMagicKeyRequest) MarshalTo

func (m *QueryGetCurrentMagicKeyRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetCurrentMagicKeyRequest) MarshalToSizedBuffer

func (m *QueryGetCurrentMagicKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetCurrentMagicKeyRequest) ProtoMessage

func (*QueryGetCurrentMagicKeyRequest) ProtoMessage()

func (*QueryGetCurrentMagicKeyRequest) Reset

func (m *QueryGetCurrentMagicKeyRequest) Reset()

func (*QueryGetCurrentMagicKeyRequest) Size

func (m *QueryGetCurrentMagicKeyRequest) Size() (n int)

func (*QueryGetCurrentMagicKeyRequest) String

func (*QueryGetCurrentMagicKeyRequest) Unmarshal

func (m *QueryGetCurrentMagicKeyRequest) Unmarshal(dAtA []byte) error

func (*QueryGetCurrentMagicKeyRequest) XXX_DiscardUnknown

func (m *QueryGetCurrentMagicKeyRequest) XXX_DiscardUnknown()

func (*QueryGetCurrentMagicKeyRequest) XXX_Marshal

func (m *QueryGetCurrentMagicKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetCurrentMagicKeyRequest) XXX_Merge

func (m *QueryGetCurrentMagicKeyRequest) XXX_Merge(src proto.Message)

func (*QueryGetCurrentMagicKeyRequest) XXX_Size

func (m *QueryGetCurrentMagicKeyRequest) XXX_Size() int

func (*QueryGetCurrentMagicKeyRequest) XXX_Unmarshal

func (m *QueryGetCurrentMagicKeyRequest) XXX_Unmarshal(b []byte) error

type QueryGetCurrentMagicKeyResponse

type QueryGetCurrentMagicKeyResponse struct {
	CurrentMagicKey CurrentMagicKey `protobuf:"bytes,1,opt,name=CurrentMagicKey,proto3" json:"CurrentMagicKey"`
}

func (*QueryGetCurrentMagicKeyResponse) Descriptor

func (*QueryGetCurrentMagicKeyResponse) Descriptor() ([]byte, []int)

func (*QueryGetCurrentMagicKeyResponse) GetCurrentMagicKey

func (m *QueryGetCurrentMagicKeyResponse) GetCurrentMagicKey() CurrentMagicKey

func (*QueryGetCurrentMagicKeyResponse) Marshal

func (m *QueryGetCurrentMagicKeyResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetCurrentMagicKeyResponse) MarshalTo

func (m *QueryGetCurrentMagicKeyResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetCurrentMagicKeyResponse) MarshalToSizedBuffer

func (m *QueryGetCurrentMagicKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetCurrentMagicKeyResponse) ProtoMessage

func (*QueryGetCurrentMagicKeyResponse) ProtoMessage()

func (*QueryGetCurrentMagicKeyResponse) Reset

func (*QueryGetCurrentMagicKeyResponse) Size

func (m *QueryGetCurrentMagicKeyResponse) Size() (n int)

func (*QueryGetCurrentMagicKeyResponse) String

func (*QueryGetCurrentMagicKeyResponse) Unmarshal

func (m *QueryGetCurrentMagicKeyResponse) Unmarshal(dAtA []byte) error

func (*QueryGetCurrentMagicKeyResponse) XXX_DiscardUnknown

func (m *QueryGetCurrentMagicKeyResponse) XXX_DiscardUnknown()

func (*QueryGetCurrentMagicKeyResponse) XXX_Marshal

func (m *QueryGetCurrentMagicKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetCurrentMagicKeyResponse) XXX_Merge

func (m *QueryGetCurrentMagicKeyResponse) XXX_Merge(src proto.Message)

func (*QueryGetCurrentMagicKeyResponse) XXX_Size

func (m *QueryGetCurrentMagicKeyResponse) XXX_Size() int

func (*QueryGetCurrentMagicKeyResponse) XXX_Unmarshal

func (m *QueryGetCurrentMagicKeyResponse) XXX_Unmarshal(b []byte) error

type QueryGetEncryptedMagicKeyShareRequest

type QueryGetEncryptedMagicKeyShareRequest struct {
	Index string `protobuf:"bytes,1,opt,name=index,proto3" json:"index,omitempty"`
}

func (*QueryGetEncryptedMagicKeyShareRequest) Descriptor

func (*QueryGetEncryptedMagicKeyShareRequest) Descriptor() ([]byte, []int)

func (*QueryGetEncryptedMagicKeyShareRequest) GetIndex

func (*QueryGetEncryptedMagicKeyShareRequest) Marshal

func (m *QueryGetEncryptedMagicKeyShareRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetEncryptedMagicKeyShareRequest) MarshalTo

func (m *QueryGetEncryptedMagicKeyShareRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetEncryptedMagicKeyShareRequest) MarshalToSizedBuffer

func (m *QueryGetEncryptedMagicKeyShareRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetEncryptedMagicKeyShareRequest) ProtoMessage

func (*QueryGetEncryptedMagicKeyShareRequest) ProtoMessage()

func (*QueryGetEncryptedMagicKeyShareRequest) Reset

func (*QueryGetEncryptedMagicKeyShareRequest) Size

func (*QueryGetEncryptedMagicKeyShareRequest) String

func (*QueryGetEncryptedMagicKeyShareRequest) Unmarshal

func (m *QueryGetEncryptedMagicKeyShareRequest) Unmarshal(dAtA []byte) error

func (*QueryGetEncryptedMagicKeyShareRequest) XXX_DiscardUnknown

func (m *QueryGetEncryptedMagicKeyShareRequest) XXX_DiscardUnknown()

func (*QueryGetEncryptedMagicKeyShareRequest) XXX_Marshal

func (m *QueryGetEncryptedMagicKeyShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetEncryptedMagicKeyShareRequest) XXX_Merge

func (*QueryGetEncryptedMagicKeyShareRequest) XXX_Size

func (*QueryGetEncryptedMagicKeyShareRequest) XXX_Unmarshal

func (m *QueryGetEncryptedMagicKeyShareRequest) XXX_Unmarshal(b []byte) error

type QueryGetEncryptedMagicKeyShareResponse

type QueryGetEncryptedMagicKeyShareResponse struct {
	EncryptedMagicKeyShare EncryptedMagicKeyShare `protobuf:"bytes,1,opt,name=encryptedMagicKeyShare,proto3" json:"encryptedMagicKeyShare"`
}

func (*QueryGetEncryptedMagicKeyShareResponse) Descriptor

func (*QueryGetEncryptedMagicKeyShareResponse) Descriptor() ([]byte, []int)

func (*QueryGetEncryptedMagicKeyShareResponse) GetEncryptedMagicKeyShare

func (m *QueryGetEncryptedMagicKeyShareResponse) GetEncryptedMagicKeyShare() EncryptedMagicKeyShare

func (*QueryGetEncryptedMagicKeyShareResponse) Marshal

func (m *QueryGetEncryptedMagicKeyShareResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetEncryptedMagicKeyShareResponse) MarshalTo

func (m *QueryGetEncryptedMagicKeyShareResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetEncryptedMagicKeyShareResponse) MarshalToSizedBuffer

func (m *QueryGetEncryptedMagicKeyShareResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetEncryptedMagicKeyShareResponse) ProtoMessage

func (*QueryGetEncryptedMagicKeyShareResponse) Reset

func (*QueryGetEncryptedMagicKeyShareResponse) Size

func (*QueryGetEncryptedMagicKeyShareResponse) String

func (*QueryGetEncryptedMagicKeyShareResponse) Unmarshal

func (m *QueryGetEncryptedMagicKeyShareResponse) Unmarshal(dAtA []byte) error

func (*QueryGetEncryptedMagicKeyShareResponse) XXX_DiscardUnknown

func (m *QueryGetEncryptedMagicKeyShareResponse) XXX_DiscardUnknown()

func (*QueryGetEncryptedMagicKeyShareResponse) XXX_Marshal

func (m *QueryGetEncryptedMagicKeyShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetEncryptedMagicKeyShareResponse) XXX_Merge

func (*QueryGetEncryptedMagicKeyShareResponse) XXX_Size

func (*QueryGetEncryptedMagicKeyShareResponse) XXX_Unmarshal

func (m *QueryGetEncryptedMagicKeyShareResponse) XXX_Unmarshal(b []byte) error

type QueryGetEncryptedPreSignRequest

type QueryGetEncryptedPreSignRequest struct {
	Index string `protobuf:"bytes,1,opt,name=index,proto3" json:"index,omitempty"`
}

func (*QueryGetEncryptedPreSignRequest) Descriptor

func (*QueryGetEncryptedPreSignRequest) Descriptor() ([]byte, []int)

func (*QueryGetEncryptedPreSignRequest) GetIndex

func (*QueryGetEncryptedPreSignRequest) Marshal

func (m *QueryGetEncryptedPreSignRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetEncryptedPreSignRequest) MarshalTo

func (m *QueryGetEncryptedPreSignRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetEncryptedPreSignRequest) MarshalToSizedBuffer

func (m *QueryGetEncryptedPreSignRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetEncryptedPreSignRequest) ProtoMessage

func (*QueryGetEncryptedPreSignRequest) ProtoMessage()

func (*QueryGetEncryptedPreSignRequest) Reset

func (*QueryGetEncryptedPreSignRequest) Size

func (m *QueryGetEncryptedPreSignRequest) Size() (n int)

func (*QueryGetEncryptedPreSignRequest) String

func (*QueryGetEncryptedPreSignRequest) Unmarshal

func (m *QueryGetEncryptedPreSignRequest) Unmarshal(dAtA []byte) error

func (*QueryGetEncryptedPreSignRequest) XXX_DiscardUnknown

func (m *QueryGetEncryptedPreSignRequest) XXX_DiscardUnknown()

func (*QueryGetEncryptedPreSignRequest) XXX_Marshal

func (m *QueryGetEncryptedPreSignRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetEncryptedPreSignRequest) XXX_Merge

func (m *QueryGetEncryptedPreSignRequest) XXX_Merge(src proto.Message)

func (*QueryGetEncryptedPreSignRequest) XXX_Size

func (m *QueryGetEncryptedPreSignRequest) XXX_Size() int

func (*QueryGetEncryptedPreSignRequest) XXX_Unmarshal

func (m *QueryGetEncryptedPreSignRequest) XXX_Unmarshal(b []byte) error

type QueryGetEncryptedPreSignResponse

type QueryGetEncryptedPreSignResponse struct {
	EncryptedPreSign EncryptedPreSign `protobuf:"bytes,1,opt,name=encryptedPreSign,proto3" json:"encryptedPreSign"`
}

func (*QueryGetEncryptedPreSignResponse) Descriptor

func (*QueryGetEncryptedPreSignResponse) Descriptor() ([]byte, []int)

func (*QueryGetEncryptedPreSignResponse) GetEncryptedPreSign

func (m *QueryGetEncryptedPreSignResponse) GetEncryptedPreSign() EncryptedPreSign

func (*QueryGetEncryptedPreSignResponse) Marshal

func (m *QueryGetEncryptedPreSignResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetEncryptedPreSignResponse) MarshalTo

func (m *QueryGetEncryptedPreSignResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetEncryptedPreSignResponse) MarshalToSizedBuffer

func (m *QueryGetEncryptedPreSignResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetEncryptedPreSignResponse) ProtoMessage

func (*QueryGetEncryptedPreSignResponse) ProtoMessage()

func (*QueryGetEncryptedPreSignResponse) Reset

func (*QueryGetEncryptedPreSignResponse) Size

func (m *QueryGetEncryptedPreSignResponse) Size() (n int)

func (*QueryGetEncryptedPreSignResponse) String

func (*QueryGetEncryptedPreSignResponse) Unmarshal

func (m *QueryGetEncryptedPreSignResponse) Unmarshal(dAtA []byte) error

func (*QueryGetEncryptedPreSignResponse) XXX_DiscardUnknown

func (m *QueryGetEncryptedPreSignResponse) XXX_DiscardUnknown()

func (*QueryGetEncryptedPreSignResponse) XXX_Marshal

func (m *QueryGetEncryptedPreSignResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetEncryptedPreSignResponse) XXX_Merge

func (*QueryGetEncryptedPreSignResponse) XXX_Size

func (m *QueryGetEncryptedPreSignResponse) XXX_Size() int

func (*QueryGetEncryptedPreSignResponse) XXX_Unmarshal

func (m *QueryGetEncryptedPreSignResponse) XXX_Unmarshal(b []byte) error

type QueryGetHighCouncilConjuringsRequest

type QueryGetHighCouncilConjuringsRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*QueryGetHighCouncilConjuringsRequest) Descriptor

func (*QueryGetHighCouncilConjuringsRequest) Descriptor() ([]byte, []int)

func (*QueryGetHighCouncilConjuringsRequest) GetId

func (*QueryGetHighCouncilConjuringsRequest) Marshal

func (m *QueryGetHighCouncilConjuringsRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetHighCouncilConjuringsRequest) MarshalTo

func (m *QueryGetHighCouncilConjuringsRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetHighCouncilConjuringsRequest) MarshalToSizedBuffer

func (m *QueryGetHighCouncilConjuringsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetHighCouncilConjuringsRequest) ProtoMessage

func (*QueryGetHighCouncilConjuringsRequest) ProtoMessage()

func (*QueryGetHighCouncilConjuringsRequest) Reset

func (*QueryGetHighCouncilConjuringsRequest) Size

func (*QueryGetHighCouncilConjuringsRequest) String

func (*QueryGetHighCouncilConjuringsRequest) Unmarshal

func (m *QueryGetHighCouncilConjuringsRequest) Unmarshal(dAtA []byte) error

func (*QueryGetHighCouncilConjuringsRequest) XXX_DiscardUnknown

func (m *QueryGetHighCouncilConjuringsRequest) XXX_DiscardUnknown()

func (*QueryGetHighCouncilConjuringsRequest) XXX_Marshal

func (m *QueryGetHighCouncilConjuringsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetHighCouncilConjuringsRequest) XXX_Merge

func (*QueryGetHighCouncilConjuringsRequest) XXX_Size

func (*QueryGetHighCouncilConjuringsRequest) XXX_Unmarshal

func (m *QueryGetHighCouncilConjuringsRequest) XXX_Unmarshal(b []byte) error

type QueryGetHighCouncilConjuringsResponse

type QueryGetHighCouncilConjuringsResponse struct {
	HighCouncilConjurings HighCouncilConjurings `protobuf:"bytes,1,opt,name=HighCouncilConjurings,proto3" json:"HighCouncilConjurings"`
}

func (*QueryGetHighCouncilConjuringsResponse) Descriptor

func (*QueryGetHighCouncilConjuringsResponse) Descriptor() ([]byte, []int)

func (*QueryGetHighCouncilConjuringsResponse) GetHighCouncilConjurings

func (m *QueryGetHighCouncilConjuringsResponse) GetHighCouncilConjurings() HighCouncilConjurings

func (*QueryGetHighCouncilConjuringsResponse) Marshal

func (m *QueryGetHighCouncilConjuringsResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetHighCouncilConjuringsResponse) MarshalTo

func (m *QueryGetHighCouncilConjuringsResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetHighCouncilConjuringsResponse) MarshalToSizedBuffer

func (m *QueryGetHighCouncilConjuringsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetHighCouncilConjuringsResponse) ProtoMessage

func (*QueryGetHighCouncilConjuringsResponse) ProtoMessage()

func (*QueryGetHighCouncilConjuringsResponse) Reset

func (*QueryGetHighCouncilConjuringsResponse) Size

func (*QueryGetHighCouncilConjuringsResponse) String

func (*QueryGetHighCouncilConjuringsResponse) Unmarshal

func (m *QueryGetHighCouncilConjuringsResponse) Unmarshal(dAtA []byte) error

func (*QueryGetHighCouncilConjuringsResponse) XXX_DiscardUnknown

func (m *QueryGetHighCouncilConjuringsResponse) XXX_DiscardUnknown()

func (*QueryGetHighCouncilConjuringsResponse) XXX_Marshal

func (m *QueryGetHighCouncilConjuringsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetHighCouncilConjuringsResponse) XXX_Merge

func (*QueryGetHighCouncilConjuringsResponse) XXX_Size

func (*QueryGetHighCouncilConjuringsResponse) XXX_Unmarshal

func (m *QueryGetHighCouncilConjuringsResponse) XXX_Unmarshal(b []byte) error

type QueryGetHighCouncilRequest

type QueryGetHighCouncilRequest struct {
	Id    uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	KeyId uint64 `protobuf:"varint,2,opt,name=keyId,proto3" json:"keyId,omitempty"`
}

func (*QueryGetHighCouncilRequest) Descriptor

func (*QueryGetHighCouncilRequest) Descriptor() ([]byte, []int)

func (*QueryGetHighCouncilRequest) GetId

func (*QueryGetHighCouncilRequest) GetKeyId

func (m *QueryGetHighCouncilRequest) GetKeyId() uint64

func (*QueryGetHighCouncilRequest) Marshal

func (m *QueryGetHighCouncilRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetHighCouncilRequest) MarshalTo

func (m *QueryGetHighCouncilRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetHighCouncilRequest) MarshalToSizedBuffer

func (m *QueryGetHighCouncilRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetHighCouncilRequest) ProtoMessage

func (*QueryGetHighCouncilRequest) ProtoMessage()

func (*QueryGetHighCouncilRequest) Reset

func (m *QueryGetHighCouncilRequest) Reset()

func (*QueryGetHighCouncilRequest) Size

func (m *QueryGetHighCouncilRequest) Size() (n int)

func (*QueryGetHighCouncilRequest) String

func (m *QueryGetHighCouncilRequest) String() string

func (*QueryGetHighCouncilRequest) Unmarshal

func (m *QueryGetHighCouncilRequest) Unmarshal(dAtA []byte) error

func (*QueryGetHighCouncilRequest) XXX_DiscardUnknown

func (m *QueryGetHighCouncilRequest) XXX_DiscardUnknown()

func (*QueryGetHighCouncilRequest) XXX_Marshal

func (m *QueryGetHighCouncilRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetHighCouncilRequest) XXX_Merge

func (m *QueryGetHighCouncilRequest) XXX_Merge(src proto.Message)

func (*QueryGetHighCouncilRequest) XXX_Size

func (m *QueryGetHighCouncilRequest) XXX_Size() int

func (*QueryGetHighCouncilRequest) XXX_Unmarshal

func (m *QueryGetHighCouncilRequest) XXX_Unmarshal(b []byte) error

type QueryGetHighCouncilResponse

type QueryGetHighCouncilResponse struct {
	HighCouncil HighCouncil `protobuf:"bytes,1,opt,name=HighCouncil,proto3" json:"HighCouncil"`
}

func (*QueryGetHighCouncilResponse) Descriptor

func (*QueryGetHighCouncilResponse) Descriptor() ([]byte, []int)

func (*QueryGetHighCouncilResponse) GetHighCouncil

func (m *QueryGetHighCouncilResponse) GetHighCouncil() HighCouncil

func (*QueryGetHighCouncilResponse) Marshal

func (m *QueryGetHighCouncilResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetHighCouncilResponse) MarshalTo

func (m *QueryGetHighCouncilResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetHighCouncilResponse) MarshalToSizedBuffer

func (m *QueryGetHighCouncilResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetHighCouncilResponse) ProtoMessage

func (*QueryGetHighCouncilResponse) ProtoMessage()

func (*QueryGetHighCouncilResponse) Reset

func (m *QueryGetHighCouncilResponse) Reset()

func (*QueryGetHighCouncilResponse) Size

func (m *QueryGetHighCouncilResponse) Size() (n int)

func (*QueryGetHighCouncilResponse) String

func (m *QueryGetHighCouncilResponse) String() string

func (*QueryGetHighCouncilResponse) Unmarshal

func (m *QueryGetHighCouncilResponse) Unmarshal(dAtA []byte) error

func (*QueryGetHighCouncilResponse) XXX_DiscardUnknown

func (m *QueryGetHighCouncilResponse) XXX_DiscardUnknown()

func (*QueryGetHighCouncilResponse) XXX_Marshal

func (m *QueryGetHighCouncilResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetHighCouncilResponse) XXX_Merge

func (m *QueryGetHighCouncilResponse) XXX_Merge(src proto.Message)

func (*QueryGetHighCouncilResponse) XXX_Size

func (m *QueryGetHighCouncilResponse) XXX_Size() int

func (*QueryGetHighCouncilResponse) XXX_Unmarshal

func (m *QueryGetHighCouncilResponse) XXX_Unmarshal(b []byte) error

type QueryGetImploringRequest

type QueryGetImploringRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*QueryGetImploringRequest) Descriptor

func (*QueryGetImploringRequest) Descriptor() ([]byte, []int)

func (*QueryGetImploringRequest) GetId

func (m *QueryGetImploringRequest) GetId() uint64

func (*QueryGetImploringRequest) Marshal

func (m *QueryGetImploringRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetImploringRequest) MarshalTo

func (m *QueryGetImploringRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetImploringRequest) MarshalToSizedBuffer

func (m *QueryGetImploringRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetImploringRequest) ProtoMessage

func (*QueryGetImploringRequest) ProtoMessage()

func (*QueryGetImploringRequest) Reset

func (m *QueryGetImploringRequest) Reset()

func (*QueryGetImploringRequest) Size

func (m *QueryGetImploringRequest) Size() (n int)

func (*QueryGetImploringRequest) String

func (m *QueryGetImploringRequest) String() string

func (*QueryGetImploringRequest) Unmarshal

func (m *QueryGetImploringRequest) Unmarshal(dAtA []byte) error

func (*QueryGetImploringRequest) XXX_DiscardUnknown

func (m *QueryGetImploringRequest) XXX_DiscardUnknown()

func (*QueryGetImploringRequest) XXX_Marshal

func (m *QueryGetImploringRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetImploringRequest) XXX_Merge

func (m *QueryGetImploringRequest) XXX_Merge(src proto.Message)

func (*QueryGetImploringRequest) XXX_Size

func (m *QueryGetImploringRequest) XXX_Size() int

func (*QueryGetImploringRequest) XXX_Unmarshal

func (m *QueryGetImploringRequest) XXX_Unmarshal(b []byte) error

type QueryGetImploringResponse

type QueryGetImploringResponse struct {
	Imploring Imploring `protobuf:"bytes,1,opt,name=Imploring,proto3" json:"Imploring"`
}

func (*QueryGetImploringResponse) Descriptor

func (*QueryGetImploringResponse) Descriptor() ([]byte, []int)

func (*QueryGetImploringResponse) GetImploring

func (m *QueryGetImploringResponse) GetImploring() Imploring

func (*QueryGetImploringResponse) Marshal

func (m *QueryGetImploringResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetImploringResponse) MarshalTo

func (m *QueryGetImploringResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetImploringResponse) MarshalToSizedBuffer

func (m *QueryGetImploringResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetImploringResponse) ProtoMessage

func (*QueryGetImploringResponse) ProtoMessage()

func (*QueryGetImploringResponse) Reset

func (m *QueryGetImploringResponse) Reset()

func (*QueryGetImploringResponse) Size

func (m *QueryGetImploringResponse) Size() (n int)

func (*QueryGetImploringResponse) String

func (m *QueryGetImploringResponse) String() string

func (*QueryGetImploringResponse) Unmarshal

func (m *QueryGetImploringResponse) Unmarshal(dAtA []byte) error

func (*QueryGetImploringResponse) XXX_DiscardUnknown

func (m *QueryGetImploringResponse) XXX_DiscardUnknown()

func (*QueryGetImploringResponse) XXX_Marshal

func (m *QueryGetImploringResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetImploringResponse) XXX_Merge

func (m *QueryGetImploringResponse) XXX_Merge(src proto.Message)

func (*QueryGetImploringResponse) XXX_Size

func (m *QueryGetImploringResponse) XXX_Size() int

func (*QueryGetImploringResponse) XXX_Unmarshal

func (m *QueryGetImploringResponse) XXX_Unmarshal(b []byte) error

type QueryGetKillConjuringRequest

type QueryGetKillConjuringRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*QueryGetKillConjuringRequest) Descriptor

func (*QueryGetKillConjuringRequest) Descriptor() ([]byte, []int)

func (*QueryGetKillConjuringRequest) GetId

func (*QueryGetKillConjuringRequest) Marshal

func (m *QueryGetKillConjuringRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetKillConjuringRequest) MarshalTo

func (m *QueryGetKillConjuringRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetKillConjuringRequest) MarshalToSizedBuffer

func (m *QueryGetKillConjuringRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetKillConjuringRequest) ProtoMessage

func (*QueryGetKillConjuringRequest) ProtoMessage()

func (*QueryGetKillConjuringRequest) Reset

func (m *QueryGetKillConjuringRequest) Reset()

func (*QueryGetKillConjuringRequest) Size

func (m *QueryGetKillConjuringRequest) Size() (n int)

func (*QueryGetKillConjuringRequest) String

func (*QueryGetKillConjuringRequest) Unmarshal

func (m *QueryGetKillConjuringRequest) Unmarshal(dAtA []byte) error

func (*QueryGetKillConjuringRequest) XXX_DiscardUnknown

func (m *QueryGetKillConjuringRequest) XXX_DiscardUnknown()

func (*QueryGetKillConjuringRequest) XXX_Marshal

func (m *QueryGetKillConjuringRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetKillConjuringRequest) XXX_Merge

func (m *QueryGetKillConjuringRequest) XXX_Merge(src proto.Message)

func (*QueryGetKillConjuringRequest) XXX_Size

func (m *QueryGetKillConjuringRequest) XXX_Size() int

func (*QueryGetKillConjuringRequest) XXX_Unmarshal

func (m *QueryGetKillConjuringRequest) XXX_Unmarshal(b []byte) error

type QueryGetKillConjuringResponse

type QueryGetKillConjuringResponse struct {
	KillConjuring KillConjuring `protobuf:"bytes,1,opt,name=KillConjuring,proto3" json:"KillConjuring"`
}

func (*QueryGetKillConjuringResponse) Descriptor

func (*QueryGetKillConjuringResponse) Descriptor() ([]byte, []int)

func (*QueryGetKillConjuringResponse) GetKillConjuring

func (m *QueryGetKillConjuringResponse) GetKillConjuring() KillConjuring

func (*QueryGetKillConjuringResponse) Marshal

func (m *QueryGetKillConjuringResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetKillConjuringResponse) MarshalTo

func (m *QueryGetKillConjuringResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetKillConjuringResponse) MarshalToSizedBuffer

func (m *QueryGetKillConjuringResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetKillConjuringResponse) ProtoMessage

func (*QueryGetKillConjuringResponse) ProtoMessage()

func (*QueryGetKillConjuringResponse) Reset

func (m *QueryGetKillConjuringResponse) Reset()

func (*QueryGetKillConjuringResponse) Size

func (m *QueryGetKillConjuringResponse) Size() (n int)

func (*QueryGetKillConjuringResponse) String

func (*QueryGetKillConjuringResponse) Unmarshal

func (m *QueryGetKillConjuringResponse) Unmarshal(dAtA []byte) error

func (*QueryGetKillConjuringResponse) XXX_DiscardUnknown

func (m *QueryGetKillConjuringResponse) XXX_DiscardUnknown()

func (*QueryGetKillConjuringResponse) XXX_Marshal

func (m *QueryGetKillConjuringResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetKillConjuringResponse) XXX_Merge

func (m *QueryGetKillConjuringResponse) XXX_Merge(src proto.Message)

func (*QueryGetKillConjuringResponse) XXX_Size

func (m *QueryGetKillConjuringResponse) XXX_Size() int

func (*QueryGetKillConjuringResponse) XXX_Unmarshal

func (m *QueryGetKillConjuringResponse) XXX_Unmarshal(b []byte) error

type QueryGetKillImploringRequest

type QueryGetKillImploringRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*QueryGetKillImploringRequest) Descriptor

func (*QueryGetKillImploringRequest) Descriptor() ([]byte, []int)

func (*QueryGetKillImploringRequest) GetId

func (*QueryGetKillImploringRequest) Marshal

func (m *QueryGetKillImploringRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetKillImploringRequest) MarshalTo

func (m *QueryGetKillImploringRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetKillImploringRequest) MarshalToSizedBuffer

func (m *QueryGetKillImploringRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetKillImploringRequest) ProtoMessage

func (*QueryGetKillImploringRequest) ProtoMessage()

func (*QueryGetKillImploringRequest) Reset

func (m *QueryGetKillImploringRequest) Reset()

func (*QueryGetKillImploringRequest) Size

func (m *QueryGetKillImploringRequest) Size() (n int)

func (*QueryGetKillImploringRequest) String

func (*QueryGetKillImploringRequest) Unmarshal

func (m *QueryGetKillImploringRequest) Unmarshal(dAtA []byte) error

func (*QueryGetKillImploringRequest) XXX_DiscardUnknown

func (m *QueryGetKillImploringRequest) XXX_DiscardUnknown()

func (*QueryGetKillImploringRequest) XXX_Marshal

func (m *QueryGetKillImploringRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetKillImploringRequest) XXX_Merge

func (m *QueryGetKillImploringRequest) XXX_Merge(src proto.Message)

func (*QueryGetKillImploringRequest) XXX_Size

func (m *QueryGetKillImploringRequest) XXX_Size() int

func (*QueryGetKillImploringRequest) XXX_Unmarshal

func (m *QueryGetKillImploringRequest) XXX_Unmarshal(b []byte) error

type QueryGetKillImploringResponse

type QueryGetKillImploringResponse struct {
	KillImploring KillImploring `protobuf:"bytes,1,opt,name=KillImploring,proto3" json:"KillImploring"`
}

func (*QueryGetKillImploringResponse) Descriptor

func (*QueryGetKillImploringResponse) Descriptor() ([]byte, []int)

func (*QueryGetKillImploringResponse) GetKillImploring

func (m *QueryGetKillImploringResponse) GetKillImploring() KillImploring

func (*QueryGetKillImploringResponse) Marshal

func (m *QueryGetKillImploringResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetKillImploringResponse) MarshalTo

func (m *QueryGetKillImploringResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetKillImploringResponse) MarshalToSizedBuffer

func (m *QueryGetKillImploringResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetKillImploringResponse) ProtoMessage

func (*QueryGetKillImploringResponse) ProtoMessage()

func (*QueryGetKillImploringResponse) Reset

func (m *QueryGetKillImploringResponse) Reset()

func (*QueryGetKillImploringResponse) Size

func (m *QueryGetKillImploringResponse) Size() (n int)

func (*QueryGetKillImploringResponse) String

func (*QueryGetKillImploringResponse) Unmarshal

func (m *QueryGetKillImploringResponse) Unmarshal(dAtA []byte) error

func (*QueryGetKillImploringResponse) XXX_DiscardUnknown

func (m *QueryGetKillImploringResponse) XXX_DiscardUnknown()

func (*QueryGetKillImploringResponse) XXX_Marshal

func (m *QueryGetKillImploringResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetKillImploringResponse) XXX_Merge

func (m *QueryGetKillImploringResponse) XXX_Merge(src proto.Message)

func (*QueryGetKillImploringResponse) XXX_Size

func (m *QueryGetKillImploringResponse) XXX_Size() int

func (*QueryGetKillImploringResponse) XXX_Unmarshal

func (m *QueryGetKillImploringResponse) XXX_Unmarshal(b []byte) error

type QueryGetKillMagicKeySummoningRequest

type QueryGetKillMagicKeySummoningRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*QueryGetKillMagicKeySummoningRequest) Descriptor

func (*QueryGetKillMagicKeySummoningRequest) Descriptor() ([]byte, []int)

func (*QueryGetKillMagicKeySummoningRequest) GetId

func (*QueryGetKillMagicKeySummoningRequest) Marshal

func (m *QueryGetKillMagicKeySummoningRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetKillMagicKeySummoningRequest) MarshalTo

func (m *QueryGetKillMagicKeySummoningRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetKillMagicKeySummoningRequest) MarshalToSizedBuffer

func (m *QueryGetKillMagicKeySummoningRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetKillMagicKeySummoningRequest) ProtoMessage

func (*QueryGetKillMagicKeySummoningRequest) ProtoMessage()

func (*QueryGetKillMagicKeySummoningRequest) Reset

func (*QueryGetKillMagicKeySummoningRequest) Size

func (*QueryGetKillMagicKeySummoningRequest) String

func (*QueryGetKillMagicKeySummoningRequest) Unmarshal

func (m *QueryGetKillMagicKeySummoningRequest) Unmarshal(dAtA []byte) error

func (*QueryGetKillMagicKeySummoningRequest) XXX_DiscardUnknown

func (m *QueryGetKillMagicKeySummoningRequest) XXX_DiscardUnknown()

func (*QueryGetKillMagicKeySummoningRequest) XXX_Marshal

func (m *QueryGetKillMagicKeySummoningRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetKillMagicKeySummoningRequest) XXX_Merge

func (*QueryGetKillMagicKeySummoningRequest) XXX_Size

func (*QueryGetKillMagicKeySummoningRequest) XXX_Unmarshal

func (m *QueryGetKillMagicKeySummoningRequest) XXX_Unmarshal(b []byte) error

type QueryGetKillMagicKeySummoningResponse

type QueryGetKillMagicKeySummoningResponse struct {
	KillMagicKeySummoning KillMagicKeySummoning `protobuf:"bytes,1,opt,name=KillMagicKeySummoning,proto3" json:"KillMagicKeySummoning"`
}

func (*QueryGetKillMagicKeySummoningResponse) Descriptor

func (*QueryGetKillMagicKeySummoningResponse) Descriptor() ([]byte, []int)

func (*QueryGetKillMagicKeySummoningResponse) GetKillMagicKeySummoning

func (m *QueryGetKillMagicKeySummoningResponse) GetKillMagicKeySummoning() KillMagicKeySummoning

func (*QueryGetKillMagicKeySummoningResponse) Marshal

func (m *QueryGetKillMagicKeySummoningResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetKillMagicKeySummoningResponse) MarshalTo

func (m *QueryGetKillMagicKeySummoningResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetKillMagicKeySummoningResponse) MarshalToSizedBuffer

func (m *QueryGetKillMagicKeySummoningResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetKillMagicKeySummoningResponse) ProtoMessage

func (*QueryGetKillMagicKeySummoningResponse) ProtoMessage()

func (*QueryGetKillMagicKeySummoningResponse) Reset

func (*QueryGetKillMagicKeySummoningResponse) Size

func (*QueryGetKillMagicKeySummoningResponse) String

func (*QueryGetKillMagicKeySummoningResponse) Unmarshal

func (m *QueryGetKillMagicKeySummoningResponse) Unmarshal(dAtA []byte) error

func (*QueryGetKillMagicKeySummoningResponse) XXX_DiscardUnknown

func (m *QueryGetKillMagicKeySummoningResponse) XXX_DiscardUnknown()

func (*QueryGetKillMagicKeySummoningResponse) XXX_Marshal

func (m *QueryGetKillMagicKeySummoningResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetKillMagicKeySummoningResponse) XXX_Merge

func (*QueryGetKillMagicKeySummoningResponse) XXX_Size

func (*QueryGetKillMagicKeySummoningResponse) XXX_Unmarshal

func (m *QueryGetKillMagicKeySummoningResponse) XXX_Unmarshal(b []byte) error

type QueryGetKillMeditationSummoningRequest

type QueryGetKillMeditationSummoningRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*QueryGetKillMeditationSummoningRequest) Descriptor

func (*QueryGetKillMeditationSummoningRequest) Descriptor() ([]byte, []int)

func (*QueryGetKillMeditationSummoningRequest) GetId

func (*QueryGetKillMeditationSummoningRequest) Marshal

func (m *QueryGetKillMeditationSummoningRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetKillMeditationSummoningRequest) MarshalTo

func (m *QueryGetKillMeditationSummoningRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetKillMeditationSummoningRequest) MarshalToSizedBuffer

func (m *QueryGetKillMeditationSummoningRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetKillMeditationSummoningRequest) ProtoMessage

func (*QueryGetKillMeditationSummoningRequest) Reset

func (*QueryGetKillMeditationSummoningRequest) Size

func (*QueryGetKillMeditationSummoningRequest) String

func (*QueryGetKillMeditationSummoningRequest) Unmarshal

func (m *QueryGetKillMeditationSummoningRequest) Unmarshal(dAtA []byte) error

func (*QueryGetKillMeditationSummoningRequest) XXX_DiscardUnknown

func (m *QueryGetKillMeditationSummoningRequest) XXX_DiscardUnknown()

func (*QueryGetKillMeditationSummoningRequest) XXX_Marshal

func (m *QueryGetKillMeditationSummoningRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetKillMeditationSummoningRequest) XXX_Merge

func (*QueryGetKillMeditationSummoningRequest) XXX_Size

func (*QueryGetKillMeditationSummoningRequest) XXX_Unmarshal

func (m *QueryGetKillMeditationSummoningRequest) XXX_Unmarshal(b []byte) error

type QueryGetKillMeditationSummoningResponse

type QueryGetKillMeditationSummoningResponse struct {
	KillMeditationSummoning KillMeditationSummoning `protobuf:"bytes,1,opt,name=KillMeditationSummoning,proto3" json:"KillMeditationSummoning"`
}

func (*QueryGetKillMeditationSummoningResponse) Descriptor

func (*QueryGetKillMeditationSummoningResponse) Descriptor() ([]byte, []int)

func (*QueryGetKillMeditationSummoningResponse) GetKillMeditationSummoning

func (m *QueryGetKillMeditationSummoningResponse) GetKillMeditationSummoning() KillMeditationSummoning

func (*QueryGetKillMeditationSummoningResponse) Marshal

func (m *QueryGetKillMeditationSummoningResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetKillMeditationSummoningResponse) MarshalTo

func (m *QueryGetKillMeditationSummoningResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetKillMeditationSummoningResponse) MarshalToSizedBuffer

func (m *QueryGetKillMeditationSummoningResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetKillMeditationSummoningResponse) ProtoMessage

func (*QueryGetKillMeditationSummoningResponse) Reset

func (*QueryGetKillMeditationSummoningResponse) Size

func (*QueryGetKillMeditationSummoningResponse) String

func (*QueryGetKillMeditationSummoningResponse) Unmarshal

func (m *QueryGetKillMeditationSummoningResponse) Unmarshal(dAtA []byte) error

func (*QueryGetKillMeditationSummoningResponse) XXX_DiscardUnknown

func (m *QueryGetKillMeditationSummoningResponse) XXX_DiscardUnknown()

func (*QueryGetKillMeditationSummoningResponse) XXX_Marshal

func (m *QueryGetKillMeditationSummoningResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetKillMeditationSummoningResponse) XXX_Merge

func (*QueryGetKillMeditationSummoningResponse) XXX_Size

func (*QueryGetKillMeditationSummoningResponse) XXX_Unmarshal

func (m *QueryGetKillMeditationSummoningResponse) XXX_Unmarshal(b []byte) error

type QueryGetKillScriptureSignatureRequestRequest

type QueryGetKillScriptureSignatureRequestRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*QueryGetKillScriptureSignatureRequestRequest) Descriptor

func (*QueryGetKillScriptureSignatureRequestRequest) GetId

func (*QueryGetKillScriptureSignatureRequestRequest) Marshal

func (m *QueryGetKillScriptureSignatureRequestRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetKillScriptureSignatureRequestRequest) MarshalTo

func (*QueryGetKillScriptureSignatureRequestRequest) MarshalToSizedBuffer

func (m *QueryGetKillScriptureSignatureRequestRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetKillScriptureSignatureRequestRequest) ProtoMessage

func (*QueryGetKillScriptureSignatureRequestRequest) Reset

func (*QueryGetKillScriptureSignatureRequestRequest) Size

func (*QueryGetKillScriptureSignatureRequestRequest) String

func (*QueryGetKillScriptureSignatureRequestRequest) Unmarshal

func (*QueryGetKillScriptureSignatureRequestRequest) XXX_DiscardUnknown

func (m *QueryGetKillScriptureSignatureRequestRequest) XXX_DiscardUnknown()

func (*QueryGetKillScriptureSignatureRequestRequest) XXX_Marshal

func (m *QueryGetKillScriptureSignatureRequestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetKillScriptureSignatureRequestRequest) XXX_Merge

func (*QueryGetKillScriptureSignatureRequestRequest) XXX_Size

func (*QueryGetKillScriptureSignatureRequestRequest) XXX_Unmarshal

type QueryGetKillScriptureSignatureRequestResponse

type QueryGetKillScriptureSignatureRequestResponse struct {
	KillScriptureSignatureRequest KillScriptureSignatureRequest `protobuf:"bytes,1,opt,name=KillScriptureSignatureRequest,proto3" json:"KillScriptureSignatureRequest"`
}

func (*QueryGetKillScriptureSignatureRequestResponse) Descriptor

func (*QueryGetKillScriptureSignatureRequestResponse) GetKillScriptureSignatureRequest

func (*QueryGetKillScriptureSignatureRequestResponse) Marshal

func (m *QueryGetKillScriptureSignatureRequestResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetKillScriptureSignatureRequestResponse) MarshalTo

func (*QueryGetKillScriptureSignatureRequestResponse) MarshalToSizedBuffer

func (m *QueryGetKillScriptureSignatureRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetKillScriptureSignatureRequestResponse) ProtoMessage

func (*QueryGetKillScriptureSignatureRequestResponse) Reset

func (*QueryGetKillScriptureSignatureRequestResponse) Size

func (*QueryGetKillScriptureSignatureRequestResponse) String

func (*QueryGetKillScriptureSignatureRequestResponse) Unmarshal

func (*QueryGetKillScriptureSignatureRequestResponse) XXX_DiscardUnknown

func (m *QueryGetKillScriptureSignatureRequestResponse) XXX_DiscardUnknown()

func (*QueryGetKillScriptureSignatureRequestResponse) XXX_Marshal

func (m *QueryGetKillScriptureSignatureRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetKillScriptureSignatureRequestResponse) XXX_Merge

func (*QueryGetKillScriptureSignatureRequestResponse) XXX_Size

func (*QueryGetKillScriptureSignatureRequestResponse) XXX_Unmarshal

type QueryGetKillSignatureRequestRequest

type QueryGetKillSignatureRequestRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*QueryGetKillSignatureRequestRequest) Descriptor

func (*QueryGetKillSignatureRequestRequest) Descriptor() ([]byte, []int)

func (*QueryGetKillSignatureRequestRequest) GetId

func (*QueryGetKillSignatureRequestRequest) Marshal

func (m *QueryGetKillSignatureRequestRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetKillSignatureRequestRequest) MarshalTo

func (m *QueryGetKillSignatureRequestRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetKillSignatureRequestRequest) MarshalToSizedBuffer

func (m *QueryGetKillSignatureRequestRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetKillSignatureRequestRequest) ProtoMessage

func (*QueryGetKillSignatureRequestRequest) ProtoMessage()

func (*QueryGetKillSignatureRequestRequest) Reset

func (*QueryGetKillSignatureRequestRequest) Size

func (*QueryGetKillSignatureRequestRequest) String

func (*QueryGetKillSignatureRequestRequest) Unmarshal

func (m *QueryGetKillSignatureRequestRequest) Unmarshal(dAtA []byte) error

func (*QueryGetKillSignatureRequestRequest) XXX_DiscardUnknown

func (m *QueryGetKillSignatureRequestRequest) XXX_DiscardUnknown()

func (*QueryGetKillSignatureRequestRequest) XXX_Marshal

func (m *QueryGetKillSignatureRequestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetKillSignatureRequestRequest) XXX_Merge

func (*QueryGetKillSignatureRequestRequest) XXX_Size

func (*QueryGetKillSignatureRequestRequest) XXX_Unmarshal

func (m *QueryGetKillSignatureRequestRequest) XXX_Unmarshal(b []byte) error

type QueryGetKillSignatureRequestResponse

type QueryGetKillSignatureRequestResponse struct {
	KillSignatureRequest KillSignatureRequest `protobuf:"bytes,1,opt,name=KillSignatureRequest,proto3" json:"KillSignatureRequest"`
}

func (*QueryGetKillSignatureRequestResponse) Descriptor

func (*QueryGetKillSignatureRequestResponse) Descriptor() ([]byte, []int)

func (*QueryGetKillSignatureRequestResponse) GetKillSignatureRequest

func (m *QueryGetKillSignatureRequestResponse) GetKillSignatureRequest() KillSignatureRequest

func (*QueryGetKillSignatureRequestResponse) Marshal

func (m *QueryGetKillSignatureRequestResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetKillSignatureRequestResponse) MarshalTo

func (m *QueryGetKillSignatureRequestResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetKillSignatureRequestResponse) MarshalToSizedBuffer

func (m *QueryGetKillSignatureRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetKillSignatureRequestResponse) ProtoMessage

func (*QueryGetKillSignatureRequestResponse) ProtoMessage()

func (*QueryGetKillSignatureRequestResponse) Reset

func (*QueryGetKillSignatureRequestResponse) Size

func (*QueryGetKillSignatureRequestResponse) String

func (*QueryGetKillSignatureRequestResponse) Unmarshal

func (m *QueryGetKillSignatureRequestResponse) Unmarshal(dAtA []byte) error

func (*QueryGetKillSignatureRequestResponse) XXX_DiscardUnknown

func (m *QueryGetKillSignatureRequestResponse) XXX_DiscardUnknown()

func (*QueryGetKillSignatureRequestResponse) XXX_Marshal

func (m *QueryGetKillSignatureRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetKillSignatureRequestResponse) XXX_Merge

func (*QueryGetKillSignatureRequestResponse) XXX_Size

func (*QueryGetKillSignatureRequestResponse) XXX_Unmarshal

func (m *QueryGetKillSignatureRequestResponse) XXX_Unmarshal(b []byte) error

type QueryGetMagicKeyRequest

type QueryGetMagicKeyRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*QueryGetMagicKeyRequest) Descriptor

func (*QueryGetMagicKeyRequest) Descriptor() ([]byte, []int)

func (*QueryGetMagicKeyRequest) GetId

func (m *QueryGetMagicKeyRequest) GetId() uint64

func (*QueryGetMagicKeyRequest) Marshal

func (m *QueryGetMagicKeyRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetMagicKeyRequest) MarshalTo

func (m *QueryGetMagicKeyRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetMagicKeyRequest) MarshalToSizedBuffer

func (m *QueryGetMagicKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetMagicKeyRequest) ProtoMessage

func (*QueryGetMagicKeyRequest) ProtoMessage()

func (*QueryGetMagicKeyRequest) Reset

func (m *QueryGetMagicKeyRequest) Reset()

func (*QueryGetMagicKeyRequest) Size

func (m *QueryGetMagicKeyRequest) Size() (n int)

func (*QueryGetMagicKeyRequest) String

func (m *QueryGetMagicKeyRequest) String() string

func (*QueryGetMagicKeyRequest) Unmarshal

func (m *QueryGetMagicKeyRequest) Unmarshal(dAtA []byte) error

func (*QueryGetMagicKeyRequest) XXX_DiscardUnknown

func (m *QueryGetMagicKeyRequest) XXX_DiscardUnknown()

func (*QueryGetMagicKeyRequest) XXX_Marshal

func (m *QueryGetMagicKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetMagicKeyRequest) XXX_Merge

func (m *QueryGetMagicKeyRequest) XXX_Merge(src proto.Message)

func (*QueryGetMagicKeyRequest) XXX_Size

func (m *QueryGetMagicKeyRequest) XXX_Size() int

func (*QueryGetMagicKeyRequest) XXX_Unmarshal

func (m *QueryGetMagicKeyRequest) XXX_Unmarshal(b []byte) error

type QueryGetMagicKeyResponse

type QueryGetMagicKeyResponse struct {
	MagicKey MagicKey `protobuf:"bytes,1,opt,name=MagicKey,proto3" json:"MagicKey"`
}

func (*QueryGetMagicKeyResponse) Descriptor

func (*QueryGetMagicKeyResponse) Descriptor() ([]byte, []int)

func (*QueryGetMagicKeyResponse) GetMagicKey

func (m *QueryGetMagicKeyResponse) GetMagicKey() MagicKey

func (*QueryGetMagicKeyResponse) Marshal

func (m *QueryGetMagicKeyResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetMagicKeyResponse) MarshalTo

func (m *QueryGetMagicKeyResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetMagicKeyResponse) MarshalToSizedBuffer

func (m *QueryGetMagicKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetMagicKeyResponse) ProtoMessage

func (*QueryGetMagicKeyResponse) ProtoMessage()

func (*QueryGetMagicKeyResponse) Reset

func (m *QueryGetMagicKeyResponse) Reset()

func (*QueryGetMagicKeyResponse) Size

func (m *QueryGetMagicKeyResponse) Size() (n int)

func (*QueryGetMagicKeyResponse) String

func (m *QueryGetMagicKeyResponse) String() string

func (*QueryGetMagicKeyResponse) Unmarshal

func (m *QueryGetMagicKeyResponse) Unmarshal(dAtA []byte) error

func (*QueryGetMagicKeyResponse) XXX_DiscardUnknown

func (m *QueryGetMagicKeyResponse) XXX_DiscardUnknown()

func (*QueryGetMagicKeyResponse) XXX_Marshal

func (m *QueryGetMagicKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetMagicKeyResponse) XXX_Merge

func (m *QueryGetMagicKeyResponse) XXX_Merge(src proto.Message)

func (*QueryGetMagicKeyResponse) XXX_Size

func (m *QueryGetMagicKeyResponse) XXX_Size() int

func (*QueryGetMagicKeyResponse) XXX_Unmarshal

func (m *QueryGetMagicKeyResponse) XXX_Unmarshal(b []byte) error

type QueryGetMagicKeySummoningRequest

type QueryGetMagicKeySummoningRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*QueryGetMagicKeySummoningRequest) Descriptor

func (*QueryGetMagicKeySummoningRequest) Descriptor() ([]byte, []int)

func (*QueryGetMagicKeySummoningRequest) GetId

func (*QueryGetMagicKeySummoningRequest) Marshal

func (m *QueryGetMagicKeySummoningRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetMagicKeySummoningRequest) MarshalTo

func (m *QueryGetMagicKeySummoningRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetMagicKeySummoningRequest) MarshalToSizedBuffer

func (m *QueryGetMagicKeySummoningRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetMagicKeySummoningRequest) ProtoMessage

func (*QueryGetMagicKeySummoningRequest) ProtoMessage()

func (*QueryGetMagicKeySummoningRequest) Reset

func (*QueryGetMagicKeySummoningRequest) Size

func (m *QueryGetMagicKeySummoningRequest) Size() (n int)

func (*QueryGetMagicKeySummoningRequest) String

func (*QueryGetMagicKeySummoningRequest) Unmarshal

func (m *QueryGetMagicKeySummoningRequest) Unmarshal(dAtA []byte) error

func (*QueryGetMagicKeySummoningRequest) XXX_DiscardUnknown

func (m *QueryGetMagicKeySummoningRequest) XXX_DiscardUnknown()

func (*QueryGetMagicKeySummoningRequest) XXX_Marshal

func (m *QueryGetMagicKeySummoningRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetMagicKeySummoningRequest) XXX_Merge

func (*QueryGetMagicKeySummoningRequest) XXX_Size

func (m *QueryGetMagicKeySummoningRequest) XXX_Size() int

func (*QueryGetMagicKeySummoningRequest) XXX_Unmarshal

func (m *QueryGetMagicKeySummoningRequest) XXX_Unmarshal(b []byte) error

type QueryGetMagicKeySummoningResponse

type QueryGetMagicKeySummoningResponse struct {
	MagicKeySummoning MagicKeySummoning `protobuf:"bytes,1,opt,name=MagicKeySummoning,proto3" json:"MagicKeySummoning"`
}

func (*QueryGetMagicKeySummoningResponse) Descriptor

func (*QueryGetMagicKeySummoningResponse) Descriptor() ([]byte, []int)

func (*QueryGetMagicKeySummoningResponse) GetMagicKeySummoning

func (m *QueryGetMagicKeySummoningResponse) GetMagicKeySummoning() MagicKeySummoning

func (*QueryGetMagicKeySummoningResponse) Marshal

func (m *QueryGetMagicKeySummoningResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetMagicKeySummoningResponse) MarshalTo

func (m *QueryGetMagicKeySummoningResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetMagicKeySummoningResponse) MarshalToSizedBuffer

func (m *QueryGetMagicKeySummoningResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetMagicKeySummoningResponse) ProtoMessage

func (*QueryGetMagicKeySummoningResponse) ProtoMessage()

func (*QueryGetMagicKeySummoningResponse) Reset

func (*QueryGetMagicKeySummoningResponse) Size

func (m *QueryGetMagicKeySummoningResponse) Size() (n int)

func (*QueryGetMagicKeySummoningResponse) String

func (*QueryGetMagicKeySummoningResponse) Unmarshal

func (m *QueryGetMagicKeySummoningResponse) Unmarshal(dAtA []byte) error

func (*QueryGetMagicKeySummoningResponse) XXX_DiscardUnknown

func (m *QueryGetMagicKeySummoningResponse) XXX_DiscardUnknown()

func (*QueryGetMagicKeySummoningResponse) XXX_Marshal

func (m *QueryGetMagicKeySummoningResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetMagicKeySummoningResponse) XXX_Merge

func (*QueryGetMagicKeySummoningResponse) XXX_Size

func (m *QueryGetMagicKeySummoningResponse) XXX_Size() int

func (*QueryGetMagicKeySummoningResponse) XXX_Unmarshal

func (m *QueryGetMagicKeySummoningResponse) XXX_Unmarshal(b []byte) error

type QueryGetMeditationRequest

type QueryGetMeditationRequest struct {
	Id         uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	MagicKeyId uint64 `protobuf:"varint,2,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
}

func (*QueryGetMeditationRequest) Descriptor

func (*QueryGetMeditationRequest) Descriptor() ([]byte, []int)

func (*QueryGetMeditationRequest) GetId

func (m *QueryGetMeditationRequest) GetId() uint64

func (*QueryGetMeditationRequest) GetMagicKeyId

func (m *QueryGetMeditationRequest) GetMagicKeyId() uint64

func (*QueryGetMeditationRequest) Marshal

func (m *QueryGetMeditationRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetMeditationRequest) MarshalTo

func (m *QueryGetMeditationRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetMeditationRequest) MarshalToSizedBuffer

func (m *QueryGetMeditationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetMeditationRequest) ProtoMessage

func (*QueryGetMeditationRequest) ProtoMessage()

func (*QueryGetMeditationRequest) Reset

func (m *QueryGetMeditationRequest) Reset()

func (*QueryGetMeditationRequest) Size

func (m *QueryGetMeditationRequest) Size() (n int)

func (*QueryGetMeditationRequest) String

func (m *QueryGetMeditationRequest) String() string

func (*QueryGetMeditationRequest) Unmarshal

func (m *QueryGetMeditationRequest) Unmarshal(dAtA []byte) error

func (*QueryGetMeditationRequest) XXX_DiscardUnknown

func (m *QueryGetMeditationRequest) XXX_DiscardUnknown()

func (*QueryGetMeditationRequest) XXX_Marshal

func (m *QueryGetMeditationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetMeditationRequest) XXX_Merge

func (m *QueryGetMeditationRequest) XXX_Merge(src proto.Message)

func (*QueryGetMeditationRequest) XXX_Size

func (m *QueryGetMeditationRequest) XXX_Size() int

func (*QueryGetMeditationRequest) XXX_Unmarshal

func (m *QueryGetMeditationRequest) XXX_Unmarshal(b []byte) error

type QueryGetMeditationResponse

type QueryGetMeditationResponse struct {
	Meditation Meditation `protobuf:"bytes,1,opt,name=Meditation,proto3" json:"Meditation"`
}

func (*QueryGetMeditationResponse) Descriptor

func (*QueryGetMeditationResponse) Descriptor() ([]byte, []int)

func (*QueryGetMeditationResponse) GetMeditation

func (m *QueryGetMeditationResponse) GetMeditation() Meditation

func (*QueryGetMeditationResponse) Marshal

func (m *QueryGetMeditationResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetMeditationResponse) MarshalTo

func (m *QueryGetMeditationResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetMeditationResponse) MarshalToSizedBuffer

func (m *QueryGetMeditationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetMeditationResponse) ProtoMessage

func (*QueryGetMeditationResponse) ProtoMessage()

func (*QueryGetMeditationResponse) Reset

func (m *QueryGetMeditationResponse) Reset()

func (*QueryGetMeditationResponse) Size

func (m *QueryGetMeditationResponse) Size() (n int)

func (*QueryGetMeditationResponse) String

func (m *QueryGetMeditationResponse) String() string

func (*QueryGetMeditationResponse) Unmarshal

func (m *QueryGetMeditationResponse) Unmarshal(dAtA []byte) error

func (*QueryGetMeditationResponse) XXX_DiscardUnknown

func (m *QueryGetMeditationResponse) XXX_DiscardUnknown()

func (*QueryGetMeditationResponse) XXX_Marshal

func (m *QueryGetMeditationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetMeditationResponse) XXX_Merge

func (m *QueryGetMeditationResponse) XXX_Merge(src proto.Message)

func (*QueryGetMeditationResponse) XXX_Size

func (m *QueryGetMeditationResponse) XXX_Size() int

func (*QueryGetMeditationResponse) XXX_Unmarshal

func (m *QueryGetMeditationResponse) XXX_Unmarshal(b []byte) error

type QueryGetMeditationSummoningRequest

type QueryGetMeditationSummoningRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*QueryGetMeditationSummoningRequest) Descriptor

func (*QueryGetMeditationSummoningRequest) Descriptor() ([]byte, []int)

func (*QueryGetMeditationSummoningRequest) GetId

func (*QueryGetMeditationSummoningRequest) Marshal

func (m *QueryGetMeditationSummoningRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetMeditationSummoningRequest) MarshalTo

func (m *QueryGetMeditationSummoningRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetMeditationSummoningRequest) MarshalToSizedBuffer

func (m *QueryGetMeditationSummoningRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetMeditationSummoningRequest) ProtoMessage

func (*QueryGetMeditationSummoningRequest) ProtoMessage()

func (*QueryGetMeditationSummoningRequest) Reset

func (*QueryGetMeditationSummoningRequest) Size

func (*QueryGetMeditationSummoningRequest) String

func (*QueryGetMeditationSummoningRequest) Unmarshal

func (m *QueryGetMeditationSummoningRequest) Unmarshal(dAtA []byte) error

func (*QueryGetMeditationSummoningRequest) XXX_DiscardUnknown

func (m *QueryGetMeditationSummoningRequest) XXX_DiscardUnknown()

func (*QueryGetMeditationSummoningRequest) XXX_Marshal

func (m *QueryGetMeditationSummoningRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetMeditationSummoningRequest) XXX_Merge

func (*QueryGetMeditationSummoningRequest) XXX_Size

func (*QueryGetMeditationSummoningRequest) XXX_Unmarshal

func (m *QueryGetMeditationSummoningRequest) XXX_Unmarshal(b []byte) error

type QueryGetMeditationSummoningResponse

type QueryGetMeditationSummoningResponse struct {
	MeditationSummoning MeditationSummoning `protobuf:"bytes,1,opt,name=MeditationSummoning,proto3" json:"MeditationSummoning"`
}

func (*QueryGetMeditationSummoningResponse) Descriptor

func (*QueryGetMeditationSummoningResponse) Descriptor() ([]byte, []int)

func (*QueryGetMeditationSummoningResponse) GetMeditationSummoning

func (m *QueryGetMeditationSummoningResponse) GetMeditationSummoning() MeditationSummoning

func (*QueryGetMeditationSummoningResponse) Marshal

func (m *QueryGetMeditationSummoningResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetMeditationSummoningResponse) MarshalTo

func (m *QueryGetMeditationSummoningResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetMeditationSummoningResponse) MarshalToSizedBuffer

func (m *QueryGetMeditationSummoningResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetMeditationSummoningResponse) ProtoMessage

func (*QueryGetMeditationSummoningResponse) ProtoMessage()

func (*QueryGetMeditationSummoningResponse) Reset

func (*QueryGetMeditationSummoningResponse) Size

func (*QueryGetMeditationSummoningResponse) String

func (*QueryGetMeditationSummoningResponse) Unmarshal

func (m *QueryGetMeditationSummoningResponse) Unmarshal(dAtA []byte) error

func (*QueryGetMeditationSummoningResponse) XXX_DiscardUnknown

func (m *QueryGetMeditationSummoningResponse) XXX_DiscardUnknown()

func (*QueryGetMeditationSummoningResponse) XXX_Marshal

func (m *QueryGetMeditationSummoningResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetMeditationSummoningResponse) XXX_Merge

func (*QueryGetMeditationSummoningResponse) XXX_Size

func (*QueryGetMeditationSummoningResponse) XXX_Unmarshal

func (m *QueryGetMeditationSummoningResponse) XXX_Unmarshal(b []byte) error

type QueryGetMessageRequest

type QueryGetMessageRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*QueryGetMessageRequest) Descriptor

func (*QueryGetMessageRequest) Descriptor() ([]byte, []int)

func (*QueryGetMessageRequest) GetId

func (m *QueryGetMessageRequest) GetId() uint64

func (*QueryGetMessageRequest) Marshal

func (m *QueryGetMessageRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetMessageRequest) MarshalTo

func (m *QueryGetMessageRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetMessageRequest) MarshalToSizedBuffer

func (m *QueryGetMessageRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetMessageRequest) ProtoMessage

func (*QueryGetMessageRequest) ProtoMessage()

func (*QueryGetMessageRequest) Reset

func (m *QueryGetMessageRequest) Reset()

func (*QueryGetMessageRequest) Size

func (m *QueryGetMessageRequest) Size() (n int)

func (*QueryGetMessageRequest) String

func (m *QueryGetMessageRequest) String() string

func (*QueryGetMessageRequest) Unmarshal

func (m *QueryGetMessageRequest) Unmarshal(dAtA []byte) error

func (*QueryGetMessageRequest) XXX_DiscardUnknown

func (m *QueryGetMessageRequest) XXX_DiscardUnknown()

func (*QueryGetMessageRequest) XXX_Marshal

func (m *QueryGetMessageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetMessageRequest) XXX_Merge

func (m *QueryGetMessageRequest) XXX_Merge(src proto.Message)

func (*QueryGetMessageRequest) XXX_Size

func (m *QueryGetMessageRequest) XXX_Size() int

func (*QueryGetMessageRequest) XXX_Unmarshal

func (m *QueryGetMessageRequest) XXX_Unmarshal(b []byte) error

type QueryGetMessageResponse

type QueryGetMessageResponse struct {
	Message Message `protobuf:"bytes,1,opt,name=Message,proto3" json:"Message"`
}

func (*QueryGetMessageResponse) Descriptor

func (*QueryGetMessageResponse) Descriptor() ([]byte, []int)

func (*QueryGetMessageResponse) GetMessage

func (m *QueryGetMessageResponse) GetMessage() Message

func (*QueryGetMessageResponse) Marshal

func (m *QueryGetMessageResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetMessageResponse) MarshalTo

func (m *QueryGetMessageResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetMessageResponse) MarshalToSizedBuffer

func (m *QueryGetMessageResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetMessageResponse) ProtoMessage

func (*QueryGetMessageResponse) ProtoMessage()

func (*QueryGetMessageResponse) Reset

func (m *QueryGetMessageResponse) Reset()

func (*QueryGetMessageResponse) Size

func (m *QueryGetMessageResponse) Size() (n int)

func (*QueryGetMessageResponse) String

func (m *QueryGetMessageResponse) String() string

func (*QueryGetMessageResponse) Unmarshal

func (m *QueryGetMessageResponse) Unmarshal(dAtA []byte) error

func (*QueryGetMessageResponse) XXX_DiscardUnknown

func (m *QueryGetMessageResponse) XXX_DiscardUnknown()

func (*QueryGetMessageResponse) XXX_Marshal

func (m *QueryGetMessageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetMessageResponse) XXX_Merge

func (m *QueryGetMessageResponse) XXX_Merge(src proto.Message)

func (*QueryGetMessageResponse) XXX_Size

func (m *QueryGetMessageResponse) XXX_Size() int

func (*QueryGetMessageResponse) XXX_Unmarshal

func (m *QueryGetMessageResponse) XXX_Unmarshal(b []byte) error

type QueryGetScriptureRequest

type QueryGetScriptureRequest struct {
	Index string `protobuf:"bytes,1,opt,name=index,proto3" json:"index,omitempty"`
}

func (*QueryGetScriptureRequest) Descriptor

func (*QueryGetScriptureRequest) Descriptor() ([]byte, []int)

func (*QueryGetScriptureRequest) GetIndex

func (m *QueryGetScriptureRequest) GetIndex() string

func (*QueryGetScriptureRequest) Marshal

func (m *QueryGetScriptureRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetScriptureRequest) MarshalTo

func (m *QueryGetScriptureRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetScriptureRequest) MarshalToSizedBuffer

func (m *QueryGetScriptureRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetScriptureRequest) ProtoMessage

func (*QueryGetScriptureRequest) ProtoMessage()

func (*QueryGetScriptureRequest) Reset

func (m *QueryGetScriptureRequest) Reset()

func (*QueryGetScriptureRequest) Size

func (m *QueryGetScriptureRequest) Size() (n int)

func (*QueryGetScriptureRequest) String

func (m *QueryGetScriptureRequest) String() string

func (*QueryGetScriptureRequest) Unmarshal

func (m *QueryGetScriptureRequest) Unmarshal(dAtA []byte) error

func (*QueryGetScriptureRequest) XXX_DiscardUnknown

func (m *QueryGetScriptureRequest) XXX_DiscardUnknown()

func (*QueryGetScriptureRequest) XXX_Marshal

func (m *QueryGetScriptureRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetScriptureRequest) XXX_Merge

func (m *QueryGetScriptureRequest) XXX_Merge(src proto.Message)

func (*QueryGetScriptureRequest) XXX_Size

func (m *QueryGetScriptureRequest) XXX_Size() int

func (*QueryGetScriptureRequest) XXX_Unmarshal

func (m *QueryGetScriptureRequest) XXX_Unmarshal(b []byte) error

type QueryGetScriptureResponse

type QueryGetScriptureResponse struct {
	Scripture Scripture `protobuf:"bytes,1,opt,name=scripture,proto3" json:"scripture"`
}

func (*QueryGetScriptureResponse) Descriptor

func (*QueryGetScriptureResponse) Descriptor() ([]byte, []int)

func (*QueryGetScriptureResponse) GetScripture

func (m *QueryGetScriptureResponse) GetScripture() Scripture

func (*QueryGetScriptureResponse) Marshal

func (m *QueryGetScriptureResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetScriptureResponse) MarshalTo

func (m *QueryGetScriptureResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetScriptureResponse) MarshalToSizedBuffer

func (m *QueryGetScriptureResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetScriptureResponse) ProtoMessage

func (*QueryGetScriptureResponse) ProtoMessage()

func (*QueryGetScriptureResponse) Reset

func (m *QueryGetScriptureResponse) Reset()

func (*QueryGetScriptureResponse) Size

func (m *QueryGetScriptureResponse) Size() (n int)

func (*QueryGetScriptureResponse) String

func (m *QueryGetScriptureResponse) String() string

func (*QueryGetScriptureResponse) Unmarshal

func (m *QueryGetScriptureResponse) Unmarshal(dAtA []byte) error

func (*QueryGetScriptureResponse) XXX_DiscardUnknown

func (m *QueryGetScriptureResponse) XXX_DiscardUnknown()

func (*QueryGetScriptureResponse) XXX_Marshal

func (m *QueryGetScriptureResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetScriptureResponse) XXX_Merge

func (m *QueryGetScriptureResponse) XXX_Merge(src proto.Message)

func (*QueryGetScriptureResponse) XXX_Size

func (m *QueryGetScriptureResponse) XXX_Size() int

func (*QueryGetScriptureResponse) XXX_Unmarshal

func (m *QueryGetScriptureResponse) XXX_Unmarshal(b []byte) error

type QueryGetScriptureSignatureRequestRequest

type QueryGetScriptureSignatureRequestRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*QueryGetScriptureSignatureRequestRequest) Descriptor

func (*QueryGetScriptureSignatureRequestRequest) Descriptor() ([]byte, []int)

func (*QueryGetScriptureSignatureRequestRequest) GetId

func (*QueryGetScriptureSignatureRequestRequest) Marshal

func (m *QueryGetScriptureSignatureRequestRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetScriptureSignatureRequestRequest) MarshalTo

func (m *QueryGetScriptureSignatureRequestRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetScriptureSignatureRequestRequest) MarshalToSizedBuffer

func (m *QueryGetScriptureSignatureRequestRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetScriptureSignatureRequestRequest) ProtoMessage

func (*QueryGetScriptureSignatureRequestRequest) Reset

func (*QueryGetScriptureSignatureRequestRequest) Size

func (*QueryGetScriptureSignatureRequestRequest) String

func (*QueryGetScriptureSignatureRequestRequest) Unmarshal

func (*QueryGetScriptureSignatureRequestRequest) XXX_DiscardUnknown

func (m *QueryGetScriptureSignatureRequestRequest) XXX_DiscardUnknown()

func (*QueryGetScriptureSignatureRequestRequest) XXX_Marshal

func (m *QueryGetScriptureSignatureRequestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetScriptureSignatureRequestRequest) XXX_Merge

func (*QueryGetScriptureSignatureRequestRequest) XXX_Size

func (*QueryGetScriptureSignatureRequestRequest) XXX_Unmarshal

func (m *QueryGetScriptureSignatureRequestRequest) XXX_Unmarshal(b []byte) error

type QueryGetScriptureSignatureRequestResponse

type QueryGetScriptureSignatureRequestResponse struct {
	ScriptureSignatureRequest ScriptureSignatureRequest `protobuf:"bytes,1,opt,name=ScriptureSignatureRequest,proto3" json:"ScriptureSignatureRequest"`
}

func (*QueryGetScriptureSignatureRequestResponse) Descriptor

func (*QueryGetScriptureSignatureRequestResponse) Descriptor() ([]byte, []int)

func (*QueryGetScriptureSignatureRequestResponse) GetScriptureSignatureRequest

func (m *QueryGetScriptureSignatureRequestResponse) GetScriptureSignatureRequest() ScriptureSignatureRequest

func (*QueryGetScriptureSignatureRequestResponse) Marshal

func (m *QueryGetScriptureSignatureRequestResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetScriptureSignatureRequestResponse) MarshalTo

func (m *QueryGetScriptureSignatureRequestResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetScriptureSignatureRequestResponse) MarshalToSizedBuffer

func (m *QueryGetScriptureSignatureRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetScriptureSignatureRequestResponse) ProtoMessage

func (*QueryGetScriptureSignatureRequestResponse) Reset

func (*QueryGetScriptureSignatureRequestResponse) Size

func (*QueryGetScriptureSignatureRequestResponse) String

func (*QueryGetScriptureSignatureRequestResponse) Unmarshal

func (*QueryGetScriptureSignatureRequestResponse) XXX_DiscardUnknown

func (m *QueryGetScriptureSignatureRequestResponse) XXX_DiscardUnknown()

func (*QueryGetScriptureSignatureRequestResponse) XXX_Marshal

func (m *QueryGetScriptureSignatureRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetScriptureSignatureRequestResponse) XXX_Merge

func (*QueryGetScriptureSignatureRequestResponse) XXX_Size

func (*QueryGetScriptureSignatureRequestResponse) XXX_Unmarshal

type QueryGetScriptureSignatureShareRequest

type QueryGetScriptureSignatureShareRequest struct {
	Id             uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ScriptureIndex string `protobuf:"bytes,2,opt,name=scriptureIndex,proto3" json:"scriptureIndex,omitempty"`
}

func (*QueryGetScriptureSignatureShareRequest) Descriptor

func (*QueryGetScriptureSignatureShareRequest) Descriptor() ([]byte, []int)

func (*QueryGetScriptureSignatureShareRequest) GetId

func (*QueryGetScriptureSignatureShareRequest) GetScriptureIndex

func (m *QueryGetScriptureSignatureShareRequest) GetScriptureIndex() string

func (*QueryGetScriptureSignatureShareRequest) Marshal

func (m *QueryGetScriptureSignatureShareRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetScriptureSignatureShareRequest) MarshalTo

func (m *QueryGetScriptureSignatureShareRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetScriptureSignatureShareRequest) MarshalToSizedBuffer

func (m *QueryGetScriptureSignatureShareRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetScriptureSignatureShareRequest) ProtoMessage

func (*QueryGetScriptureSignatureShareRequest) Reset

func (*QueryGetScriptureSignatureShareRequest) Size

func (*QueryGetScriptureSignatureShareRequest) String

func (*QueryGetScriptureSignatureShareRequest) Unmarshal

func (m *QueryGetScriptureSignatureShareRequest) Unmarshal(dAtA []byte) error

func (*QueryGetScriptureSignatureShareRequest) XXX_DiscardUnknown

func (m *QueryGetScriptureSignatureShareRequest) XXX_DiscardUnknown()

func (*QueryGetScriptureSignatureShareRequest) XXX_Marshal

func (m *QueryGetScriptureSignatureShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetScriptureSignatureShareRequest) XXX_Merge

func (*QueryGetScriptureSignatureShareRequest) XXX_Size

func (*QueryGetScriptureSignatureShareRequest) XXX_Unmarshal

func (m *QueryGetScriptureSignatureShareRequest) XXX_Unmarshal(b []byte) error

type QueryGetScriptureSignatureShareResponse

type QueryGetScriptureSignatureShareResponse struct {
	ScriptureSignatureShare ScriptureSignatureShare `protobuf:"bytes,1,opt,name=ScriptureSignatureShare,proto3" json:"ScriptureSignatureShare"`
}

func (*QueryGetScriptureSignatureShareResponse) Descriptor

func (*QueryGetScriptureSignatureShareResponse) Descriptor() ([]byte, []int)

func (*QueryGetScriptureSignatureShareResponse) GetScriptureSignatureShare

func (m *QueryGetScriptureSignatureShareResponse) GetScriptureSignatureShare() ScriptureSignatureShare

func (*QueryGetScriptureSignatureShareResponse) Marshal

func (m *QueryGetScriptureSignatureShareResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetScriptureSignatureShareResponse) MarshalTo

func (m *QueryGetScriptureSignatureShareResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetScriptureSignatureShareResponse) MarshalToSizedBuffer

func (m *QueryGetScriptureSignatureShareResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetScriptureSignatureShareResponse) ProtoMessage

func (*QueryGetScriptureSignatureShareResponse) Reset

func (*QueryGetScriptureSignatureShareResponse) Size

func (*QueryGetScriptureSignatureShareResponse) String

func (*QueryGetScriptureSignatureShareResponse) Unmarshal

func (m *QueryGetScriptureSignatureShareResponse) Unmarshal(dAtA []byte) error

func (*QueryGetScriptureSignatureShareResponse) XXX_DiscardUnknown

func (m *QueryGetScriptureSignatureShareResponse) XXX_DiscardUnknown()

func (*QueryGetScriptureSignatureShareResponse) XXX_Marshal

func (m *QueryGetScriptureSignatureShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetScriptureSignatureShareResponse) XXX_Merge

func (*QueryGetScriptureSignatureShareResponse) XXX_Size

func (*QueryGetScriptureSignatureShareResponse) XXX_Unmarshal

func (m *QueryGetScriptureSignatureShareResponse) XXX_Unmarshal(b []byte) error

type QueryGetSignatureRequestRequest

type QueryGetSignatureRequestRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*QueryGetSignatureRequestRequest) Descriptor

func (*QueryGetSignatureRequestRequest) Descriptor() ([]byte, []int)

func (*QueryGetSignatureRequestRequest) GetId

func (*QueryGetSignatureRequestRequest) Marshal

func (m *QueryGetSignatureRequestRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetSignatureRequestRequest) MarshalTo

func (m *QueryGetSignatureRequestRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetSignatureRequestRequest) MarshalToSizedBuffer

func (m *QueryGetSignatureRequestRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetSignatureRequestRequest) ProtoMessage

func (*QueryGetSignatureRequestRequest) ProtoMessage()

func (*QueryGetSignatureRequestRequest) Reset

func (*QueryGetSignatureRequestRequest) Size

func (m *QueryGetSignatureRequestRequest) Size() (n int)

func (*QueryGetSignatureRequestRequest) String

func (*QueryGetSignatureRequestRequest) Unmarshal

func (m *QueryGetSignatureRequestRequest) Unmarshal(dAtA []byte) error

func (*QueryGetSignatureRequestRequest) XXX_DiscardUnknown

func (m *QueryGetSignatureRequestRequest) XXX_DiscardUnknown()

func (*QueryGetSignatureRequestRequest) XXX_Marshal

func (m *QueryGetSignatureRequestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetSignatureRequestRequest) XXX_Merge

func (m *QueryGetSignatureRequestRequest) XXX_Merge(src proto.Message)

func (*QueryGetSignatureRequestRequest) XXX_Size

func (m *QueryGetSignatureRequestRequest) XXX_Size() int

func (*QueryGetSignatureRequestRequest) XXX_Unmarshal

func (m *QueryGetSignatureRequestRequest) XXX_Unmarshal(b []byte) error

type QueryGetSignatureRequestResponse

type QueryGetSignatureRequestResponse struct {
	SignatureRequest SignatureRequest `protobuf:"bytes,1,opt,name=SignatureRequest,proto3" json:"SignatureRequest"`
}

func (*QueryGetSignatureRequestResponse) Descriptor

func (*QueryGetSignatureRequestResponse) Descriptor() ([]byte, []int)

func (*QueryGetSignatureRequestResponse) GetSignatureRequest

func (m *QueryGetSignatureRequestResponse) GetSignatureRequest() SignatureRequest

func (*QueryGetSignatureRequestResponse) Marshal

func (m *QueryGetSignatureRequestResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetSignatureRequestResponse) MarshalTo

func (m *QueryGetSignatureRequestResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetSignatureRequestResponse) MarshalToSizedBuffer

func (m *QueryGetSignatureRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetSignatureRequestResponse) ProtoMessage

func (*QueryGetSignatureRequestResponse) ProtoMessage()

func (*QueryGetSignatureRequestResponse) Reset

func (*QueryGetSignatureRequestResponse) Size

func (m *QueryGetSignatureRequestResponse) Size() (n int)

func (*QueryGetSignatureRequestResponse) String

func (*QueryGetSignatureRequestResponse) Unmarshal

func (m *QueryGetSignatureRequestResponse) Unmarshal(dAtA []byte) error

func (*QueryGetSignatureRequestResponse) XXX_DiscardUnknown

func (m *QueryGetSignatureRequestResponse) XXX_DiscardUnknown()

func (*QueryGetSignatureRequestResponse) XXX_Marshal

func (m *QueryGetSignatureRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetSignatureRequestResponse) XXX_Merge

func (*QueryGetSignatureRequestResponse) XXX_Size

func (m *QueryGetSignatureRequestResponse) XXX_Size() int

func (*QueryGetSignatureRequestResponse) XXX_Unmarshal

func (m *QueryGetSignatureRequestResponse) XXX_Unmarshal(b []byte) error

type QueryGetSignatureShareRequest

type QueryGetSignatureShareRequest struct {
	MessageId uint64 `protobuf:"varint,1,opt,name=messageId,proto3" json:"messageId,omitempty"`
	Id        uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
}

func (*QueryGetSignatureShareRequest) Descriptor

func (*QueryGetSignatureShareRequest) Descriptor() ([]byte, []int)

func (*QueryGetSignatureShareRequest) GetId

func (*QueryGetSignatureShareRequest) GetMessageId

func (m *QueryGetSignatureShareRequest) GetMessageId() uint64

func (*QueryGetSignatureShareRequest) Marshal

func (m *QueryGetSignatureShareRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetSignatureShareRequest) MarshalTo

func (m *QueryGetSignatureShareRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetSignatureShareRequest) MarshalToSizedBuffer

func (m *QueryGetSignatureShareRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetSignatureShareRequest) ProtoMessage

func (*QueryGetSignatureShareRequest) ProtoMessage()

func (*QueryGetSignatureShareRequest) Reset

func (m *QueryGetSignatureShareRequest) Reset()

func (*QueryGetSignatureShareRequest) Size

func (m *QueryGetSignatureShareRequest) Size() (n int)

func (*QueryGetSignatureShareRequest) String

func (*QueryGetSignatureShareRequest) Unmarshal

func (m *QueryGetSignatureShareRequest) Unmarshal(dAtA []byte) error

func (*QueryGetSignatureShareRequest) XXX_DiscardUnknown

func (m *QueryGetSignatureShareRequest) XXX_DiscardUnknown()

func (*QueryGetSignatureShareRequest) XXX_Marshal

func (m *QueryGetSignatureShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetSignatureShareRequest) XXX_Merge

func (m *QueryGetSignatureShareRequest) XXX_Merge(src proto.Message)

func (*QueryGetSignatureShareRequest) XXX_Size

func (m *QueryGetSignatureShareRequest) XXX_Size() int

func (*QueryGetSignatureShareRequest) XXX_Unmarshal

func (m *QueryGetSignatureShareRequest) XXX_Unmarshal(b []byte) error

type QueryGetSignatureShareResponse

type QueryGetSignatureShareResponse struct {
	SignatureShare SignatureShare `protobuf:"bytes,1,opt,name=SignatureShare,proto3" json:"SignatureShare"`
}

func (*QueryGetSignatureShareResponse) Descriptor

func (*QueryGetSignatureShareResponse) Descriptor() ([]byte, []int)

func (*QueryGetSignatureShareResponse) GetSignatureShare

func (m *QueryGetSignatureShareResponse) GetSignatureShare() SignatureShare

func (*QueryGetSignatureShareResponse) Marshal

func (m *QueryGetSignatureShareResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetSignatureShareResponse) MarshalTo

func (m *QueryGetSignatureShareResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetSignatureShareResponse) MarshalToSizedBuffer

func (m *QueryGetSignatureShareResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetSignatureShareResponse) ProtoMessage

func (*QueryGetSignatureShareResponse) ProtoMessage()

func (*QueryGetSignatureShareResponse) Reset

func (m *QueryGetSignatureShareResponse) Reset()

func (*QueryGetSignatureShareResponse) Size

func (m *QueryGetSignatureShareResponse) Size() (n int)

func (*QueryGetSignatureShareResponse) String

func (*QueryGetSignatureShareResponse) Unmarshal

func (m *QueryGetSignatureShareResponse) Unmarshal(dAtA []byte) error

func (*QueryGetSignatureShareResponse) XXX_DiscardUnknown

func (m *QueryGetSignatureShareResponse) XXX_DiscardUnknown()

func (*QueryGetSignatureShareResponse) XXX_Marshal

func (m *QueryGetSignatureShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetSignatureShareResponse) XXX_Merge

func (m *QueryGetSignatureShareResponse) XXX_Merge(src proto.Message)

func (*QueryGetSignatureShareResponse) XXX_Size

func (m *QueryGetSignatureShareResponse) XXX_Size() int

func (*QueryGetSignatureShareResponse) XXX_Unmarshal

func (m *QueryGetSignatureShareResponse) XXX_Unmarshal(b []byte) error

type QueryGetSignedMessageRequest

type QueryGetSignedMessageRequest struct {
	Id    uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	MsgId uint64 `protobuf:"varint,2,opt,name=msgId,proto3" json:"msgId,omitempty"`
}

func (*QueryGetSignedMessageRequest) Descriptor

func (*QueryGetSignedMessageRequest) Descriptor() ([]byte, []int)

func (*QueryGetSignedMessageRequest) GetId

func (*QueryGetSignedMessageRequest) GetMsgId

func (m *QueryGetSignedMessageRequest) GetMsgId() uint64

func (*QueryGetSignedMessageRequest) Marshal

func (m *QueryGetSignedMessageRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetSignedMessageRequest) MarshalTo

func (m *QueryGetSignedMessageRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetSignedMessageRequest) MarshalToSizedBuffer

func (m *QueryGetSignedMessageRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetSignedMessageRequest) ProtoMessage

func (*QueryGetSignedMessageRequest) ProtoMessage()

func (*QueryGetSignedMessageRequest) Reset

func (m *QueryGetSignedMessageRequest) Reset()

func (*QueryGetSignedMessageRequest) Size

func (m *QueryGetSignedMessageRequest) Size() (n int)

func (*QueryGetSignedMessageRequest) String

func (*QueryGetSignedMessageRequest) Unmarshal

func (m *QueryGetSignedMessageRequest) Unmarshal(dAtA []byte) error

func (*QueryGetSignedMessageRequest) XXX_DiscardUnknown

func (m *QueryGetSignedMessageRequest) XXX_DiscardUnknown()

func (*QueryGetSignedMessageRequest) XXX_Marshal

func (m *QueryGetSignedMessageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetSignedMessageRequest) XXX_Merge

func (m *QueryGetSignedMessageRequest) XXX_Merge(src proto.Message)

func (*QueryGetSignedMessageRequest) XXX_Size

func (m *QueryGetSignedMessageRequest) XXX_Size() int

func (*QueryGetSignedMessageRequest) XXX_Unmarshal

func (m *QueryGetSignedMessageRequest) XXX_Unmarshal(b []byte) error

type QueryGetSignedMessageResponse

type QueryGetSignedMessageResponse struct {
	SignedMessage SignedMessage `protobuf:"bytes,1,opt,name=SignedMessage,proto3" json:"SignedMessage"`
}

func (*QueryGetSignedMessageResponse) Descriptor

func (*QueryGetSignedMessageResponse) Descriptor() ([]byte, []int)

func (*QueryGetSignedMessageResponse) GetSignedMessage

func (m *QueryGetSignedMessageResponse) GetSignedMessage() SignedMessage

func (*QueryGetSignedMessageResponse) Marshal

func (m *QueryGetSignedMessageResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetSignedMessageResponse) MarshalTo

func (m *QueryGetSignedMessageResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetSignedMessageResponse) MarshalToSizedBuffer

func (m *QueryGetSignedMessageResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetSignedMessageResponse) ProtoMessage

func (*QueryGetSignedMessageResponse) ProtoMessage()

func (*QueryGetSignedMessageResponse) Reset

func (m *QueryGetSignedMessageResponse) Reset()

func (*QueryGetSignedMessageResponse) Size

func (m *QueryGetSignedMessageResponse) Size() (n int)

func (*QueryGetSignedMessageResponse) String

func (*QueryGetSignedMessageResponse) Unmarshal

func (m *QueryGetSignedMessageResponse) Unmarshal(dAtA []byte) error

func (*QueryGetSignedMessageResponse) XXX_DiscardUnknown

func (m *QueryGetSignedMessageResponse) XXX_DiscardUnknown()

func (*QueryGetSignedMessageResponse) XXX_Marshal

func (m *QueryGetSignedMessageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetSignedMessageResponse) XXX_Merge

func (m *QueryGetSignedMessageResponse) XXX_Merge(src proto.Message)

func (*QueryGetSignedMessageResponse) XXX_Size

func (m *QueryGetSignedMessageResponse) XXX_Size() int

func (*QueryGetSignedMessageResponse) XXX_Unmarshal

func (m *QueryGetSignedMessageResponse) XXX_Unmarshal(b []byte) error

type QueryGetSignedScriptureListRequest

type QueryGetSignedScriptureListRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*QueryGetSignedScriptureListRequest) Descriptor

func (*QueryGetSignedScriptureListRequest) Descriptor() ([]byte, []int)

func (*QueryGetSignedScriptureListRequest) GetId

func (*QueryGetSignedScriptureListRequest) Marshal

func (m *QueryGetSignedScriptureListRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetSignedScriptureListRequest) MarshalTo

func (m *QueryGetSignedScriptureListRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetSignedScriptureListRequest) MarshalToSizedBuffer

func (m *QueryGetSignedScriptureListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetSignedScriptureListRequest) ProtoMessage

func (*QueryGetSignedScriptureListRequest) ProtoMessage()

func (*QueryGetSignedScriptureListRequest) Reset

func (*QueryGetSignedScriptureListRequest) Size

func (*QueryGetSignedScriptureListRequest) String

func (*QueryGetSignedScriptureListRequest) Unmarshal

func (m *QueryGetSignedScriptureListRequest) Unmarshal(dAtA []byte) error

func (*QueryGetSignedScriptureListRequest) XXX_DiscardUnknown

func (m *QueryGetSignedScriptureListRequest) XXX_DiscardUnknown()

func (*QueryGetSignedScriptureListRequest) XXX_Marshal

func (m *QueryGetSignedScriptureListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetSignedScriptureListRequest) XXX_Merge

func (*QueryGetSignedScriptureListRequest) XXX_Size

func (*QueryGetSignedScriptureListRequest) XXX_Unmarshal

func (m *QueryGetSignedScriptureListRequest) XXX_Unmarshal(b []byte) error

type QueryGetSignedScriptureListResponse

type QueryGetSignedScriptureListResponse struct {
	SignedScriptureList SignedScriptureList `protobuf:"bytes,1,opt,name=SignedScriptureList,proto3" json:"SignedScriptureList"`
}

func (*QueryGetSignedScriptureListResponse) Descriptor

func (*QueryGetSignedScriptureListResponse) Descriptor() ([]byte, []int)

func (*QueryGetSignedScriptureListResponse) GetSignedScriptureList

func (m *QueryGetSignedScriptureListResponse) GetSignedScriptureList() SignedScriptureList

func (*QueryGetSignedScriptureListResponse) Marshal

func (m *QueryGetSignedScriptureListResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetSignedScriptureListResponse) MarshalTo

func (m *QueryGetSignedScriptureListResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetSignedScriptureListResponse) MarshalToSizedBuffer

func (m *QueryGetSignedScriptureListResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetSignedScriptureListResponse) ProtoMessage

func (*QueryGetSignedScriptureListResponse) ProtoMessage()

func (*QueryGetSignedScriptureListResponse) Reset

func (*QueryGetSignedScriptureListResponse) Size

func (*QueryGetSignedScriptureListResponse) String

func (*QueryGetSignedScriptureListResponse) Unmarshal

func (m *QueryGetSignedScriptureListResponse) Unmarshal(dAtA []byte) error

func (*QueryGetSignedScriptureListResponse) XXX_DiscardUnknown

func (m *QueryGetSignedScriptureListResponse) XXX_DiscardUnknown()

func (*QueryGetSignedScriptureListResponse) XXX_Marshal

func (m *QueryGetSignedScriptureListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetSignedScriptureListResponse) XXX_Merge

func (*QueryGetSignedScriptureListResponse) XXX_Size

func (*QueryGetSignedScriptureListResponse) XXX_Unmarshal

func (m *QueryGetSignedScriptureListResponse) XXX_Unmarshal(b []byte) error

type QueryGetSignedScriptureRequest

type QueryGetSignedScriptureRequest struct {
	Index string `protobuf:"bytes,1,opt,name=index,proto3" json:"index,omitempty"`
}

func (*QueryGetSignedScriptureRequest) Descriptor

func (*QueryGetSignedScriptureRequest) Descriptor() ([]byte, []int)

func (*QueryGetSignedScriptureRequest) GetIndex

func (m *QueryGetSignedScriptureRequest) GetIndex() string

func (*QueryGetSignedScriptureRequest) Marshal

func (m *QueryGetSignedScriptureRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetSignedScriptureRequest) MarshalTo

func (m *QueryGetSignedScriptureRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetSignedScriptureRequest) MarshalToSizedBuffer

func (m *QueryGetSignedScriptureRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetSignedScriptureRequest) ProtoMessage

func (*QueryGetSignedScriptureRequest) ProtoMessage()

func (*QueryGetSignedScriptureRequest) Reset

func (m *QueryGetSignedScriptureRequest) Reset()

func (*QueryGetSignedScriptureRequest) Size

func (m *QueryGetSignedScriptureRequest) Size() (n int)

func (*QueryGetSignedScriptureRequest) String

func (*QueryGetSignedScriptureRequest) Unmarshal

func (m *QueryGetSignedScriptureRequest) Unmarshal(dAtA []byte) error

func (*QueryGetSignedScriptureRequest) XXX_DiscardUnknown

func (m *QueryGetSignedScriptureRequest) XXX_DiscardUnknown()

func (*QueryGetSignedScriptureRequest) XXX_Marshal

func (m *QueryGetSignedScriptureRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetSignedScriptureRequest) XXX_Merge

func (m *QueryGetSignedScriptureRequest) XXX_Merge(src proto.Message)

func (*QueryGetSignedScriptureRequest) XXX_Size

func (m *QueryGetSignedScriptureRequest) XXX_Size() int

func (*QueryGetSignedScriptureRequest) XXX_Unmarshal

func (m *QueryGetSignedScriptureRequest) XXX_Unmarshal(b []byte) error

type QueryGetSignedScriptureResponse

type QueryGetSignedScriptureResponse struct {
	SignedScripture SignedScripture `protobuf:"bytes,1,opt,name=signedScripture,proto3" json:"signedScripture"`
}

func (*QueryGetSignedScriptureResponse) Descriptor

func (*QueryGetSignedScriptureResponse) Descriptor() ([]byte, []int)

func (*QueryGetSignedScriptureResponse) GetSignedScripture

func (m *QueryGetSignedScriptureResponse) GetSignedScripture() SignedScripture

func (*QueryGetSignedScriptureResponse) Marshal

func (m *QueryGetSignedScriptureResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetSignedScriptureResponse) MarshalTo

func (m *QueryGetSignedScriptureResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetSignedScriptureResponse) MarshalToSizedBuffer

func (m *QueryGetSignedScriptureResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetSignedScriptureResponse) ProtoMessage

func (*QueryGetSignedScriptureResponse) ProtoMessage()

func (*QueryGetSignedScriptureResponse) Reset

func (*QueryGetSignedScriptureResponse) Size

func (m *QueryGetSignedScriptureResponse) Size() (n int)

func (*QueryGetSignedScriptureResponse) String

func (*QueryGetSignedScriptureResponse) Unmarshal

func (m *QueryGetSignedScriptureResponse) Unmarshal(dAtA []byte) error

func (*QueryGetSignedScriptureResponse) XXX_DiscardUnknown

func (m *QueryGetSignedScriptureResponse) XXX_DiscardUnknown()

func (*QueryGetSignedScriptureResponse) XXX_Marshal

func (m *QueryGetSignedScriptureResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetSignedScriptureResponse) XXX_Merge

func (m *QueryGetSignedScriptureResponse) XXX_Merge(src proto.Message)

func (*QueryGetSignedScriptureResponse) XXX_Size

func (m *QueryGetSignedScriptureResponse) XXX_Size() int

func (*QueryGetSignedScriptureResponse) XXX_Unmarshal

func (m *QueryGetSignedScriptureResponse) XXX_Unmarshal(b []byte) error

type QueryGetSpiritConjuringPoemsRequest

type QueryGetSpiritConjuringPoemsRequest struct {
	Id      uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	MagicId uint64 `protobuf:"varint,2,opt,name=magicId,proto3" json:"magicId,omitempty"`
}

func (*QueryGetSpiritConjuringPoemsRequest) Descriptor

func (*QueryGetSpiritConjuringPoemsRequest) Descriptor() ([]byte, []int)

func (*QueryGetSpiritConjuringPoemsRequest) GetId

func (*QueryGetSpiritConjuringPoemsRequest) GetMagicId

func (*QueryGetSpiritConjuringPoemsRequest) Marshal

func (m *QueryGetSpiritConjuringPoemsRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetSpiritConjuringPoemsRequest) MarshalTo

func (m *QueryGetSpiritConjuringPoemsRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetSpiritConjuringPoemsRequest) MarshalToSizedBuffer

func (m *QueryGetSpiritConjuringPoemsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetSpiritConjuringPoemsRequest) ProtoMessage

func (*QueryGetSpiritConjuringPoemsRequest) ProtoMessage()

func (*QueryGetSpiritConjuringPoemsRequest) Reset

func (*QueryGetSpiritConjuringPoemsRequest) Size

func (*QueryGetSpiritConjuringPoemsRequest) String

func (*QueryGetSpiritConjuringPoemsRequest) Unmarshal

func (m *QueryGetSpiritConjuringPoemsRequest) Unmarshal(dAtA []byte) error

func (*QueryGetSpiritConjuringPoemsRequest) XXX_DiscardUnknown

func (m *QueryGetSpiritConjuringPoemsRequest) XXX_DiscardUnknown()

func (*QueryGetSpiritConjuringPoemsRequest) XXX_Marshal

func (m *QueryGetSpiritConjuringPoemsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetSpiritConjuringPoemsRequest) XXX_Merge

func (*QueryGetSpiritConjuringPoemsRequest) XXX_Size

func (*QueryGetSpiritConjuringPoemsRequest) XXX_Unmarshal

func (m *QueryGetSpiritConjuringPoemsRequest) XXX_Unmarshal(b []byte) error

type QueryGetSpiritConjuringPoemsResponse

type QueryGetSpiritConjuringPoemsResponse struct {
	SpiritConjuringPoems SpiritConjuringPoems `protobuf:"bytes,1,opt,name=SpiritConjuringPoems,proto3" json:"SpiritConjuringPoems"`
}

func (*QueryGetSpiritConjuringPoemsResponse) Descriptor

func (*QueryGetSpiritConjuringPoemsResponse) Descriptor() ([]byte, []int)

func (*QueryGetSpiritConjuringPoemsResponse) GetSpiritConjuringPoems

func (m *QueryGetSpiritConjuringPoemsResponse) GetSpiritConjuringPoems() SpiritConjuringPoems

func (*QueryGetSpiritConjuringPoemsResponse) Marshal

func (m *QueryGetSpiritConjuringPoemsResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetSpiritConjuringPoemsResponse) MarshalTo

func (m *QueryGetSpiritConjuringPoemsResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetSpiritConjuringPoemsResponse) MarshalToSizedBuffer

func (m *QueryGetSpiritConjuringPoemsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetSpiritConjuringPoemsResponse) ProtoMessage

func (*QueryGetSpiritConjuringPoemsResponse) ProtoMessage()

func (*QueryGetSpiritConjuringPoemsResponse) Reset

func (*QueryGetSpiritConjuringPoemsResponse) Size

func (*QueryGetSpiritConjuringPoemsResponse) String

func (*QueryGetSpiritConjuringPoemsResponse) Unmarshal

func (m *QueryGetSpiritConjuringPoemsResponse) Unmarshal(dAtA []byte) error

func (*QueryGetSpiritConjuringPoemsResponse) XXX_DiscardUnknown

func (m *QueryGetSpiritConjuringPoemsResponse) XXX_DiscardUnknown()

func (*QueryGetSpiritConjuringPoemsResponse) XXX_Marshal

func (m *QueryGetSpiritConjuringPoemsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetSpiritConjuringPoemsResponse) XXX_Merge

func (*QueryGetSpiritConjuringPoemsResponse) XXX_Size

func (*QueryGetSpiritConjuringPoemsResponse) XXX_Unmarshal

func (m *QueryGetSpiritConjuringPoemsResponse) XXX_Unmarshal(b []byte) error

type QueryGetVerseRequest

type QueryGetVerseRequest struct {
	Id         uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	MagicKeyId uint64 `protobuf:"varint,2,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
}

func (*QueryGetVerseRequest) Descriptor

func (*QueryGetVerseRequest) Descriptor() ([]byte, []int)

func (*QueryGetVerseRequest) GetId

func (m *QueryGetVerseRequest) GetId() uint64

func (*QueryGetVerseRequest) GetMagicKeyId

func (m *QueryGetVerseRequest) GetMagicKeyId() uint64

func (*QueryGetVerseRequest) Marshal

func (m *QueryGetVerseRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetVerseRequest) MarshalTo

func (m *QueryGetVerseRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetVerseRequest) MarshalToSizedBuffer

func (m *QueryGetVerseRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetVerseRequest) ProtoMessage

func (*QueryGetVerseRequest) ProtoMessage()

func (*QueryGetVerseRequest) Reset

func (m *QueryGetVerseRequest) Reset()

func (*QueryGetVerseRequest) Size

func (m *QueryGetVerseRequest) Size() (n int)

func (*QueryGetVerseRequest) String

func (m *QueryGetVerseRequest) String() string

func (*QueryGetVerseRequest) Unmarshal

func (m *QueryGetVerseRequest) Unmarshal(dAtA []byte) error

func (*QueryGetVerseRequest) XXX_DiscardUnknown

func (m *QueryGetVerseRequest) XXX_DiscardUnknown()

func (*QueryGetVerseRequest) XXX_Marshal

func (m *QueryGetVerseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetVerseRequest) XXX_Merge

func (m *QueryGetVerseRequest) XXX_Merge(src proto.Message)

func (*QueryGetVerseRequest) XXX_Size

func (m *QueryGetVerseRequest) XXX_Size() int

func (*QueryGetVerseRequest) XXX_Unmarshal

func (m *QueryGetVerseRequest) XXX_Unmarshal(b []byte) error

type QueryGetVerseResponse

type QueryGetVerseResponse struct {
	Verse Verse `protobuf:"bytes,1,opt,name=Verse,proto3" json:"Verse"`
}

func (*QueryGetVerseResponse) Descriptor

func (*QueryGetVerseResponse) Descriptor() ([]byte, []int)

func (*QueryGetVerseResponse) GetVerse

func (m *QueryGetVerseResponse) GetVerse() Verse

func (*QueryGetVerseResponse) Marshal

func (m *QueryGetVerseResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetVerseResponse) MarshalTo

func (m *QueryGetVerseResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetVerseResponse) MarshalToSizedBuffer

func (m *QueryGetVerseResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetVerseResponse) ProtoMessage

func (*QueryGetVerseResponse) ProtoMessage()

func (*QueryGetVerseResponse) Reset

func (m *QueryGetVerseResponse) Reset()

func (*QueryGetVerseResponse) Size

func (m *QueryGetVerseResponse) Size() (n int)

func (*QueryGetVerseResponse) String

func (m *QueryGetVerseResponse) String() string

func (*QueryGetVerseResponse) Unmarshal

func (m *QueryGetVerseResponse) Unmarshal(dAtA []byte) error

func (*QueryGetVerseResponse) XXX_DiscardUnknown

func (m *QueryGetVerseResponse) XXX_DiscardUnknown()

func (*QueryGetVerseResponse) XXX_Marshal

func (m *QueryGetVerseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetVerseResponse) XXX_Merge

func (m *QueryGetVerseResponse) XXX_Merge(src proto.Message)

func (*QueryGetVerseResponse) XXX_Size

func (m *QueryGetVerseResponse) XXX_Size() int

func (*QueryGetVerseResponse) XXX_Unmarshal

func (m *QueryGetVerseResponse) XXX_Unmarshal(b []byte) error

type QueryGetVisionRequest

type QueryGetVisionRequest struct {
	Id         uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	MagicKeyId uint64 `protobuf:"varint,2,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
}

func (*QueryGetVisionRequest) Descriptor

func (*QueryGetVisionRequest) Descriptor() ([]byte, []int)

func (*QueryGetVisionRequest) GetId

func (m *QueryGetVisionRequest) GetId() uint64

func (*QueryGetVisionRequest) GetMagicKeyId

func (m *QueryGetVisionRequest) GetMagicKeyId() uint64

func (*QueryGetVisionRequest) Marshal

func (m *QueryGetVisionRequest) Marshal() (dAtA []byte, err error)

func (*QueryGetVisionRequest) MarshalTo

func (m *QueryGetVisionRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetVisionRequest) MarshalToSizedBuffer

func (m *QueryGetVisionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetVisionRequest) ProtoMessage

func (*QueryGetVisionRequest) ProtoMessage()

func (*QueryGetVisionRequest) Reset

func (m *QueryGetVisionRequest) Reset()

func (*QueryGetVisionRequest) Size

func (m *QueryGetVisionRequest) Size() (n int)

func (*QueryGetVisionRequest) String

func (m *QueryGetVisionRequest) String() string

func (*QueryGetVisionRequest) Unmarshal

func (m *QueryGetVisionRequest) Unmarshal(dAtA []byte) error

func (*QueryGetVisionRequest) XXX_DiscardUnknown

func (m *QueryGetVisionRequest) XXX_DiscardUnknown()

func (*QueryGetVisionRequest) XXX_Marshal

func (m *QueryGetVisionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetVisionRequest) XXX_Merge

func (m *QueryGetVisionRequest) XXX_Merge(src proto.Message)

func (*QueryGetVisionRequest) XXX_Size

func (m *QueryGetVisionRequest) XXX_Size() int

func (*QueryGetVisionRequest) XXX_Unmarshal

func (m *QueryGetVisionRequest) XXX_Unmarshal(b []byte) error

type QueryGetVisionResponse

type QueryGetVisionResponse struct {
	Vision Vision `protobuf:"bytes,1,opt,name=Vision,proto3" json:"Vision"`
}

func (*QueryGetVisionResponse) Descriptor

func (*QueryGetVisionResponse) Descriptor() ([]byte, []int)

func (*QueryGetVisionResponse) GetVision

func (m *QueryGetVisionResponse) GetVision() Vision

func (*QueryGetVisionResponse) Marshal

func (m *QueryGetVisionResponse) Marshal() (dAtA []byte, err error)

func (*QueryGetVisionResponse) MarshalTo

func (m *QueryGetVisionResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryGetVisionResponse) MarshalToSizedBuffer

func (m *QueryGetVisionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryGetVisionResponse) ProtoMessage

func (*QueryGetVisionResponse) ProtoMessage()

func (*QueryGetVisionResponse) Reset

func (m *QueryGetVisionResponse) Reset()

func (*QueryGetVisionResponse) Size

func (m *QueryGetVisionResponse) Size() (n int)

func (*QueryGetVisionResponse) String

func (m *QueryGetVisionResponse) String() string

func (*QueryGetVisionResponse) Unmarshal

func (m *QueryGetVisionResponse) Unmarshal(dAtA []byte) error

func (*QueryGetVisionResponse) XXX_DiscardUnknown

func (m *QueryGetVisionResponse) XXX_DiscardUnknown()

func (*QueryGetVisionResponse) XXX_Marshal

func (m *QueryGetVisionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryGetVisionResponse) XXX_Merge

func (m *QueryGetVisionResponse) XXX_Merge(src proto.Message)

func (*QueryGetVisionResponse) XXX_Size

func (m *QueryGetVisionResponse) XXX_Size() int

func (*QueryGetVisionResponse) XXX_Unmarshal

func (m *QueryGetVisionResponse) XXX_Unmarshal(b []byte) error

type QueryMagicKeyCountRequest

type QueryMagicKeyCountRequest struct {
}

func (*QueryMagicKeyCountRequest) Descriptor

func (*QueryMagicKeyCountRequest) Descriptor() ([]byte, []int)

func (*QueryMagicKeyCountRequest) Marshal

func (m *QueryMagicKeyCountRequest) Marshal() (dAtA []byte, err error)

func (*QueryMagicKeyCountRequest) MarshalTo

func (m *QueryMagicKeyCountRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryMagicKeyCountRequest) MarshalToSizedBuffer

func (m *QueryMagicKeyCountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryMagicKeyCountRequest) ProtoMessage

func (*QueryMagicKeyCountRequest) ProtoMessage()

func (*QueryMagicKeyCountRequest) Reset

func (m *QueryMagicKeyCountRequest) Reset()

func (*QueryMagicKeyCountRequest) Size

func (m *QueryMagicKeyCountRequest) Size() (n int)

func (*QueryMagicKeyCountRequest) String

func (m *QueryMagicKeyCountRequest) String() string

func (*QueryMagicKeyCountRequest) Unmarshal

func (m *QueryMagicKeyCountRequest) Unmarshal(dAtA []byte) error

func (*QueryMagicKeyCountRequest) XXX_DiscardUnknown

func (m *QueryMagicKeyCountRequest) XXX_DiscardUnknown()

func (*QueryMagicKeyCountRequest) XXX_Marshal

func (m *QueryMagicKeyCountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryMagicKeyCountRequest) XXX_Merge

func (m *QueryMagicKeyCountRequest) XXX_Merge(src proto.Message)

func (*QueryMagicKeyCountRequest) XXX_Size

func (m *QueryMagicKeyCountRequest) XXX_Size() int

func (*QueryMagicKeyCountRequest) XXX_Unmarshal

func (m *QueryMagicKeyCountRequest) XXX_Unmarshal(b []byte) error

type QueryMagicKeyCountResponse

type QueryMagicKeyCountResponse struct {
	Count uint64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
}

func (*QueryMagicKeyCountResponse) Descriptor

func (*QueryMagicKeyCountResponse) Descriptor() ([]byte, []int)

func (*QueryMagicKeyCountResponse) GetCount

func (m *QueryMagicKeyCountResponse) GetCount() uint64

func (*QueryMagicKeyCountResponse) Marshal

func (m *QueryMagicKeyCountResponse) Marshal() (dAtA []byte, err error)

func (*QueryMagicKeyCountResponse) MarshalTo

func (m *QueryMagicKeyCountResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryMagicKeyCountResponse) MarshalToSizedBuffer

func (m *QueryMagicKeyCountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryMagicKeyCountResponse) ProtoMessage

func (*QueryMagicKeyCountResponse) ProtoMessage()

func (*QueryMagicKeyCountResponse) Reset

func (m *QueryMagicKeyCountResponse) Reset()

func (*QueryMagicKeyCountResponse) Size

func (m *QueryMagicKeyCountResponse) Size() (n int)

func (*QueryMagicKeyCountResponse) String

func (m *QueryMagicKeyCountResponse) String() string

func (*QueryMagicKeyCountResponse) Unmarshal

func (m *QueryMagicKeyCountResponse) Unmarshal(dAtA []byte) error

func (*QueryMagicKeyCountResponse) XXX_DiscardUnknown

func (m *QueryMagicKeyCountResponse) XXX_DiscardUnknown()

func (*QueryMagicKeyCountResponse) XXX_Marshal

func (m *QueryMagicKeyCountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryMagicKeyCountResponse) XXX_Merge

func (m *QueryMagicKeyCountResponse) XXX_Merge(src proto.Message)

func (*QueryMagicKeyCountResponse) XXX_Size

func (m *QueryMagicKeyCountResponse) XXX_Size() int

func (*QueryMagicKeyCountResponse) XXX_Unmarshal

func (m *QueryMagicKeyCountResponse) XXX_Unmarshal(b []byte) error

type QueryMeditationCountRequest

type QueryMeditationCountRequest struct {
	MagicKeyId uint64 `protobuf:"varint,1,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
}

func (*QueryMeditationCountRequest) Descriptor

func (*QueryMeditationCountRequest) Descriptor() ([]byte, []int)

func (*QueryMeditationCountRequest) GetMagicKeyId

func (m *QueryMeditationCountRequest) GetMagicKeyId() uint64

func (*QueryMeditationCountRequest) Marshal

func (m *QueryMeditationCountRequest) Marshal() (dAtA []byte, err error)

func (*QueryMeditationCountRequest) MarshalTo

func (m *QueryMeditationCountRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryMeditationCountRequest) MarshalToSizedBuffer

func (m *QueryMeditationCountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryMeditationCountRequest) ProtoMessage

func (*QueryMeditationCountRequest) ProtoMessage()

func (*QueryMeditationCountRequest) Reset

func (m *QueryMeditationCountRequest) Reset()

func (*QueryMeditationCountRequest) Size

func (m *QueryMeditationCountRequest) Size() (n int)

func (*QueryMeditationCountRequest) String

func (m *QueryMeditationCountRequest) String() string

func (*QueryMeditationCountRequest) Unmarshal

func (m *QueryMeditationCountRequest) Unmarshal(dAtA []byte) error

func (*QueryMeditationCountRequest) XXX_DiscardUnknown

func (m *QueryMeditationCountRequest) XXX_DiscardUnknown()

func (*QueryMeditationCountRequest) XXX_Marshal

func (m *QueryMeditationCountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryMeditationCountRequest) XXX_Merge

func (m *QueryMeditationCountRequest) XXX_Merge(src proto.Message)

func (*QueryMeditationCountRequest) XXX_Size

func (m *QueryMeditationCountRequest) XXX_Size() int

func (*QueryMeditationCountRequest) XXX_Unmarshal

func (m *QueryMeditationCountRequest) XXX_Unmarshal(b []byte) error

type QueryMeditationCountResponse

type QueryMeditationCountResponse struct {
	Count string `protobuf:"bytes,1,opt,name=count,proto3" json:"count,omitempty"`
}

func (*QueryMeditationCountResponse) Descriptor

func (*QueryMeditationCountResponse) Descriptor() ([]byte, []int)

func (*QueryMeditationCountResponse) GetCount

func (m *QueryMeditationCountResponse) GetCount() string

func (*QueryMeditationCountResponse) Marshal

func (m *QueryMeditationCountResponse) Marshal() (dAtA []byte, err error)

func (*QueryMeditationCountResponse) MarshalTo

func (m *QueryMeditationCountResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryMeditationCountResponse) MarshalToSizedBuffer

func (m *QueryMeditationCountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryMeditationCountResponse) ProtoMessage

func (*QueryMeditationCountResponse) ProtoMessage()

func (*QueryMeditationCountResponse) Reset

func (m *QueryMeditationCountResponse) Reset()

func (*QueryMeditationCountResponse) Size

func (m *QueryMeditationCountResponse) Size() (n int)

func (*QueryMeditationCountResponse) String

func (*QueryMeditationCountResponse) Unmarshal

func (m *QueryMeditationCountResponse) Unmarshal(dAtA []byte) error

func (*QueryMeditationCountResponse) XXX_DiscardUnknown

func (m *QueryMeditationCountResponse) XXX_DiscardUnknown()

func (*QueryMeditationCountResponse) XXX_Marshal

func (m *QueryMeditationCountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryMeditationCountResponse) XXX_Merge

func (m *QueryMeditationCountResponse) XXX_Merge(src proto.Message)

func (*QueryMeditationCountResponse) XXX_Size

func (m *QueryMeditationCountResponse) XXX_Size() int

func (*QueryMeditationCountResponse) XXX_Unmarshal

func (m *QueryMeditationCountResponse) XXX_Unmarshal(b []byte) error

type QueryParamsRequest

type QueryParamsRequest struct {
}

QueryParamsRequest is request type for the Query/Params RPC method.

func (*QueryParamsRequest) Descriptor

func (*QueryParamsRequest) Descriptor() ([]byte, []int)

func (*QueryParamsRequest) Marshal

func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error)

func (*QueryParamsRequest) MarshalTo

func (m *QueryParamsRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryParamsRequest) MarshalToSizedBuffer

func (m *QueryParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryParamsRequest) ProtoMessage

func (*QueryParamsRequest) ProtoMessage()

func (*QueryParamsRequest) Reset

func (m *QueryParamsRequest) Reset()

func (*QueryParamsRequest) Size

func (m *QueryParamsRequest) Size() (n int)

func (*QueryParamsRequest) String

func (m *QueryParamsRequest) String() string

func (*QueryParamsRequest) Unmarshal

func (m *QueryParamsRequest) Unmarshal(dAtA []byte) error

func (*QueryParamsRequest) XXX_DiscardUnknown

func (m *QueryParamsRequest) XXX_DiscardUnknown()

func (*QueryParamsRequest) XXX_Marshal

func (m *QueryParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryParamsRequest) XXX_Merge

func (m *QueryParamsRequest) XXX_Merge(src proto.Message)

func (*QueryParamsRequest) XXX_Size

func (m *QueryParamsRequest) XXX_Size() int

func (*QueryParamsRequest) XXX_Unmarshal

func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error

type QueryParamsResponse

type QueryParamsResponse struct {
	// params holds all the parameters of this module.
	Params Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params"`
}

QueryParamsResponse is response type for the Query/Params RPC method.

func (*QueryParamsResponse) Descriptor

func (*QueryParamsResponse) Descriptor() ([]byte, []int)

func (*QueryParamsResponse) GetParams

func (m *QueryParamsResponse) GetParams() Params

func (*QueryParamsResponse) Marshal

func (m *QueryParamsResponse) Marshal() (dAtA []byte, err error)

func (*QueryParamsResponse) MarshalTo

func (m *QueryParamsResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryParamsResponse) MarshalToSizedBuffer

func (m *QueryParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryParamsResponse) ProtoMessage

func (*QueryParamsResponse) ProtoMessage()

func (*QueryParamsResponse) Reset

func (m *QueryParamsResponse) Reset()

func (*QueryParamsResponse) Size

func (m *QueryParamsResponse) Size() (n int)

func (*QueryParamsResponse) String

func (m *QueryParamsResponse) String() string

func (*QueryParamsResponse) Unmarshal

func (m *QueryParamsResponse) Unmarshal(dAtA []byte) error

func (*QueryParamsResponse) XXX_DiscardUnknown

func (m *QueryParamsResponse) XXX_DiscardUnknown()

func (*QueryParamsResponse) XXX_Marshal

func (m *QueryParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryParamsResponse) XXX_Merge

func (m *QueryParamsResponse) XXX_Merge(src proto.Message)

func (*QueryParamsResponse) XXX_Size

func (m *QueryParamsResponse) XXX_Size() int

func (*QueryParamsResponse) XXX_Unmarshal

func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error

type QueryServer

type QueryServer interface {
	// Parameters queries the parameters of the module.
	Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error)
	// Queries a MagicKey by id.
	MagicKey(context.Context, *QueryGetMagicKeyRequest) (*QueryGetMagicKeyResponse, error)
	// Queries a list of MagicKey items.
	MagicKeyAll(context.Context, *QueryAllMagicKeyRequest) (*QueryAllMagicKeyResponse, error)
	// Queries a MagicKeySummoning by id.
	MagicKeySummoning(context.Context, *QueryGetMagicKeySummoningRequest) (*QueryGetMagicKeySummoningResponse, error)
	// Queries a list of MagicKeySummoning items.
	MagicKeySummoningAll(context.Context, *QueryAllMagicKeySummoningRequest) (*QueryAllMagicKeySummoningResponse, error)
	// Queries a HighCouncil by id.
	HighCouncil(context.Context, *QueryGetHighCouncilRequest) (*QueryGetHighCouncilResponse, error)
	// Queries a list of HighCouncil items.
	HighCouncilAll(context.Context, *QueryAllHighCouncilRequest) (*QueryAllHighCouncilResponse, error)
	// Queries a CurrentMagicKey by index.
	CurrentMagicKey(context.Context, *QueryGetCurrentMagicKeyRequest) (*QueryGetCurrentMagicKeyResponse, error)
	// Queries a HighCouncilConjurings by id.
	HighCouncilConjurings(context.Context, *QueryGetHighCouncilConjuringsRequest) (*QueryGetHighCouncilConjuringsResponse, error)
	// Queries a list of HighCouncilConjurings items.
	HighCouncilConjuringsAll(context.Context, *QueryAllHighCouncilConjuringsRequest) (*QueryAllHighCouncilConjuringsResponse, error)
	// Queries a SpiritConjuringPoems by id.
	SpiritConjuringPoems(context.Context, *QueryGetSpiritConjuringPoemsRequest) (*QueryGetSpiritConjuringPoemsResponse, error)
	// Queries a list of SpiritConjuringPoems items.
	SpiritConjuringPoemsAll(context.Context, *QueryAllSpiritConjuringPoemsRequest) (*QueryAllSpiritConjuringPoemsResponse, error)
	// Queries a Verse by id.
	Verse(context.Context, *QueryGetVerseRequest) (*QueryGetVerseResponse, error)
	// Queries a list of Verse items.
	VerseAll(context.Context, *QueryAllVerseRequest) (*QueryAllVerseResponse, error)
	// Queries a list of VerseCount items.
	VerseCount(context.Context, *QueryVerseCountRequest) (*QueryVerseCountResponse, error)
	// Queries a list of MagicKeyCount items.
	MagicKeyCount(context.Context, *QueryMagicKeyCountRequest) (*QueryMagicKeyCountResponse, error)
	// Queries a Vision by id.
	Vision(context.Context, *QueryGetVisionRequest) (*QueryGetVisionResponse, error)
	// Queries a list of Vision items.
	VisionAll(context.Context, *QueryAllVisionRequest) (*QueryAllVisionResponse, error)
	// Queries a Message by id.
	Message(context.Context, *QueryGetMessageRequest) (*QueryGetMessageResponse, error)
	// Queries a list of Message items.
	MessageAll(context.Context, *QueryAllMessageRequest) (*QueryAllMessageResponse, error)
	// Queries a SignatureRequest by id.
	SignatureRequest(context.Context, *QueryGetSignatureRequestRequest) (*QueryGetSignatureRequestResponse, error)
	// Queries a list of SignatureRequest items.
	SignatureRequestAll(context.Context, *QueryAllSignatureRequestRequest) (*QueryAllSignatureRequestResponse, error)
	// Queries a SignatureShare by id.
	SignatureShare(context.Context, *QueryGetSignatureShareRequest) (*QueryGetSignatureShareResponse, error)
	// Queries a list of SignatureShare items.
	SignatureShareAll(context.Context, *QueryAllSignatureShareRequest) (*QueryAllSignatureShareResponse, error)
	// Queries a SignedMessage by id.
	SignedMessage(context.Context, *QueryGetSignedMessageRequest) (*QueryGetSignedMessageResponse, error)
	// Queries a list of SignedMessage items.
	SignedMessageAll(context.Context, *QueryAllSignedMessageRequest) (*QueryAllSignedMessageResponse, error)
	// Queries a MeditationSummoning by id.
	MeditationSummoning(context.Context, *QueryGetMeditationSummoningRequest) (*QueryGetMeditationSummoningResponse, error)
	// Queries a list of MeditationSummoning items.
	MeditationSummoningAll(context.Context, *QueryAllMeditationSummoningRequest) (*QueryAllMeditationSummoningResponse, error)
	// Queries a Meditation by id.
	Meditation(context.Context, *QueryGetMeditationRequest) (*QueryGetMeditationResponse, error)
	// Queries a list of Meditation items.
	MeditationAll(context.Context, *QueryAllMeditationRequest) (*QueryAllMeditationResponse, error)
	// Queries a list of MeditationCount items.
	MeditationCount(context.Context, *QueryMeditationCountRequest) (*QueryMeditationCountResponse, error)
	// Queries a Scripture by index.
	Scripture(context.Context, *QueryGetScriptureRequest) (*QueryGetScriptureResponse, error)
	// Queries a list of Scripture items.
	ScriptureAll(context.Context, *QueryAllScriptureRequest) (*QueryAllScriptureResponse, error)
	// Queries a ScriptureSignatureRequest by id.
	ScriptureSignatureRequest(context.Context, *QueryGetScriptureSignatureRequestRequest) (*QueryGetScriptureSignatureRequestResponse, error)
	// Queries a list of ScriptureSignatureRequest items.
	ScriptureSignatureRequestAll(context.Context, *QueryAllScriptureSignatureRequestRequest) (*QueryAllScriptureSignatureRequestResponse, error)
	// Queries a ScriptureSignatureShare by id.
	ScriptureSignatureShare(context.Context, *QueryGetScriptureSignatureShareRequest) (*QueryGetScriptureSignatureShareResponse, error)
	// Queries a list of ScriptureSignatureShare items.
	ScriptureSignatureShareAll(context.Context, *QueryAllScriptureSignatureShareRequest) (*QueryAllScriptureSignatureShareResponse, error)
	// Queries a SignedScripture by index.
	SignedScripture(context.Context, *QueryGetSignedScriptureRequest) (*QueryGetSignedScriptureResponse, error)
	// Queries a list of SignedScripture items.
	SignedScriptureAll(context.Context, *QueryAllSignedScriptureRequest) (*QueryAllSignedScriptureResponse, error)
	// Queries a SignedScriptureList by id.
	SignedScriptureList(context.Context, *QueryGetSignedScriptureListRequest) (*QueryGetSignedScriptureListResponse, error)
	// Queries a list of SignedScriptureList items.
	SignedScriptureListAll(context.Context, *QueryAllSignedScriptureListRequest) (*QueryAllSignedScriptureListResponse, error)
	// Queries a list of Blessing items.
	Blessing(context.Context, *QueryGetBlessingRequest) (*QueryGetBlessingResponse, error)
	BlessingAll(context.Context, *QueryAllBlessingRequest) (*QueryAllBlessingResponse, error)
	// Queries a list of BlessingReceipt items.
	BlessingReceipt(context.Context, *QueryGetBlessingReceiptRequest) (*QueryGetBlessingReceiptResponse, error)
	BlessingReceiptAll(context.Context, *QueryAllBlessingReceiptRequest) (*QueryAllBlessingReceiptResponse, error)
	// Queries a list of Imploring items.
	Imploring(context.Context, *QueryGetImploringRequest) (*QueryGetImploringResponse, error)
	ImploringAll(context.Context, *QueryAllImploringRequest) (*QueryAllImploringResponse, error)
	// Queries a list of KillConjuring items.
	KillConjuring(context.Context, *QueryGetKillConjuringRequest) (*QueryGetKillConjuringResponse, error)
	KillConjuringAll(context.Context, *QueryAllKillConjuringRequest) (*QueryAllKillConjuringResponse, error)
	// Queries a list of KillImploring items.
	KillImploring(context.Context, *QueryGetKillImploringRequest) (*QueryGetKillImploringResponse, error)
	KillImploringAll(context.Context, *QueryAllKillImploringRequest) (*QueryAllKillImploringResponse, error)
	// Queries a list of KillMeditationSummoning items.
	KillMeditationSummoning(context.Context, *QueryGetKillMeditationSummoningRequest) (*QueryGetKillMeditationSummoningResponse, error)
	KillMeditationSummoningAll(context.Context, *QueryAllKillMeditationSummoningRequest) (*QueryAllKillMeditationSummoningResponse, error)
	// Queries a list of KillMagicKeySummoning items.
	KillMagicKeySummoning(context.Context, *QueryGetKillMagicKeySummoningRequest) (*QueryGetKillMagicKeySummoningResponse, error)
	KillMagicKeySummoningAll(context.Context, *QueryAllKillMagicKeySummoningRequest) (*QueryAllKillMagicKeySummoningResponse, error)
	// Queries a list of KillScriptureSignatureRequest items.
	KillScriptureSignatureRequest(context.Context, *QueryGetKillScriptureSignatureRequestRequest) (*QueryGetKillScriptureSignatureRequestResponse, error)
	KillScriptureSignatureRequestAll(context.Context, *QueryAllKillScriptureSignatureRequestRequest) (*QueryAllKillScriptureSignatureRequestResponse, error)
	// Queries a list of KillSignatureRequest items.
	KillSignatureRequest(context.Context, *QueryGetKillSignatureRequestRequest) (*QueryGetKillSignatureRequestResponse, error)
	KillSignatureRequestAll(context.Context, *QueryAllKillSignatureRequestRequest) (*QueryAllKillSignatureRequestResponse, error)
	// Queries a list of EncryptedMagicKeyShare items.
	EncryptedMagicKeyShare(context.Context, *QueryGetEncryptedMagicKeyShareRequest) (*QueryGetEncryptedMagicKeyShareResponse, error)
	EncryptedMagicKeyShareAll(context.Context, *QueryAllEncryptedMagicKeyShareRequest) (*QueryAllEncryptedMagicKeyShareResponse, error)
	// Queries a list of EncryptedPreSign items.
	EncryptedPreSign(context.Context, *QueryGetEncryptedPreSignRequest) (*QueryGetEncryptedPreSignResponse, error)
	EncryptedPreSignAll(context.Context, *QueryAllEncryptedPreSignRequest) (*QueryAllEncryptedPreSignResponse, error)
}

QueryServer is the server API for Query service.

type QueryVerseCountRequest

type QueryVerseCountRequest struct {
	MagicKeyId string `protobuf:"bytes,1,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
}

func (*QueryVerseCountRequest) Descriptor

func (*QueryVerseCountRequest) Descriptor() ([]byte, []int)

func (*QueryVerseCountRequest) GetMagicKeyId

func (m *QueryVerseCountRequest) GetMagicKeyId() string

func (*QueryVerseCountRequest) Marshal

func (m *QueryVerseCountRequest) Marshal() (dAtA []byte, err error)

func (*QueryVerseCountRequest) MarshalTo

func (m *QueryVerseCountRequest) MarshalTo(dAtA []byte) (int, error)

func (*QueryVerseCountRequest) MarshalToSizedBuffer

func (m *QueryVerseCountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryVerseCountRequest) ProtoMessage

func (*QueryVerseCountRequest) ProtoMessage()

func (*QueryVerseCountRequest) Reset

func (m *QueryVerseCountRequest) Reset()

func (*QueryVerseCountRequest) Size

func (m *QueryVerseCountRequest) Size() (n int)

func (*QueryVerseCountRequest) String

func (m *QueryVerseCountRequest) String() string

func (*QueryVerseCountRequest) Unmarshal

func (m *QueryVerseCountRequest) Unmarshal(dAtA []byte) error

func (*QueryVerseCountRequest) XXX_DiscardUnknown

func (m *QueryVerseCountRequest) XXX_DiscardUnknown()

func (*QueryVerseCountRequest) XXX_Marshal

func (m *QueryVerseCountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryVerseCountRequest) XXX_Merge

func (m *QueryVerseCountRequest) XXX_Merge(src proto.Message)

func (*QueryVerseCountRequest) XXX_Size

func (m *QueryVerseCountRequest) XXX_Size() int

func (*QueryVerseCountRequest) XXX_Unmarshal

func (m *QueryVerseCountRequest) XXX_Unmarshal(b []byte) error

type QueryVerseCountResponse

type QueryVerseCountResponse struct {
	Count string `protobuf:"bytes,1,opt,name=count,proto3" json:"count,omitempty"`
}

func (*QueryVerseCountResponse) Descriptor

func (*QueryVerseCountResponse) Descriptor() ([]byte, []int)

func (*QueryVerseCountResponse) GetCount

func (m *QueryVerseCountResponse) GetCount() string

func (*QueryVerseCountResponse) Marshal

func (m *QueryVerseCountResponse) Marshal() (dAtA []byte, err error)

func (*QueryVerseCountResponse) MarshalTo

func (m *QueryVerseCountResponse) MarshalTo(dAtA []byte) (int, error)

func (*QueryVerseCountResponse) MarshalToSizedBuffer

func (m *QueryVerseCountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*QueryVerseCountResponse) ProtoMessage

func (*QueryVerseCountResponse) ProtoMessage()

func (*QueryVerseCountResponse) Reset

func (m *QueryVerseCountResponse) Reset()

func (*QueryVerseCountResponse) Size

func (m *QueryVerseCountResponse) Size() (n int)

func (*QueryVerseCountResponse) String

func (m *QueryVerseCountResponse) String() string

func (*QueryVerseCountResponse) Unmarshal

func (m *QueryVerseCountResponse) Unmarshal(dAtA []byte) error

func (*QueryVerseCountResponse) XXX_DiscardUnknown

func (m *QueryVerseCountResponse) XXX_DiscardUnknown()

func (*QueryVerseCountResponse) XXX_Marshal

func (m *QueryVerseCountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryVerseCountResponse) XXX_Merge

func (m *QueryVerseCountResponse) XXX_Merge(src proto.Message)

func (*QueryVerseCountResponse) XXX_Size

func (m *QueryVerseCountResponse) XXX_Size() int

func (*QueryVerseCountResponse) XXX_Unmarshal

func (m *QueryVerseCountResponse) XXX_Unmarshal(b []byte) error

type Scripture

type Scripture struct {
	Index    string `protobuf:"bytes,1,opt,name=index,proto3" json:"index,omitempty"`
	Hash     string `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"`
	Location string `protobuf:"bytes,3,opt,name=location,proto3" json:"location,omitempty"`
	Address  string `protobuf:"bytes,4,opt,name=address,proto3" json:"address,omitempty"`
	Alias    string `protobuf:"bytes,5,opt,name=alias,proto3" json:"alias,omitempty"`
	Value    string `protobuf:"bytes,6,opt,name=value,proto3" json:"value,omitempty"`
}

func (*Scripture) Descriptor

func (*Scripture) Descriptor() ([]byte, []int)

func (*Scripture) GetAddress

func (m *Scripture) GetAddress() string

func (*Scripture) GetAlias

func (m *Scripture) GetAlias() string

func (*Scripture) GetHash

func (m *Scripture) GetHash() string

func (*Scripture) GetIndex

func (m *Scripture) GetIndex() string

func (*Scripture) GetLocation

func (m *Scripture) GetLocation() string

func (*Scripture) GetValue

func (m *Scripture) GetValue() string

func (*Scripture) Marshal

func (m *Scripture) Marshal() (dAtA []byte, err error)

func (*Scripture) MarshalTo

func (m *Scripture) MarshalTo(dAtA []byte) (int, error)

func (*Scripture) MarshalToSizedBuffer

func (m *Scripture) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Scripture) ProtoMessage

func (*Scripture) ProtoMessage()

func (*Scripture) Reset

func (m *Scripture) Reset()

func (*Scripture) Size

func (m *Scripture) Size() (n int)

func (*Scripture) String

func (m *Scripture) String() string

func (*Scripture) Unmarshal

func (m *Scripture) Unmarshal(dAtA []byte) error

func (*Scripture) XXX_DiscardUnknown

func (m *Scripture) XXX_DiscardUnknown()

func (*Scripture) XXX_Marshal

func (m *Scripture) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Scripture) XXX_Merge

func (m *Scripture) XXX_Merge(src proto.Message)

func (*Scripture) XXX_Size

func (m *Scripture) XXX_Size() int

func (*Scripture) XXX_Unmarshal

func (m *Scripture) XXX_Unmarshal(b []byte) error

type ScriptureSignatureRequest

type ScriptureSignatureRequest struct {
	Id             uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ScriptureIndex string `protobuf:"bytes,2,opt,name=scriptureIndex,proto3" json:"scriptureIndex,omitempty"`
	BlockHeight    uint64 `protobuf:"varint,3,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
}

func (*ScriptureSignatureRequest) Descriptor

func (*ScriptureSignatureRequest) Descriptor() ([]byte, []int)

func (*ScriptureSignatureRequest) GetBlockHeight

func (m *ScriptureSignatureRequest) GetBlockHeight() uint64

func (*ScriptureSignatureRequest) GetId

func (m *ScriptureSignatureRequest) GetId() uint64

func (*ScriptureSignatureRequest) GetScriptureIndex

func (m *ScriptureSignatureRequest) GetScriptureIndex() string

func (*ScriptureSignatureRequest) Marshal

func (m *ScriptureSignatureRequest) Marshal() (dAtA []byte, err error)

func (*ScriptureSignatureRequest) MarshalTo

func (m *ScriptureSignatureRequest) MarshalTo(dAtA []byte) (int, error)

func (*ScriptureSignatureRequest) MarshalToSizedBuffer

func (m *ScriptureSignatureRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ScriptureSignatureRequest) ProtoMessage

func (*ScriptureSignatureRequest) ProtoMessage()

func (*ScriptureSignatureRequest) Reset

func (m *ScriptureSignatureRequest) Reset()

func (*ScriptureSignatureRequest) Size

func (m *ScriptureSignatureRequest) Size() (n int)

func (*ScriptureSignatureRequest) String

func (m *ScriptureSignatureRequest) String() string

func (*ScriptureSignatureRequest) Unmarshal

func (m *ScriptureSignatureRequest) Unmarshal(dAtA []byte) error

func (*ScriptureSignatureRequest) XXX_DiscardUnknown

func (m *ScriptureSignatureRequest) XXX_DiscardUnknown()

func (*ScriptureSignatureRequest) XXX_Marshal

func (m *ScriptureSignatureRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ScriptureSignatureRequest) XXX_Merge

func (m *ScriptureSignatureRequest) XXX_Merge(src proto.Message)

func (*ScriptureSignatureRequest) XXX_Size

func (m *ScriptureSignatureRequest) XXX_Size() int

func (*ScriptureSignatureRequest) XXX_Unmarshal

func (m *ScriptureSignatureRequest) XXX_Unmarshal(b []byte) error

type ScriptureSignatureShare

type ScriptureSignatureShare struct {
	Id             uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ScriptureIndex string `protobuf:"bytes,2,opt,name=scriptureIndex,proto3" json:"scriptureIndex,omitempty"`
	ShareData      string `protobuf:"bytes,3,opt,name=shareData,proto3" json:"shareData,omitempty"`
	MagicKeyId     uint64 `protobuf:"varint,4,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
	PubKey         string `protobuf:"bytes,5,opt,name=pubKey,proto3" json:"pubKey,omitempty"`
	Creator        string `protobuf:"bytes,6,opt,name=creator,proto3" json:"creator,omitempty"`
}

func (*ScriptureSignatureShare) Descriptor

func (*ScriptureSignatureShare) Descriptor() ([]byte, []int)

func (*ScriptureSignatureShare) GetCreator

func (m *ScriptureSignatureShare) GetCreator() string

func (*ScriptureSignatureShare) GetId

func (m *ScriptureSignatureShare) GetId() uint64

func (*ScriptureSignatureShare) GetMagicKeyId

func (m *ScriptureSignatureShare) GetMagicKeyId() uint64

func (*ScriptureSignatureShare) GetPubKey

func (m *ScriptureSignatureShare) GetPubKey() string

func (*ScriptureSignatureShare) GetScriptureIndex

func (m *ScriptureSignatureShare) GetScriptureIndex() string

func (*ScriptureSignatureShare) GetShareData

func (m *ScriptureSignatureShare) GetShareData() string

func (*ScriptureSignatureShare) Marshal

func (m *ScriptureSignatureShare) Marshal() (dAtA []byte, err error)

func (*ScriptureSignatureShare) MarshalTo

func (m *ScriptureSignatureShare) MarshalTo(dAtA []byte) (int, error)

func (*ScriptureSignatureShare) MarshalToSizedBuffer

func (m *ScriptureSignatureShare) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ScriptureSignatureShare) ProtoMessage

func (*ScriptureSignatureShare) ProtoMessage()

func (*ScriptureSignatureShare) Reset

func (m *ScriptureSignatureShare) Reset()

func (*ScriptureSignatureShare) Size

func (m *ScriptureSignatureShare) Size() (n int)

func (*ScriptureSignatureShare) String

func (m *ScriptureSignatureShare) String() string

func (*ScriptureSignatureShare) Unmarshal

func (m *ScriptureSignatureShare) Unmarshal(dAtA []byte) error

func (*ScriptureSignatureShare) XXX_DiscardUnknown

func (m *ScriptureSignatureShare) XXX_DiscardUnknown()

func (*ScriptureSignatureShare) XXX_Marshal

func (m *ScriptureSignatureShare) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ScriptureSignatureShare) XXX_Merge

func (m *ScriptureSignatureShare) XXX_Merge(src proto.Message)

func (*ScriptureSignatureShare) XXX_Size

func (m *ScriptureSignatureShare) XXX_Size() int

func (*ScriptureSignatureShare) XXX_Unmarshal

func (m *ScriptureSignatureShare) XXX_Unmarshal(b []byte) error

type SignatureRequest

type SignatureRequest struct {
	Id          uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	MessageId   uint64 `protobuf:"varint,2,opt,name=messageId,proto3" json:"messageId,omitempty"`
	Creator     string `protobuf:"bytes,3,opt,name=creator,proto3" json:"creator,omitempty"`
	BlockHeight uint64 `protobuf:"varint,4,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
}

func (*SignatureRequest) Descriptor

func (*SignatureRequest) Descriptor() ([]byte, []int)

func (*SignatureRequest) GetBlockHeight

func (m *SignatureRequest) GetBlockHeight() uint64

func (*SignatureRequest) GetCreator

func (m *SignatureRequest) GetCreator() string

func (*SignatureRequest) GetId

func (m *SignatureRequest) GetId() uint64

func (*SignatureRequest) GetMessageId

func (m *SignatureRequest) GetMessageId() uint64

func (*SignatureRequest) Marshal

func (m *SignatureRequest) Marshal() (dAtA []byte, err error)

func (*SignatureRequest) MarshalTo

func (m *SignatureRequest) MarshalTo(dAtA []byte) (int, error)

func (*SignatureRequest) MarshalToSizedBuffer

func (m *SignatureRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SignatureRequest) ProtoMessage

func (*SignatureRequest) ProtoMessage()

func (*SignatureRequest) Reset

func (m *SignatureRequest) Reset()

func (*SignatureRequest) Size

func (m *SignatureRequest) Size() (n int)

func (*SignatureRequest) String

func (m *SignatureRequest) String() string

func (*SignatureRequest) Unmarshal

func (m *SignatureRequest) Unmarshal(dAtA []byte) error

func (*SignatureRequest) XXX_DiscardUnknown

func (m *SignatureRequest) XXX_DiscardUnknown()

func (*SignatureRequest) XXX_Marshal

func (m *SignatureRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignatureRequest) XXX_Merge

func (m *SignatureRequest) XXX_Merge(src proto.Message)

func (*SignatureRequest) XXX_Size

func (m *SignatureRequest) XXX_Size() int

func (*SignatureRequest) XXX_Unmarshal

func (m *SignatureRequest) XXX_Unmarshal(b []byte) error

type SignatureShare

type SignatureShare struct {
	Id         uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	MessageId  uint64 `protobuf:"varint,2,opt,name=messageId,proto3" json:"messageId,omitempty"`
	ShareData  string `protobuf:"bytes,3,opt,name=shareData,proto3" json:"shareData,omitempty"`
	MagicKeyId uint64 `protobuf:"varint,4,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
	PubKey     string `protobuf:"bytes,5,opt,name=pubKey,proto3" json:"pubKey,omitempty"`
	Creator    string `protobuf:"bytes,6,opt,name=creator,proto3" json:"creator,omitempty"`
}

func (*SignatureShare) Descriptor

func (*SignatureShare) Descriptor() ([]byte, []int)

func (*SignatureShare) GetCreator

func (m *SignatureShare) GetCreator() string

func (*SignatureShare) GetId

func (m *SignatureShare) GetId() uint64

func (*SignatureShare) GetMagicKeyId

func (m *SignatureShare) GetMagicKeyId() uint64

func (*SignatureShare) GetMessageId

func (m *SignatureShare) GetMessageId() uint64

func (*SignatureShare) GetPubKey

func (m *SignatureShare) GetPubKey() string

func (*SignatureShare) GetShareData

func (m *SignatureShare) GetShareData() string

func (*SignatureShare) Marshal

func (m *SignatureShare) Marshal() (dAtA []byte, err error)

func (*SignatureShare) MarshalTo

func (m *SignatureShare) MarshalTo(dAtA []byte) (int, error)

func (*SignatureShare) MarshalToSizedBuffer

func (m *SignatureShare) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SignatureShare) ProtoMessage

func (*SignatureShare) ProtoMessage()

func (*SignatureShare) Reset

func (m *SignatureShare) Reset()

func (*SignatureShare) Size

func (m *SignatureShare) Size() (n int)

func (*SignatureShare) String

func (m *SignatureShare) String() string

func (*SignatureShare) Unmarshal

func (m *SignatureShare) Unmarshal(dAtA []byte) error

func (*SignatureShare) XXX_DiscardUnknown

func (m *SignatureShare) XXX_DiscardUnknown()

func (*SignatureShare) XXX_Marshal

func (m *SignatureShare) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignatureShare) XXX_Merge

func (m *SignatureShare) XXX_Merge(src proto.Message)

func (*SignatureShare) XXX_Size

func (m *SignatureShare) XXX_Size() int

func (*SignatureShare) XXX_Unmarshal

func (m *SignatureShare) XXX_Unmarshal(b []byte) error

type SignedMessage

type SignedMessage struct {
	Id             uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Body           string `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	Signature      string `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"`
	BitcoinAddress string `protobuf:"bytes,4,opt,name=bitcoinAddress,proto3" json:"bitcoinAddress,omitempty"`
	MessageId      uint64 `protobuf:"varint,5,opt,name=messageId,proto3" json:"messageId,omitempty"`
	Creator        string `protobuf:"bytes,6,opt,name=creator,proto3" json:"creator,omitempty"`
	MagicKeyId     uint64 `protobuf:"varint,7,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
}

func (*SignedMessage) Descriptor

func (*SignedMessage) Descriptor() ([]byte, []int)

func (*SignedMessage) GetBitcoinAddress

func (m *SignedMessage) GetBitcoinAddress() string

func (*SignedMessage) GetBody

func (m *SignedMessage) GetBody() string

func (*SignedMessage) GetCreator

func (m *SignedMessage) GetCreator() string

func (*SignedMessage) GetId

func (m *SignedMessage) GetId() uint64

func (*SignedMessage) GetMagicKeyId

func (m *SignedMessage) GetMagicKeyId() uint64

func (*SignedMessage) GetMessageId

func (m *SignedMessage) GetMessageId() uint64

func (*SignedMessage) GetSignature

func (m *SignedMessage) GetSignature() string

func (*SignedMessage) Marshal

func (m *SignedMessage) Marshal() (dAtA []byte, err error)

func (*SignedMessage) MarshalTo

func (m *SignedMessage) MarshalTo(dAtA []byte) (int, error)

func (*SignedMessage) MarshalToSizedBuffer

func (m *SignedMessage) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SignedMessage) ProtoMessage

func (*SignedMessage) ProtoMessage()

func (*SignedMessage) Reset

func (m *SignedMessage) Reset()

func (*SignedMessage) Size

func (m *SignedMessage) Size() (n int)

func (*SignedMessage) String

func (m *SignedMessage) String() string

func (*SignedMessage) Unmarshal

func (m *SignedMessage) Unmarshal(dAtA []byte) error

func (*SignedMessage) XXX_DiscardUnknown

func (m *SignedMessage) XXX_DiscardUnknown()

func (*SignedMessage) XXX_Marshal

func (m *SignedMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignedMessage) XXX_Merge

func (m *SignedMessage) XXX_Merge(src proto.Message)

func (*SignedMessage) XXX_Size

func (m *SignedMessage) XXX_Size() int

func (*SignedMessage) XXX_Unmarshal

func (m *SignedMessage) XXX_Unmarshal(b []byte) error

type SignedScripture

type SignedScripture struct {
	Index      string `protobuf:"bytes,1,opt,name=index,proto3" json:"index,omitempty"`
	Signature  string `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	BtcAddress string `protobuf:"bytes,3,opt,name=btcAddress,proto3" json:"btcAddress,omitempty"`
	MagicKeyId string `protobuf:"bytes,4,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
}

func (*SignedScripture) Descriptor

func (*SignedScripture) Descriptor() ([]byte, []int)

func (*SignedScripture) GetBtcAddress

func (m *SignedScripture) GetBtcAddress() string

func (*SignedScripture) GetIndex

func (m *SignedScripture) GetIndex() string

func (*SignedScripture) GetMagicKeyId

func (m *SignedScripture) GetMagicKeyId() string

func (*SignedScripture) GetSignature

func (m *SignedScripture) GetSignature() string

func (*SignedScripture) Marshal

func (m *SignedScripture) Marshal() (dAtA []byte, err error)

func (*SignedScripture) MarshalTo

func (m *SignedScripture) MarshalTo(dAtA []byte) (int, error)

func (*SignedScripture) MarshalToSizedBuffer

func (m *SignedScripture) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SignedScripture) ProtoMessage

func (*SignedScripture) ProtoMessage()

func (*SignedScripture) Reset

func (m *SignedScripture) Reset()

func (*SignedScripture) Size

func (m *SignedScripture) Size() (n int)

func (*SignedScripture) String

func (m *SignedScripture) String() string

func (*SignedScripture) Unmarshal

func (m *SignedScripture) Unmarshal(dAtA []byte) error

func (*SignedScripture) XXX_DiscardUnknown

func (m *SignedScripture) XXX_DiscardUnknown()

func (*SignedScripture) XXX_Marshal

func (m *SignedScripture) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignedScripture) XXX_Merge

func (m *SignedScripture) XXX_Merge(src proto.Message)

func (*SignedScripture) XXX_Size

func (m *SignedScripture) XXX_Size() int

func (*SignedScripture) XXX_Unmarshal

func (m *SignedScripture) XXX_Unmarshal(b []byte) error

type SignedScriptureList

type SignedScriptureList struct {
	Id             uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ScriptureIndex string `protobuf:"bytes,2,opt,name=scriptureIndex,proto3" json:"scriptureIndex,omitempty"`
	Creator        string `protobuf:"bytes,3,opt,name=creator,proto3" json:"creator,omitempty"`
}

func (*SignedScriptureList) Descriptor

func (*SignedScriptureList) Descriptor() ([]byte, []int)

func (*SignedScriptureList) GetCreator

func (m *SignedScriptureList) GetCreator() string

func (*SignedScriptureList) GetId

func (m *SignedScriptureList) GetId() uint64

func (*SignedScriptureList) GetScriptureIndex

func (m *SignedScriptureList) GetScriptureIndex() string

func (*SignedScriptureList) Marshal

func (m *SignedScriptureList) Marshal() (dAtA []byte, err error)

func (*SignedScriptureList) MarshalTo

func (m *SignedScriptureList) MarshalTo(dAtA []byte) (int, error)

func (*SignedScriptureList) MarshalToSizedBuffer

func (m *SignedScriptureList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SignedScriptureList) ProtoMessage

func (*SignedScriptureList) ProtoMessage()

func (*SignedScriptureList) Reset

func (m *SignedScriptureList) Reset()

func (*SignedScriptureList) Size

func (m *SignedScriptureList) Size() (n int)

func (*SignedScriptureList) String

func (m *SignedScriptureList) String() string

func (*SignedScriptureList) Unmarshal

func (m *SignedScriptureList) Unmarshal(dAtA []byte) error

func (*SignedScriptureList) XXX_DiscardUnknown

func (m *SignedScriptureList) XXX_DiscardUnknown()

func (*SignedScriptureList) XXX_Marshal

func (m *SignedScriptureList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignedScriptureList) XXX_Merge

func (m *SignedScriptureList) XXX_Merge(src proto.Message)

func (*SignedScriptureList) XXX_Size

func (m *SignedScriptureList) XXX_Size() int

func (*SignedScriptureList) XXX_Unmarshal

func (m *SignedScriptureList) XXX_Unmarshal(b []byte) error

type SpiritConjuringPoems

type SpiritConjuringPoems struct {
	Id          uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	MagicKeyId  uint64 `protobuf:"varint,2,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
	BlockHeight uint64 `protobuf:"varint,3,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	Poem        string `protobuf:"bytes,4,opt,name=poem,proto3" json:"poem,omitempty"`
	ConjuringId uint64 `protobuf:"varint,5,opt,name=conjuringId,proto3" json:"conjuringId,omitempty"`
	UeblPower   uint64 `protobuf:"varint,6,opt,name=ueblPower,proto3" json:"ueblPower,omitempty"`
	Creator     string `protobuf:"bytes,7,opt,name=creator,proto3" json:"creator,omitempty"`
}

func (*SpiritConjuringPoems) Descriptor

func (*SpiritConjuringPoems) Descriptor() ([]byte, []int)

func (*SpiritConjuringPoems) GetBlockHeight

func (m *SpiritConjuringPoems) GetBlockHeight() uint64

func (*SpiritConjuringPoems) GetConjuringId

func (m *SpiritConjuringPoems) GetConjuringId() uint64

func (*SpiritConjuringPoems) GetCreator

func (m *SpiritConjuringPoems) GetCreator() string

func (*SpiritConjuringPoems) GetId

func (m *SpiritConjuringPoems) GetId() uint64

func (*SpiritConjuringPoems) GetMagicKeyId

func (m *SpiritConjuringPoems) GetMagicKeyId() uint64

func (*SpiritConjuringPoems) GetPoem

func (m *SpiritConjuringPoems) GetPoem() string

func (*SpiritConjuringPoems) GetUeblPower

func (m *SpiritConjuringPoems) GetUeblPower() uint64

func (*SpiritConjuringPoems) Marshal

func (m *SpiritConjuringPoems) Marshal() (dAtA []byte, err error)

func (*SpiritConjuringPoems) MarshalTo

func (m *SpiritConjuringPoems) MarshalTo(dAtA []byte) (int, error)

func (*SpiritConjuringPoems) MarshalToSizedBuffer

func (m *SpiritConjuringPoems) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SpiritConjuringPoems) ProtoMessage

func (*SpiritConjuringPoems) ProtoMessage()

func (*SpiritConjuringPoems) Reset

func (m *SpiritConjuringPoems) Reset()

func (*SpiritConjuringPoems) Size

func (m *SpiritConjuringPoems) Size() (n int)

func (*SpiritConjuringPoems) String

func (m *SpiritConjuringPoems) String() string

func (*SpiritConjuringPoems) Unmarshal

func (m *SpiritConjuringPoems) Unmarshal(dAtA []byte) error

func (*SpiritConjuringPoems) XXX_DiscardUnknown

func (m *SpiritConjuringPoems) XXX_DiscardUnknown()

func (*SpiritConjuringPoems) XXX_Marshal

func (m *SpiritConjuringPoems) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SpiritConjuringPoems) XXX_Merge

func (m *SpiritConjuringPoems) XXX_Merge(src proto.Message)

func (*SpiritConjuringPoems) XXX_Size

func (m *SpiritConjuringPoems) XXX_Size() int

func (*SpiritConjuringPoems) XXX_Unmarshal

func (m *SpiritConjuringPoems) XXX_Unmarshal(b []byte) error

type StakingKeeper

type StakingKeeper interface {
	GetDelegatorBonded(ctx sdk.Context, addr sdk.AccAddress) math.Int
	GetLastTotalPower(ctx sdk.Context) math.Int
}

type UnimplementedMsgServer

type UnimplementedMsgServer struct {
}

UnimplementedMsgServer can be embedded to have forward compatible implementations.

func (*UnimplementedMsgServer) CreateBlessing

func (*UnimplementedMsgServer) CreateEncryptedPreSign

func (*UnimplementedMsgServer) CreateKillConjuring

func (*UnimplementedMsgServer) CreateKillImploring

func (*UnimplementedMsgServer) CreateKillSignatureRequest

func (*UnimplementedMsgServer) CreateMagicKey

func (*UnimplementedMsgServer) CreateMeditation

func (*UnimplementedMsgServer) CreateMessage

func (*UnimplementedMsgServer) CreateScripture

func (*UnimplementedMsgServer) CreateSignatureRequest

func (*UnimplementedMsgServer) CreateSignatureShare

func (*UnimplementedMsgServer) CreateSignedMessage

func (*UnimplementedMsgServer) CreateSignedScripture

func (*UnimplementedMsgServer) CreateSignedScriptureList

func (*UnimplementedMsgServer) CreateSpiritConjuringPoems

func (*UnimplementedMsgServer) CreateVerse

func (*UnimplementedMsgServer) CreateVision

func (*UnimplementedMsgServer) DeleteEncryptedPreSign

func (*UnimplementedMsgServer) FinalizeConjuring

type UnimplementedQueryServer

type UnimplementedQueryServer struct {
}

UnimplementedQueryServer can be embedded to have forward compatible implementations.

func (*UnimplementedQueryServer) Blessing

func (*UnimplementedQueryServer) BlessingAll

func (*UnimplementedQueryServer) BlessingReceipt

func (*UnimplementedQueryServer) BlessingReceiptAll

func (*UnimplementedQueryServer) CurrentMagicKey

func (*UnimplementedQueryServer) EncryptedPreSignAll

func (*UnimplementedQueryServer) HighCouncil

func (*UnimplementedQueryServer) HighCouncilAll

func (*UnimplementedQueryServer) Imploring

func (*UnimplementedQueryServer) ImploringAll

func (*UnimplementedQueryServer) KillConjuring

func (*UnimplementedQueryServer) KillConjuringAll

func (*UnimplementedQueryServer) KillImploring

func (*UnimplementedQueryServer) KillImploringAll

func (*UnimplementedQueryServer) MagicKey

func (*UnimplementedQueryServer) MagicKeyAll

func (*UnimplementedQueryServer) MagicKeyCount

func (*UnimplementedQueryServer) Meditation

func (*UnimplementedQueryServer) MeditationAll

func (*UnimplementedQueryServer) MeditationCount

func (*UnimplementedQueryServer) Message

func (*UnimplementedQueryServer) MessageAll

func (*UnimplementedQueryServer) Params

func (*UnimplementedQueryServer) Scripture

func (*UnimplementedQueryServer) ScriptureAll

func (*UnimplementedQueryServer) SignatureRequestAll

func (*UnimplementedQueryServer) SignatureShare

func (*UnimplementedQueryServer) SignatureShareAll

func (*UnimplementedQueryServer) SignedMessage

func (*UnimplementedQueryServer) SignedMessageAll

func (*UnimplementedQueryServer) SignedScripture

func (*UnimplementedQueryServer) SignedScriptureAll

func (*UnimplementedQueryServer) Verse

func (*UnimplementedQueryServer) VerseAll

func (*UnimplementedQueryServer) VerseCount

func (*UnimplementedQueryServer) Vision

func (*UnimplementedQueryServer) VisionAll

type Verse

type Verse struct {
	Id          uint64   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	FromSpirit  string   `protobuf:"bytes,2,opt,name=fromSpirit,proto3" json:"fromSpirit,omitempty"`
	ToSpirit    []string `protobuf:"bytes,3,rep,name=toSpirit,proto3" json:"toSpirit,omitempty"`
	WireBytes   string   `protobuf:"bytes,4,opt,name=wireBytes,proto3" json:"wireBytes,omitempty"`
	Broadcast   bool     `protobuf:"varint,5,opt,name=broadcast,proto3" json:"broadcast,omitempty"`
	ToOld       bool     `protobuf:"varint,6,opt,name=toOld,proto3" json:"toOld,omitempty"`
	ToOldAndNew bool     `protobuf:"varint,7,opt,name=toOldAndNew,proto3" json:"toOldAndNew,omitempty"`
	MagicKeyId  uint64   `protobuf:"varint,8,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
	SummoningId uint64   `protobuf:"varint,9,opt,name=summoningId,proto3" json:"summoningId,omitempty"`
	Creator     string   `protobuf:"bytes,10,opt,name=creator,proto3" json:"creator,omitempty"`
}

func (*Verse) Descriptor

func (*Verse) Descriptor() ([]byte, []int)

func (*Verse) GetBroadcast

func (m *Verse) GetBroadcast() bool

func (*Verse) GetCreator

func (m *Verse) GetCreator() string

func (*Verse) GetFromSpirit

func (m *Verse) GetFromSpirit() string

func (*Verse) GetId

func (m *Verse) GetId() uint64

func (*Verse) GetMagicKeyId

func (m *Verse) GetMagicKeyId() uint64

func (*Verse) GetSummoningId

func (m *Verse) GetSummoningId() uint64

func (*Verse) GetToOld

func (m *Verse) GetToOld() bool

func (*Verse) GetToOldAndNew

func (m *Verse) GetToOldAndNew() bool

func (*Verse) GetToSpirit

func (m *Verse) GetToSpirit() []string

func (*Verse) GetWireBytes

func (m *Verse) GetWireBytes() string

func (*Verse) Marshal

func (m *Verse) Marshal() (dAtA []byte, err error)

func (*Verse) MarshalTo

func (m *Verse) MarshalTo(dAtA []byte) (int, error)

func (*Verse) MarshalToSizedBuffer

func (m *Verse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Verse) ProtoMessage

func (*Verse) ProtoMessage()

func (*Verse) Reset

func (m *Verse) Reset()

func (*Verse) Size

func (m *Verse) Size() (n int)

func (*Verse) String

func (m *Verse) String() string

func (*Verse) Unmarshal

func (m *Verse) Unmarshal(dAtA []byte) error

func (*Verse) XXX_DiscardUnknown

func (m *Verse) XXX_DiscardUnknown()

func (*Verse) XXX_Marshal

func (m *Verse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Verse) XXX_Merge

func (m *Verse) XXX_Merge(src proto.Message)

func (*Verse) XXX_Size

func (m *Verse) XXX_Size() int

func (*Verse) XXX_Unmarshal

func (m *Verse) XXX_Unmarshal(b []byte) error

type Vision

type Vision struct {
	Id          uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	MagicKeyId  uint64 `protobuf:"varint,2,opt,name=magicKeyId,proto3" json:"magicKeyId,omitempty"`
	EcPointX    string `protobuf:"bytes,3,opt,name=ecPointX,proto3" json:"ecPointX,omitempty"`
	EcPointY    string `protobuf:"bytes,4,opt,name=ecPointY,proto3" json:"ecPointY,omitempty"`
	SummoningId uint64 `protobuf:"varint,5,opt,name=summoningId,proto3" json:"summoningId,omitempty"`
	Creator     string `protobuf:"bytes,6,opt,name=creator,proto3" json:"creator,omitempty"`
}

func (*Vision) Descriptor

func (*Vision) Descriptor() ([]byte, []int)

func (*Vision) GetCreator

func (m *Vision) GetCreator() string

func (*Vision) GetEcPointX

func (m *Vision) GetEcPointX() string

func (*Vision) GetEcPointY

func (m *Vision) GetEcPointY() string

func (*Vision) GetId

func (m *Vision) GetId() uint64

func (*Vision) GetMagicKeyId

func (m *Vision) GetMagicKeyId() uint64

func (*Vision) GetSummoningId

func (m *Vision) GetSummoningId() uint64

func (*Vision) Marshal

func (m *Vision) Marshal() (dAtA []byte, err error)

func (*Vision) MarshalTo

func (m *Vision) MarshalTo(dAtA []byte) (int, error)

func (*Vision) MarshalToSizedBuffer

func (m *Vision) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Vision) ProtoMessage

func (*Vision) ProtoMessage()

func (*Vision) Reset

func (m *Vision) Reset()

func (*Vision) Size

func (m *Vision) Size() (n int)

func (*Vision) String

func (m *Vision) String() string

func (*Vision) Unmarshal

func (m *Vision) Unmarshal(dAtA []byte) error

func (*Vision) XXX_DiscardUnknown

func (m *Vision) XXX_DiscardUnknown()

func (*Vision) XXX_Marshal

func (m *Vision) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Vision) XXX_Merge

func (m *Vision) XXX_Merge(src proto.Message)

func (*Vision) XXX_Size

func (m *Vision) XXX_Size() int

func (*Vision) XXX_Unmarshal

func (m *Vision) XXX_Unmarshal(b []byte) error

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL