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:
_10import * as sdk from "@onflow/sdk"_10_10sdk.resolveFinalNormalization(ix)
Or import directly the specific function:
_10import { resolveFinalNormalization } from "@onflow/sdk"_10_10resolveFinalNormalization(ix)
Parameters
ix
- Type:
Interaction
- Description: The interaction object to normalize