Doc autogenerated from onflow/sdk/src/account/account.ts
account
Returns the details of an account from their public address
Import
_10import { account } from "@onflow/sdk"
Parameters
address
- Type:
string
- Description: Address of the account
options
(optional)
- Type:
AccountQueryOptions
_10interface AccountQueryOptions {_10 height?: number_10 id?: string_10 isSealed?: boolean_10}
opts
(optional)
- Type:
object
- Description: Optional parameters