Skip to main content

Interface: CalculateAmountsInput

Input for calculating final amounts to be sent to each party from the escrow

Hierarchy

Properties

amount

amount: number

Total payment amount in ETH's or token's WEI

Defined in

typing/index.ts:1295


arbitratorFee

Optional arbitratorFee: number

Arbitrator fee in %

Defined in

typing/index.ts:1310


splitBuyer

splitBuyer: number

Buyer's gross share in %

Defined in

typing/index.ts:1298


splitMarketplace

splitMarketplace: number

Marketplace fee in %

Defined in

typing/index.ts:1307


splitProtocol

splitProtocol: number

Protocol fee in %

Defined in

typing/index.ts:1304


splitSeller

splitSeller: number

Seller's gross share in %

Defined in

typing/index.ts:1301