Record Class Abi.Signer.External

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Abi.Signer.External
All Implemented Interfaces:
Abi.Signer
Enclosing interface:
Abi.Signer

public static record Abi.Signer.External(String publicKey) extends Record implements Abi.Signer
Only public key is provided in unprefixed hex string format to generate unsigned message and `data_to_sign` which can be signed later.