public interface TransactionSigner
| Modifier and Type | Method and Description |
|---|---|
static TransactionSignerImpl |
from(File walletExport)
Creates a new
TransactionSignerImpl from File containing exported wallet |
static TransactionSignerImpl |
from(SignerEntry... entries)
Creates a new
TransactionSignerImpl given the provided
SignerEntrys |
boolean |
isEmpty() |
TransactionSigner |
put(Index credentialIndex,
Index keyIndex,
Signer signer) |
TransactionSignature |
sign(byte[] message)
Signs the input `message`.
|
int |
size() |
TransactionSigner put(Index credentialIndex, Index keyIndex, Signer signer)
TransactionSignature sign(byte[] message)
message - Input message byte array.TransactionSignatureED25519Exception - If the Signing fails.int size()
boolean isEmpty()
static TransactionSignerImpl from(SignerEntry... entries)
TransactionSignerImpl given the provided
SignerEntrysentries - The SignerEntries which should be used for signing the transaction.TransactionSignerImpl with the populated SignerEntrystatic TransactionSignerImpl from(File walletExport) throws IOException
TransactionSignerImpl from File containing exported walletwalletExport - The File containing an exported walletTransactionSignerImpl populated with keys from the exported walletIOException - if provided File does not contain exported walletCopyright © 2025. All rights reserved.