Skip to main content

Interface: CalculateAmountsInput

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

Properties

amount

amount: bigint

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

Defined in

typing/index.ts:1297


arbitratorFee

Optional arbitratorFee: number

Arbitrator fee in %

Defined in

typing/index.ts:1312


splitBuyer

splitBuyer: number

Buyer's gross share in %

Defined in

typing/index.ts:1300


splitMarketplace

splitMarketplace: number

Marketplace fee in %

Defined in

typing/index.ts:1309


splitProtocol

splitProtocol: number

Protocol fee in %

Defined in

typing/index.ts:1306


splitSeller

splitSeller: number

Seller's gross share in %

Defined in

typing/index.ts:1303