data class CommandCommand data/content plus pubkey pair: the signature is stored at the end of the serialized bytes
| <init> |
Command(data: CommandData, key: PublicKey)Command(value: CommandData, signers: List<PublicKey>)Command data/content plus pubkey pair: the signature is stored at the end of the serialized bytes |
| signers |
val signers: List<PublicKey> |
| value |
val value: CommandData |
| toString |
fun toString(): String |