SettlementOrder
このコンテンツはまだ日本語訳がありません。
Defined in: src/settlement/order-hash.ts:91
The fields Settlement.pay folds into an order reference.
Properties
amount
readonlyamount:bigint
Defined in: src/settlement/order-hash.ts:99
The exact amount, in the token’s smallest unit.
details
readonlydetails:`0x${string}`
Defined in: src/settlement/order-hash.ts:103
The commitment to the order’s contents — see hashOrderDetails.
merchant
readonlymerchant:`0x${string}`
Defined in: src/settlement/order-hash.ts:97
The recipient.
payer
readonlypayer:`0x${string}`
Defined in: src/settlement/order-hash.ts:95
The account that pays. On chain this is msg.sender — never a free choice.
token
readonlytoken:`0x${string}`
Defined in: src/settlement/order-hash.ts:93
The ERC-20 being paid.
validUntil
readonlyvalidUntil:bigint
Defined in: src/settlement/order-hash.ts:101
Unix seconds after which the order can no longer be paid. A uint64, hence bigint.