toBroadcastJson method

List toBroadcastJson()

This second json encoder is to support the broadcastTx representation of this recipient.

Implementation

List toBroadcastJson() => [key.toBase58(), value.toJson()];