Skip to main content

display

Adds 0x to address if not already present

Import

You can import the entire package and access the function:


_10
import * as fcl from "@onflow/fcl"
_10
_10
fcl.display(address)

Or import directly the specific function:


_10
import { display } from "@onflow/fcl"
_10
_10
display(address)

Parameters

address

  • Type: string
  • Description: - Flow address

Returns

string

Flow address with 0x prefix


Rate this page