Record Class Crypto.ResultOfConvertPublicKeyToTonSafeFormat

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ResultOfConvertPublicKeyToTonSafeFormat
Record Components:
tonPublicKey - Public key represented in TON safe format.
Enclosing class:
Crypto

public static record Crypto.ResultOfConvertPublicKeyToTonSafeFormat(String tonPublicKey) extends Record