Type declaration
clear: (() => void)
decrementBy: ((amountKeywordRecord) => AmountKeywordRecord)
exit: ((completion?) => void)
- (completion?): void
Returns void
getCurrentAllocation: (() => Allocation)
getStagedAllocation: (() => Allocation)
getSubscriber: (() => Promise<Subscriber<Allocation>>)
hasExited: (() => boolean)
- (): boolean
Returns boolean
hasStagedAllocation: (() => boolean)
- (): boolean
Returns boolean
incrementBy: ((amountKeywordRecord) => AmountKeywordRecord)
isOfferSafe: ((newAllocation) => boolean)
- (newAllocation): boolean
Returns boolean
Deprecated
Use atomicRearrange instead