ResizeInstructionAccounts: {
    authority?: Signer;
    edition?: PublicKey | Pda;
    metadata?: PublicKey | Pda;
    mint: PublicKey | Pda;
    payer?: PublicKey | Pda | Signer;
    systemProgram?: PublicKey | Pda;
    token?: PublicKey | Pda;
}

Type declaration

  • Optional authority?: Signer

    Owner of the asset for (p)NFTs, or mint authority for fungible assets, if different from the payer

  • Optional edition?: PublicKey | Pda

    The master edition or edition account of the digital asset, an uninitialized account for fungible assets

  • Optional metadata?: PublicKey | Pda

    The metadata account of the digital asset

  • mint: PublicKey | Pda

    Mint of token asset

  • Optional payer?: PublicKey | Pda | Signer

    The recipient of the excess rent and authority if the authority account is not present

  • Optional systemProgram?: PublicKey | Pda

    System program

  • Optional token?: PublicKey | Pda

    Token or Associated Token account

Generated using TypeDoc