Type alias UnsignedExchangeTransferRequest

UnsignedExchangeTransferRequest: ExchangeTokenAmount & {
    receiver: string;
    transactionID: string;
}

Parameter required to create a Transfer

Type declaration

  • receiver: string

    Ethereum address of the receiving user

  • transactionID: string

    Exchange transaction ID

Generated using TypeDoc