Uses of Interface
io.hotmoka.nodes.Signer
-
Uses of Signer in io.hotmoka.nodes
Methods in io.hotmoka.nodes that return SignerModifier and TypeMethodDescriptionstatic SignerSigner.with(io.hotmoka.crypto.api.SignatureAlgorithm<SignedTransactionRequest> signature, KeyPair keys) Yields a signer for the given algorithm with the given key pair.static SignerSigner.with(io.hotmoka.crypto.api.SignatureAlgorithm<SignedTransactionRequest> signature, PrivateKey key) Yields a signer for the given algorithm with the given private key.