Properties of a SplTokenParseTask.

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

Implemented by

Properties

mintAddress?: string

The publicKey of the token mint address.

tokenAccountAddress?: string

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

Generated using TypeDoc