send

open suspend override fun send(bytes: ByteArray)

Send mpc bytes to another party.

Parameters

bytes

The bytes to send.


open suspend override fun send(text: String)

Send mpc text to another party.

Parameters

text

The text to send.