types

package
v0.0.0-...-eab7081 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MailboxMsgType

type MailboxMsgType struct {
	MsgDispatch *MsgDispatch `json:"msg_dispatch,omitempty"`
}

type MsgDispatch

type MsgDispatch struct {
	Sender            string `json:"sender,omitempty"`
	DestinationDomain uint32 `json:"destination_domain,omitempty"`
	RecipientAddress  string `json:"recipient_address,omitempty"`
	MessageBody       string `json:"message_body,omitempty"`
}

MsgDispatch defines the request type for the Dispatch rpc.

Jump to

Keyboard shortcuts

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