interface ConsensusRequest {
    message: string;
    sender: string;
}

Properties

Properties

message: string
sender: string