Type alias RefundVaultDepositV1InstructionAccounts

RefundVaultDepositV1InstructionAccounts: {
    actionsAuthority: Signer;
    bucket: PublicKey | Pda;
    depositPda: PublicKey | Pda;
    genesisAccount: PublicKey | Pda;
    recipient: PublicKey | Pda;
    systemProgram?: PublicKey | Pda;
}

Type declaration

  • actionsAuthority: Signer

    The authority of the vault bucket actions

  • bucket: PublicKey | Pda

    The address of the bucket

  • depositPda: PublicKey | Pda

    The PDA to track the user's deposit

  • genesisAccount: PublicKey | Pda

    The address of the genesis account

  • recipient: PublicKey | Pda

    The recipient of the refund

  • Optional systemProgram?: PublicKey | Pda

    The system program

Generated using TypeDoc