Record Class Abi.ResultOfEncodeMessage

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Abi.ResultOfEncodeMessage
Record Components:
message - Message BOC encoded with `base64`.
dataToSign - Returned in case of `Signer::External`. Can be used for external message signing. Is this case you need to use this data to create signature and then produce signed message using `abi.attach_signature`. Optional data to be signed encoded in `base64`.
address - Destination address.
messageId - Message id.
Enclosing class:
Abi

public static record Abi.ResultOfEncodeMessage(String message, String dataToSign, String address, String messageId) extends Record