toBroadcastJson method
This second json encoder is to support the broadcastTx representation of this recipient.
Implementation
List toBroadcastJson() => [key.toBase58(), value.toJson()];
This second json encoder is to support the broadcastTx representation of this recipient.
List toBroadcastJson() => [key.toBase58(), value.toJson()];