Record Class Abi.ParamsOfEncodeAccount

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Abi.ParamsOfEncodeAccount
Record Components:
stateInit - Account state init.
balance - Initial balance.
lastTransLt - Initial value for the `last_trans_lt`.
lastPaid - Initial value for the `last_paid`.
bocCache - The BOC itself returned if no cache type provided Cache type to put the result.
Enclosing class:
Abi

public static record Abi.ParamsOfEncodeAccount(String stateInit, BigInteger balance, BigInteger lastTransLt, Long lastPaid, Boc.BocCacheType bocCache) extends Record