Properties of an AnchorFetchTask.

interface IAnchorFetchTask {
    accountAddress?: null | string;
    programId?: null | string;
}

Implemented by

Properties

accountAddress?: null | string

The account to parse.

programId?: null | string

Owning program of the account to parse.