Account Proof
Prove account ownership of a Flow account
import { AppUtils } from '@blocto/fcl'
const isSignatureValid = await AppUtils.verifyAccountProof(
appIdentifier,
{
address,
nonce,
signatures,
},
{
fclCryptoContract: BLOCTO_FCLCRYPTO_CONTRACT_ADDRESS
}
)Network
Blocto FCLCrypto Address
Last updated
Was this helpful?