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