Class

Sablier

Sablier(options)

Constructor

# new Sablier(options)

Sablier Object for decentralized escrow payments

Parameters:
Name Type Description
options Sablier~Options

View Source models/Sablier/Sablier.js, line 5

Type Definitions

Object

# getCompoundingStreamType

Properties:
Name Type Description
sender address
recipient address
deposit uint256
tokenAddress address
startTime uint256
stopTime uint256
remainingBalance uint256
ratePerSecond uint256
exchangeRateInitial uint256
senderSharePercentage uint256
recipientSharePercentage uint256

View Source models/Sablier/Sablier.js, line 185

Object

# getStreamType

Properties:
Name Type Description
sender address
recipient address
deposit uint256
tokenAddress address
startTime uint256
stopTime uint256
remainingBalance uint256
ratePerSecond uint256

View Source models/Sablier/Sablier.js, line 112

Object

# interestOfType

Properties:
Name Type Description
senderInterest uint256
recipientInterest uint256
sablierInterest uint256

View Source models/Sablier/Sablier.js, line 227