RevokeRoleTransactionArgs: { dflow: Program<any>; dflowAdmin: PublicKey; principal: PublicKey; role: number }

Param

The public key of the principal account.

Param

The role to revoke from the principal.

Param

The public key of the DFlow admin. This account is a signer for the instruction. This account is expected to be mutable

Type declaration

  • dflow: Program<any>
  • dflowAdmin: PublicKey
  • principal: PublicKey
  • role: number

Generated using TypeDoc