sansPrefix
Removes 0x from address if present
Import
You can import the entire package and access the function:
_10import * as fcl from "@onflow/fcl-core"_10_10fcl.sansPrefix(address)
Or import directly the specific function:
_10import { sansPrefix } from "@onflow/fcl-core"_10_10sansPrefix(address)
Parameters
address
- Type:
null
- Description: - Flow address
Returns
null
Flow address without 0x prefix