interface MessageReceived {
    id: string;
    payloadHash: Uint8Array;
    recipient?: CrossChainAddress;
    sender?: CrossChainAddress;
}

Properties

id: string
payloadHash: Uint8Array
recipient?: CrossChainAddress

Generated using TypeDoc