Properties of a SolanaAccountDataFetchTask.

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

Implemented by

Properties

Properties

network?: Network

SolanaAccountDataFetchTask network

pubkey?: string

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

Generated using TypeDoc