transmuter

package
v20.0.0-...-e580147 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

README

Transmuter Messages

This package contains message definitions that are specific to the transmuter contract pool. No other contract pool implements these.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthTransmuterMsgs        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowTransmuterMsgs          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupTransmuterMsgs = fmt.Errorf("proto: unexpected end of group")
)

Functions

This section is empty.

Types

type EmptyRequest

type EmptyRequest struct {
}

===================== JoinPoolExecuteMsg

func (*EmptyRequest) Descriptor

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

func (*EmptyRequest) Marshal

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

func (*EmptyRequest) MarshalTo

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

func (*EmptyRequest) MarshalToSizedBuffer

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

func (*EmptyRequest) ProtoMessage

func (*EmptyRequest) ProtoMessage()

func (*EmptyRequest) Reset

func (m *EmptyRequest) Reset()

func (*EmptyRequest) Size

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

func (*EmptyRequest) String

func (m *EmptyRequest) String() string

func (*EmptyRequest) Unmarshal

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

func (*EmptyRequest) XXX_DiscardUnknown

func (m *EmptyRequest) XXX_DiscardUnknown()

func (*EmptyRequest) XXX_Marshal

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

func (*EmptyRequest) XXX_Merge

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

func (*EmptyRequest) XXX_Size

func (m *EmptyRequest) XXX_Size() int

func (*EmptyRequest) XXX_Unmarshal

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

type ExitPoolExecuteMsgRequest

type ExitPoolExecuteMsgRequest struct {
	// exit_pool is the structure containing all request fields of the exit pool
	// execute message.
	ExitPool EmptyRequest `protobuf:"bytes,1,opt,name=exit_pool,json=exitPool,proto3" json:"exit_pool"`
}

===================== ExitPoolExecuteMsg

func (*ExitPoolExecuteMsgRequest) Descriptor

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

func (*ExitPoolExecuteMsgRequest) GetExitPool

func (m *ExitPoolExecuteMsgRequest) GetExitPool() EmptyRequest

func (*ExitPoolExecuteMsgRequest) Marshal

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

func (*ExitPoolExecuteMsgRequest) MarshalTo

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

func (*ExitPoolExecuteMsgRequest) MarshalToSizedBuffer

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

func (*ExitPoolExecuteMsgRequest) ProtoMessage

func (*ExitPoolExecuteMsgRequest) ProtoMessage()

func (*ExitPoolExecuteMsgRequest) Reset

func (m *ExitPoolExecuteMsgRequest) Reset()

func (*ExitPoolExecuteMsgRequest) Size

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

func (*ExitPoolExecuteMsgRequest) String

func (m *ExitPoolExecuteMsgRequest) String() string

func (*ExitPoolExecuteMsgRequest) Unmarshal

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

func (*ExitPoolExecuteMsgRequest) XXX_DiscardUnknown

func (m *ExitPoolExecuteMsgRequest) XXX_DiscardUnknown()

func (*ExitPoolExecuteMsgRequest) XXX_Marshal

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

func (*ExitPoolExecuteMsgRequest) XXX_Merge

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

func (*ExitPoolExecuteMsgRequest) XXX_Size

func (m *ExitPoolExecuteMsgRequest) XXX_Size() int

func (*ExitPoolExecuteMsgRequest) XXX_Unmarshal

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

type ExitPoolExecuteMsgResponse

type ExitPoolExecuteMsgResponse struct {
}

func (*ExitPoolExecuteMsgResponse) Descriptor

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

func (*ExitPoolExecuteMsgResponse) Marshal

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

func (*ExitPoolExecuteMsgResponse) MarshalTo

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

func (*ExitPoolExecuteMsgResponse) MarshalToSizedBuffer

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

func (*ExitPoolExecuteMsgResponse) ProtoMessage

func (*ExitPoolExecuteMsgResponse) ProtoMessage()

func (*ExitPoolExecuteMsgResponse) Reset

func (m *ExitPoolExecuteMsgResponse) Reset()

func (*ExitPoolExecuteMsgResponse) Size

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

