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


arbitratorFee

Optional arbitratorFee: number

Arbitrator fee in %

Defined in

typing/index.ts:1345


splitBuyer

splitBuyer: number

Buyer's gross share in %

Defined in

typing/index.ts:1333


splitMarketplace

splitMarketplace: number

Marketplace fee in %

Defined in

typing/index.ts:1342


splitProtocol

splitProtocol: number

Protocol fee in %

Defined in

typing/index.ts:1339


splitSeller

splitSeller: number

Seller's gross share in %

Defined in

typing/index.ts:1336