We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0b3fa commit e77af0aCopy full SHA for e77af0a
Sources/web3swift/Web3/Web3+Signing.swift
@@ -41,7 +41,7 @@ public struct Web3Signer {
41
}
42
43
public static func signEIP712(_ eip712TypedDataPayload: EIP712TypedData,
44
- keystore: BIP32Keystore,
+ keystore: AbstractKeystore,
45
account: EthereumAddress,
46
password: String? = nil) throws -> Data {
47
let hash = try eip712TypedDataPayload.signHash()
@@ -57,7 +57,7 @@ public struct Web3Signer {
57
58
59
public static func signEIP712(_ eip712Hashable: EIP712Hashable,
60
61
verifyingContract: EthereumAddress,
62
63
password: String? = nil,
0 commit comments