Initializers
init(privateKey:)
init(privateKeyData:)
Instance Properties
| Property | Type | Description |
|---|---|---|
adminSigner | ExternalWalletSignerData | Inherited from Signer.adminSigner. |
evmAddress | EVMAddress | - |
privateKey | String | - |
publicKey | String | - |
signerType | SignerType | Inherited from Signer.signerType. |
Instance Methods
approvals(withSignature:)
Inherited fromSigner.approvals(withSignature:).
initialize(_:)
Inherited fromSigner.initialize(_:).
sign(message:)
Inherited fromSigner.sign(message:).
Type Aliases
EVMKeyPairSigner.AdminType
Inherited fromSigner.AdminType.

