• This function creates an AddAddressContainerToProject operation using the specified Honeycomb instance and the provided arguments. The operation is used to add an address container to the associated HoneycombProject. The address container can represent mints, holders, or other entities in the project.

    The function calculates the address container public key using the address container role, the project's address, the provided index, and the program ID.

    Parameters

    Returns Promise<{
        addressContainer: web3.PublicKey;
        operation: Operation;
    }>

    An object containing the operation and address container information.

Generated using TypeDoc