Wallet Connect Session
class WalletConnectSession(val wcSession: Session, val wcConfig: Session.Config) : WalletSession
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Returns the chain id in CAIP-2 format
Link copied to clipboard
open suspend override fun personalSign(walletAddress: String, message: String): String
Content copied to clipboard
Signs the message with the given wallets personal token
Link copied to clipboard
Link copied to clipboard
open suspend override fun sendMintingTransaction(walletAddress: String, mintingProperties: MintingProperties): MintingTransactionResult
Content copied to clipboard
Initiates a minting transaction using the given wallet
Link copied to clipboard