Skip to main content

Doc autogenerated from onflow/sdk/src/account/account.ts

account

Returns the details of an account from their public address

Import


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

Parameters

address

  • Type: string
  • Description: Address of the account

options (optional)

  • Type: AccountQueryOptions

_10
interface AccountQueryOptions {
_10
height?: number
_10
id?: string
_10
isSealed?: boolean
_10
}

opts (optional)

  • Type: object
  • Description: Optional parameters

Returns

Promise<Account>


Rate this page