Versions in this module Expand all Collapse all v0 v0.4.0 Aug 18, 2023 Changes in this version + var ErrIntOverflowMessage = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowTransactionResponse = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthMessage = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthTransactionResponse = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupMessage = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupTransactionResponse = fmt.Errorf("proto: unexpected end of group") + var Transaction = baseHelpers.NewTransaction(name.GetPackageName(dummy{}), "", "", requestPrototype, messagePrototype, ...) + func NewMessage(from sdkTypes.AccAddress, fromID ids.IdentityID, toID ids.IdentityID, ...) sdkTypes.Msg + func RegisterMsgHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterMsgHandlerClient(ctx context.Context, mux *runtime.ServeMux, client MsgClient) error + func RegisterMsgHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterMsgHandlerServer(ctx context.Context, mux *runtime.ServeMux, server MsgServer) error + func RegisterMsgServer(s grpc1.Server, srv MsgServer) + type Message struct + ClassificationID *base.ClassificationID + From string + FromID *base.IdentityID + ImmutableMetaProperties *base1.PropertyList + ImmutableProperties *base1.PropertyList + MutableMetaProperties *base1.PropertyList + MutableProperties *base1.PropertyList + ToID *base.IdentityID + func (*Message) Descriptor() ([]byte, []int) + func (*Message) ProtoMessage() + func (*Message) RegisterLegacyAminoCodec(legacyAmino *codec.LegacyAmino) + func (m *Message) GetClassificationID() *base.ClassificationID + func (m *Message) GetFrom() string + func (m *Message) GetFromID() *base.IdentityID + func (m *Message) GetImmutableMetaProperties() *base1.PropertyList + func (m *Message) GetImmutableProperties() *base1.PropertyList + func (m *Message) GetMutableMetaProperties() *base1.PropertyList + func (m *Message) GetMutableProperties() *base1.PropertyList + func (m *Message) GetToID() *base.IdentityID + func (m *Message) Marshal() (dAtA []byte, err error) + func (m *Message) MarshalTo(dAtA []byte) (int, error) + func (m *Message) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Message) Reset() + func (m *Message) Size() (n int) + func (m *Message) String() string + func (m *Message) Unmarshal(dAtA []byte) error + func (m *Message) XXX_DiscardUnknown() + func (m *Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Message) XXX_Merge(src proto.Message) + func (m *Message) XXX_Size() int + func (m *Message) XXX_Unmarshal(b []byte) error + func (message *Message) GetSigners() []sdkTypes.AccAddress + func (message *Message) RegisterInterface(interfaceRegistry types.InterfaceRegistry) + func (message *Message) Type() string + func (message *Message) ValidateBasic() error + type MsgClient interface + Handle func(ctx context.Context, in *Message, opts ...grpc.CallOption) (*TransactionResponse, error) + func NewMsgClient(cc grpc1.ClientConn) MsgClient + type MsgServer interface + Handle func(context.Context, *Message) (*TransactionResponse, error) + type TransactionResponse struct + AssetID *base.AssetID + func (*TransactionResponse) Descriptor() ([]byte, []int) + func (*TransactionResponse) ProtoMessage() + func (m *TransactionResponse) GetAssetID() *base.AssetID + func (m *TransactionResponse) Marshal() (dAtA []byte, err error) + func (m *TransactionResponse) MarshalTo(dAtA []byte) (int, error) + func (m *TransactionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TransactionResponse) Reset() + func (m *TransactionResponse) Size() (n int) + func (m *TransactionResponse) String() string + func (m *TransactionResponse) Unmarshal(dAtA []byte) error + func (m *TransactionResponse) XXX_DiscardUnknown() + func (m *TransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TransactionResponse) XXX_Merge(src proto.Message) + func (m *TransactionResponse) XXX_Size() int + func (m *TransactionResponse) XXX_Unmarshal(b []byte) error + func (transactionResponse *TransactionResponse) GetResult() *sdkTypes.Result + type UnimplementedMsgServer struct + func (*UnimplementedMsgServer) Handle(ctx context.Context, req *Message) (*TransactionResponse, error)