CreateChangeDriverOperationArgs: {
    driver: web3.PublicKey;
    programId?: web3.PublicKey;
    project: HoneycombProject;
}

Represents the arguments required to create a ChangeDriver operation.

Type declaration

  • driver: web3.PublicKey
  • Optional programId?: web3.PublicKey
  • project: HoneycombProject

Generated using TypeDoc