DelegateAuthorityArgs: {
    authority: web3.PublicKey;
    bump: number;
    delegations: ServiceDelegation[];
    project: web3.PublicKey;
}

Arguments used to create DelegateAuthority

Type declaration

  • authority: web3.PublicKey
  • bump: number
  • delegations: ServiceDelegation[]
  • project: web3.PublicKey

Generated using TypeDoc