Connect to Blocto wallet
BloctoSDK.solana.requestAccount(
context = context,
onSuccess = { address ->
// wallet connected
},
onError = { error ->
// handle error
}
)Last updated
Was this helpful?
BloctoSDK.solana.requestAccount(
context = context,
onSuccess = { address ->
// wallet connected
},
onError = { error ->
// handle error
}
)Last updated
Was this helpful?
Was this helpful?