You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename Interests.ts to UserInformation.ts and their class and methods accordingly
Added
Added function UserInformation.getEarnedMediationFees() to get all the mediation fees
earned by a user in a network. (requires version of relay 0.19.0)
Added option options.remainingData to prepare payment. The remainingData will be encoded
together with other options in the transfer extraData
Added field remainingData for payment details and transfer events corresponding to the
newly added remainingData field
Added method paymentRequestCancel to cancel a payment request you already sent to a counterparty.