func (*ExitPoolExecuteMsgResponse) String

func (m *ExitPoolExecuteMsgResponse) String() string

func (*ExitPoolExecuteMsgResponse) Unmarshal

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

func (*ExitPoolExecuteMsgResponse) XXX_DiscardUnknown

func (m *ExitPoolExecuteMsgResponse) XXX_DiscardUnknown()

func (*ExitPoolExecuteMsgResponse) XXX_Marshal

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

func (*ExitPoolExecuteMsgResponse) XXX_Merge

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

func (*ExitPoolExecuteMsgResponse) XXX_Size

func (m *ExitPoolExecuteMsgResponse) XXX_Size() int

func (*ExitPoolExecuteMsgResponse) XXX_Unmarshal

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

type JoinPoolExecuteMsgRequest

type JoinPoolExecuteMsgRequest struct {
	// join_pool is the structure containing all request fields of the join pool
	// execute message.
	JoinPool EmptyRequest `protobuf:"bytes,1,opt,name=join_pool,json=joinPool,proto3" json:"join_pool"`
}

func (*JoinPoolExecuteMsgRequest) Descriptor

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

func (*JoinPoolExecuteMsgRequest) GetJoinPool

func (m *JoinPoolExecuteMsgRequest) GetJoinPool() EmptyRequest

func (*JoinPoolExecuteMsgRequest) Marshal

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

func (*JoinPoolExecuteMsgRequest) MarshalTo

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

func (*JoinPoolExecuteMsgRequest) MarshalToSizedBuffer

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

func (*JoinPoolExecuteMsgRequest) ProtoMessage

func (*JoinPoolExecuteMsgRequest) ProtoMessage()

func (*JoinPoolExecuteMsgRequest) Reset

func (m *JoinPoolExecuteMsgRequest) Reset()

func (*JoinPoolExecuteMsgRequest) Size

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

func (*JoinPoolExecuteMsgRequest) String

func (m *JoinPoolExecuteMsgRequest) String() string

func (*JoinPoolExecuteMsgRequest) Unmarshal

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

func (*JoinPoolExecuteMsgRequest) XXX_DiscardUnknown

func (m *JoinPoolExecuteMsgRequest) XXX_DiscardUnknown()

func (*JoinPoolExecuteMsgRequest) XXX_Marshal

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

func (*JoinPoolExecuteMsgRequest) XXX_Merge

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

func (*JoinPoolExecuteMsgRequest) XXX_Size

func (m *JoinPoolExecuteMsgRequest) XXX_Size() int

func (*JoinPoolExecuteMsgRequest) XXX_Unmarshal

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

type JoinPoolExecuteMsgResponse

type JoinPoolExecuteMsgResponse struct {
}

func (*JoinPoolExecuteMsgResponse) Descriptor

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

func (*JoinPoolExecuteMsgResponse) Marshal

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

func (*JoinPoolExecuteMsgResponse) MarshalTo

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

func (*JoinPoolExecuteMsgResponse) MarshalToSizedBuffer

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

func (*JoinPoolExecuteMsgResponse) ProtoMessage

func (*JoinPoolExecuteMsgResponse) ProtoMessage()

func (*JoinPoolExecuteMsgResponse) Reset

func (m *JoinPoolExecuteMsgResponse) Reset()

func (*JoinPoolExecuteMsgResponse) Size

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

func (*JoinPoolExecuteMsgResponse) String

func (m *JoinPoolExecuteMsgResponse) String() string

func (*JoinPoolExecuteMsgResponse) Unmarshal

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

func (*JoinPoolExecuteMsgResponse) XXX_DiscardUnknown

func (m *JoinPoolExecuteMsgResponse) XXX_DiscardUnknown()

func (*JoinPoolExecuteMsgResponse) XXX_Marshal

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

func (*JoinPoolExecuteMsgResponse) XXX_Merge

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

func (*JoinPoolExecuteMsgResponse) XXX_Size

func (m *JoinPoolExecuteMsgResponse) XXX_Size() int

func (*JoinPoolExecuteMsgResponse) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL