Properties of a SolanaAccountDataFetchTask.

interface ISolanaAccountDataFetchTask {
    network?: null | Network;
    pubkey?: null | string;
}

Implemented by

Properties

Properties

network?: null | Network

SolanaAccountDataFetchTask network

pubkey?: null | string

The on-chain account to fetch the account data from.