interface SendResult {
    errors?: SendError[];
    recipients: PeerId[];
}

Properties

Properties

errors?: SendError[]
recipients: PeerId[]

Generated using TypeDoc