Skip to content

AccountInformationData

AccountInformationData: object

Type declaration

address

address: string

An account public key

exclude?

optional exclude: "all" | "none"

When set to all will exclude asset holdings, application local state, created asset parameters, any created application parameters. Defaults to none.

format?

optional format: "json" | "msgpack"

Configures whether the response object is JSON or MessagePack encoded. If not provided, defaults to JSON.

Defined in

types.gen.ts:1366