File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
contracts/src/arbitration/arbitrables Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -84,9 +84,12 @@ contract Escrow is IArbitrableV2 {
84
84
85
85
/// @dev Emitted when a transaction is created.
86
86
/// @param _transactionID The index of the transaction.
87
+ /// @param _transactionUri The IPFS Uri Hash of the transaction.
87
88
/// @param _buyer The address of the buyer.
88
89
/// @param _seller The address of the seller.
89
90
/// @param _amount The initial amount in the transaction.
91
+ /// @param _asset The asset used ("native" for native chain token).
92
+ /// @param _deadline The deadline of the transaction.
90
93
event TransactionCreated (
91
94
uint256 indexed _transactionID ,
92
95
string _transactionUri ,
@@ -169,6 +172,7 @@ contract Escrow is IArbitrableV2 {
169
172
170
173
/// @dev Create a transaction.
171
174
/// @param _timeoutPayment Time after which a party can automatically execute the arbitrable transaction.
175
+ /// @param _transactionUri The IPFS Uri Hash of the transaction.
172
176
/// @param _seller The recipient of the transaction.
173
177
/// @param _templateData The dispute template data.
174
178
/// @param _templateDataMappings The dispute template data mappings.
You can’t perform that action at this time.
0 commit comments