Skip to main content

resolveFinalNormalization

Normalizes account addresses by removing the "0x" prefix from all account addresses in the interaction.

Import

You can import the entire package and access the function:


_10
import * as sdk from "@onflow/sdk"
_10
_10
sdk.resolveFinalNormalization(ix)

Or import directly the specific function:


_10
import { resolveFinalNormalization } from "@onflow/sdk"
_10
_10
resolveFinalNormalization(ix)

Parameters

ix

  • Type: Interaction
  • Description: The interaction object to normalize

Returns

Promise<Interaction>


Rate this page