Type alias UpdateCollectionInfoV1InstructionAccounts

UpdateCollectionInfoV1InstructionAccounts: {
    bubblegumSigner: Signer;
    collection: PublicKey | Pda;
}

Type declaration

  • bubblegumSigner: Signer

    Bubblegum PDA signer

  • collection: PublicKey | Pda

    The address of the asset

Generated using TypeDoc