Skip to main content

TypeScript shape

type TokenTransferDirection =
  | 'FROM'
  | 'TO';
FROM
enum
The watched address is the sender.
TO
enum
The watched address is the recipient.