Type alias InitRetailAccountTransactionArgs

InitRetailAccountTransactionArgs: { dflow: Program<any>; maxOrdersSupported: BN; retailAccountOwner: PublicKey; retailDataAccount: PublicKey }

Param

The maximum number of orders allowed to be active at once by a retail trader

Param

The retail data account holds state specific to the retail trader. This account is expected to be zeroed out upon the start of instruction processing

Param

The public key of the retail trader. This account is a signer for the instruction

Type declaration

  • dflow: Program<any>
  • maxOrdersSupported: BN
  • retailAccountOwner: PublicKey
  • retailDataAccount: PublicKey

Generated using TypeDoc