CreateAddRemoveDelegationOperationArgs: {
    args: AddRemoveDelegationArgs;
    delegate: web3.PublicKey;
    programId?: web3.PublicKey;
    project: HoneycombProject;
}

Represents the arguments required to create an AddRemoveDelegation operation.

Type declaration

Generated using TypeDoc