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:1296


arbitratorFee

Optional arbitratorFee: number

Arbitrator fee in %

Defined in

typing/index.ts:1311


splitBuyer

splitBuyer: number

Buyer's gross share in %

Defined in

typing/index.ts:1299


splitMarketplace

splitMarketplace: number

Marketplace fee in %

Defined in

typing/index.ts:1308


splitProtocol

splitProtocol: number

Protocol fee in %

Defined in

typing/index.ts:1305


splitSeller

splitSeller: number

Seller's gross share in %

Defined in

typing/index.ts:1302