Type alias CloseRetailAccountTransactionArgs

CloseRetailAccountTransactionArgs: { dflow: Program<any>; retailAccountOwner: PublicKey; retailDataAccount: PublicKey }

Param

The retail data account holds state specific to the retail trader. This account is being closed, and the destination of the lamports will be the retail_account_owner account. This account is expected to be mutable

Param

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

Type declaration

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

Generated using TypeDoc