DepositVaultV1InstructionAccounts: {
    backendSigner?: Signer;
    bucket?: PublicKey | Pda;
    depositPda: PublicKey | Pda;
    feeWallet?: PublicKey | Pda;
    genesisAccount: PublicKey | Pda;
    payer?: Signer;
    recipient?: Signer;
    systemProgram?: PublicKey | Pda;
}

Type declaration

  • Optional backendSigner?: Signer

    Backend authorisation signer

  • Optional bucket?: PublicKey | Pda

    The address of the bucket

  • depositPda: PublicKey | Pda

    The PDA to track the user's deposit

  • Optional feeWallet?: PublicKey | Pda

    The wallet where fees are sent

  • genesisAccount: PublicKey | Pda

    The address of the genesis account

  • Optional payer?: Signer

    The account paying for the storage fees

  • Optional recipient?: Signer

    The recipient of the tokens

  • Optional systemProgram?: PublicKey | Pda

    The system program

Generated using TypeDoc