Type alias InitGlobalConfigInstructionTransactionArgs

InitGlobalConfigInstructionTransactionArgs: { dflow: Program<any>; dflowAdmin: PublicKey }

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

Generated using TypeDoc