Properties of an AnchorFetchTask.

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

Implemented by

Properties

accountAddress?: string

The account to parse.

programId?: string

Owning program of the account to parse.

Generated using TypeDoc