MerkleLockup
Structs
ConstructorParams
Struct encapsulating the constructor parameters of SablierMerkleLockup contract.
The fields are arranged alphabetically.
struct ConstructorParams {
bool cancelable;
ISablierLockup lockup;
string shape;
bool transferable;
}
Properties
| Name | Type | Description |
|---|---|---|
cancelable | bool | Whether Lockup stream will be cancelable after claiming. |
lockup | ISablierLockup | The address of the SablierLockup contract. |
shape | string | The shape of the vesting stream, used for differentiating between streams in the UI. |
transferable | bool | Whether Lockup stream will be transferable after claiming. |