Skip to main content

Doc autogenerated from onflow/sdk/src/build/build-get-account.ts

getAccount

A builder function that returns the interaction to get an account by address

Import


_10
import { getAccount } from "@onflow/sdk"

Parameters

addr

  • Type: string
  • Description: The address of the account to get

Returns

InteractionBuilderFn


_10
export type InteractionBuilderFn = (
_10
ix: Interaction
_10
) => Interaction | Promise<Interaction>


Rate this page