Skip to main content

MerkleLockup

Git Source

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

NameTypeDescription
cancelableboolWhether Lockup stream will be cancelable after claiming.
lockupISablierLockupThe address of the SablierLockup contract.
shapestringThe shape of the vesting stream, used for differentiating between streams in the UI.
transferableboolWhether Lockup stream will be transferable after claiming.