SendMessagePayload constructor
SendMessagePayload({})
Implementation
SendMessagePayload({
required this.fromDID,
required this.toDID,
required this.fromCAIP10,
required this.toCAIP10,
required this.messageContent,
this.messageObj,
required this.messageType,
this.signature,
required this.encType,
this.encryptedSecret,
this.sigType,
this.verificationProof,
});