CreateAddAddressContainerToProjectOperationArgs: {
    args: AddAddressContainerToProjectArgs & {
        index: number;
    };
    programId?: web3.PublicKey;
    project: web3.PublicKey;
}

Represents the arguments required to create an AddAddressContainerToProject operation.

Type declaration

Generated using TypeDoc