Documentation
¶
Overview ¶
Package warp provides cross-chain messaging functionality for the Lux CLI
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWarpCmd ¶
NewWarpCmd creates the warp command for the Lux CLI
Types ¶
type SimpleMessage ¶
type SimpleMessage struct {
// contains filtered or unexported fields
}
Message implementation
func (*SimpleMessage) DestinationChainID ¶
func (m *SimpleMessage) DestinationChainID() types.ID
func (*SimpleMessage) ID ¶
func (m *SimpleMessage) ID() types.ID
func (*SimpleMessage) Payload ¶
func (m *SimpleMessage) Payload() []byte
func (*SimpleMessage) Serialize ¶
func (m *SimpleMessage) Serialize() ([]byte, error)
func (*SimpleMessage) SourceChainID ¶
func (m *SimpleMessage) SourceChainID() types.ID
Click to show internal directories.
Click to hide internal directories.