UpdatePrimarySaleHappenedViaTokenInstructionAccounts: {
    metadata: PublicKey | Pda;
    owner: Signer;
    token: PublicKey | Pda;
}

Type declaration

  • metadata: PublicKey | Pda

    Metadata key (pda of ['metadata', program id, mint id])

  • owner: Signer

    Owner on the token account

  • token: PublicKey | Pda

    Account containing tokens from the metadata's mint

Generated using TypeDoc