Skip to main content

verifyUserSignatures

Verify a valid signature/s for an account on Flow.

Import

You can import the entire package and access the function:


_10
import * as fcl from "@onflow/fcl-react-native"
_10
_10
fcl.verifyUserSignatures()

Or import directly the specific function:


_10
import { verifyUserSignatures } from "@onflow/fcl-react-native"
_10
_10
verifyUserSignatures()

Returns


_10
Promise<void> | ((...args: any[]) => Promise<Promise<boolean>>)


Rate this page