Record Class Abi.ResultOfEncodeMessageBody

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Abi.ResultOfEncodeMessageBody
Record Components:
body - Message body BOC encoded with `base64`.
dataToSign - Encoded with `base64`. Presents when `message` is unsigned. Can be used for external message signing. Is this case you need to sing this data and produce signed message using `abi.attach_signature`. Optional data to sign.
Enclosing class:
Abi

public static record Abi.ResultOfEncodeMessageBody(String body, String dataToSign) extends Record