Synclets logoSynclets

SyncletImplementations

{
  canReceiveMessage?: (type: MessageType, address: Address, node: Node, context: Context) => Promise<boolean>;
  getSendContext?: (type: MessageType, address: Address, node: Node, receivedContext?: Context) => Promise<Context>;
}
TypeDescription
canReceiveMessage?(type: MessageType, address: Address, node: Node, context: Context) => Promise<boolean>
getSendContext?(type: MessageType, address: Address, node: Node, receivedContext?: Context) => Promise<Context>