@hyperbridge/core 1.5.1 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -129,9 +129,9 @@ struct ParamsUpdate {
|
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
/**
|
|
132
|
-
* @dev Struct representing the body of a request.
|
|
132
|
+
* @dev Struct representing the body of a withdrawal request.
|
|
133
133
|
*/
|
|
134
|
-
struct
|
|
134
|
+
struct WithdrawalRequest {
|
|
135
135
|
/// @dev Represents the commitment of an order. This is typically a hash that uniquely identifies the order.
|
|
136
136
|
bytes32 commitment;
|
|
137
137
|
/// @dev Stores the identifier for the beneficiary.
|
package/package.json
CHANGED