UNPKG

@test-org122/merchant-connector

Version:

Package that defines how to write a dispute mediator. Includes an example mediator for testing, which always resolve's in the sender's favor.

5 lines (4 loc) 86 B
export interface IResolutionResult { mediatorSignature: string; amount: string; }