Connect to Blocto Wallet
BloctoSDK.shared.solana.requestAccount { [weak self] result in
switch result {
case .success(let address):
// handle address here
case .failure(let error):
// handle error here
}
}Last updated
Was this helpful?