2022-03-07 14:21:32 +01:00
|
|
|
#ifndef _SET_WITHDRAWAL_INDEX_H_
|
|
|
|
|
#define _SET_WITHDRAWAL_INDEX_H_
|
|
|
|
|
|
2021-03-24 16:32:08 +01:00
|
|
|
#include "stdint.h"
|
|
|
|
|
|
|
|
|
|
void handleSetEth2WithdrawalIndex(uint8_t p1,
|
|
|
|
|
uint8_t p2,
|
|
|
|
|
uint8_t *dataBuffer,
|
|
|
|
|
uint16_t dataLength,
|
|
|
|
|
unsigned int *flags,
|
2022-03-07 14:21:32 +01:00
|
|
|
unsigned int *tx);
|
|
|
|
|
|
|
|
|
|
#endif // _SET_WITHDRAWAL_INDEX_H_
|