CreatePopulateMintAddressesOperationsArgs: {
    index: number;
    mints: web3.PublicKey[];
    programId?: web3.PublicKey;
    project: web3.PublicKey;
}

Represents the arguments required to create PopulateMintAddressesOperations.

Type declaration

  • index: number
  • mints: web3.PublicKey[]
  • Optional programId?: web3.PublicKey
  • project: web3.PublicKey

Generated using TypeDoc