web3dart/src/credentials/credentials library

Classes

Credentials
Anything that can sign payloads with a private key.
CredentialsWithKnownAddress
Credentials where the address is known synchronously.
CustomTransactionSender
Interface for Credentials that don't sign transactions locally, for instance because the private key is not known to this library.
EthPrivateKey
Credentials that can sign payloads with an Ethereum private key.