Interface MessageSent

interface MessageSent {
    data: string;
    from: string;
    messageId: string;
    to: string;
    toChainId: string;
}

Properties

data: string
from: string
messageId: string
to: string
toChainId: string