Interface CreateTrackerAccountArgs

interface CreateTrackerAccountArgs {
    assetMint: string;
    owner: string;
    payer: string;
}

Properties

Properties

assetMint: string
owner: string
payer: string