display
Adds 0x to address if not already present
Import
You can import the entire package and access the function:
_10import * as fcl from "@onflow/fcl"_10_10fcl.display(address)
Or import directly the specific function:
_10import { display } from "@onflow/fcl"_10_10display(address)
Parameters
address
- Type:
string
- Description: - Flow address
Returns
string
Flow address with 0x prefix