Partial message that needs to be signed and executed by a specific signer.

interface CrossChainMessageRequest {
    direction: MessageDirection;
    message: string;
    target: string;
}

Properties

direction: MessageDirection
message: string
target: string

Generated using TypeDoc