Type alias TransferSentIndexes

TransferSentIndexes: {
    pathId?: string;
    to?: string;
    transferId?: string;
}

Type declaration

  • Optional pathId?: string
  • Optional to?: string
  • Optional transferId?: string