Properties of a SplTokenParseTask.

interface ISplTokenParseTask {
    mintAddress?: null | string;
    tokenAccountAddress?: null | string;
}

Implemented by

Properties

mintAddress?: null | string

The publicKey of the token mint address.

tokenAccountAddress?: null | string

The publicKey of a token account to fetch the mintInfo for.