ZCFSeat: {
    clear: (() => void);
    decrementBy: ((amountKeywordRecord) => AmountKeywordRecord);
    exit: ((completion?) => void);
    fail: ZCFSeatFail;
    getAmountAllocated: ZCFGetAmountAllocated;
    getCurrentAllocation: (() => Allocation);
    getProposal: (() => ProposalRecord);
    getStagedAllocation: (() => Allocation);
    getSubscriber: (() => Promise<Subscriber<Allocation>>);
    hasExited: (() => boolean);
    hasStagedAllocation: (() => boolean);
    incrementBy: ((amountKeywordRecord) => AmountKeywordRecord);
    isOfferSafe: ((newAllocation) => boolean);
}

Type declaration

Generated using TypeDoc