Skip to main content
type TransferTarget = 
  | TransfersAccount
  | PaymentMethod
  | OnchainAddress
  | EmailInstrument;
Defined in: _vendor/api/types/TransferTarget.ts:8 The target of the transfer.