export enum TransferDirection { Deposit = 'Deposit', Withdrawal = 'Withdrawal', Claim = 'Claim', Send = 'Send' }