SolanaSigner
Constructor for the SolanaSigner class which is a wrapper around the alchemy client, and is more focused on the solana web3
Import
import { SolanaSigner } from "@account-kit/signer";
Parameters
client
object
This is the client that will be used to sign the transaction, and we are just having functions on top of it.