• This function creates an AddMintAddressesToAddressContainer operation using the specified Honeycomb instance and the provided arguments. The operation is used to add multiple mint addresses to the specified address container in the associated HoneycombProject.

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

    Parameters

    Returns Promise<{
        operation: Operation;
    }>

    An object containing the operation for adding mint addresses to the address container.

Generated using TypeDoc