Skip to main content

idof

Generates a unique identifier for an account based on its address and key ID.

Import

You can import the entire package and access the function:


_10
import * as sdk from "@onflow/sdk"
_10
_10
sdk.idof(acct)

Or import directly the specific function:


_10
import { idof } from "@onflow/sdk"
_10
_10
idof(acct)

Parameters

acct

Returns

string


Rate this page