Closed sfwenliu closed 3 weeks ago
func requestPersonalSign() async throws {
guard let address = AppKit.instance.getAddress() else { return } try await AppKit.instance.request(.personal_sign(address: address, message: "Hello there!")) }
When using this method, the signature message displayed in the wallet shows up as empty.
use MetaMask wallet
I'm testing sample dapp with Metamask and any other wallet and the message appears
func requestPersonalSign() async throws {
When using this method, the signature message displayed in the wallet shows up as empty.