Record Class Boc.ParamsOfEncodeExternalInMessage

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Boc.ParamsOfEncodeExternalInMessage
Record Components:
src - Source address.
dst - Destination address.
init - Bag of cells with state init (used in deploy messages).
body - Bag of cells with the message body encoded as base64.
bocCache - The BOC itself returned if no cache type provided Cache type to put the result.
Enclosing class:
Boc

public static record Boc.ParamsOfEncodeExternalInMessage(String src, String dst, String init, String body, Boc.BocCacheType bocCache) extends Record