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
_10import { getAccount } from "@onflow/sdk"
Parameters
addr
- Type:
string
- Description: The address of the account to get
Returns
InteractionBuilderFn
_10export type InteractionBuilderFn = (_10 ix: Interaction_10) => Interaction | Promise<Interaction>