- Preparing search index...
 
- The search index is not available
 
Lumos 
 
anyoneCanPay: {     CellCollector: CellCollectorConstructor;     injectCapacity: ((cellCollector, 
txSkeleton, 
outputIndex, 
capacity, 
__namedParameters?) => Promise<TransactionSkeletonType>);     prepareSigningEntries: ((txSkeleton, 
__namedParameters?) => TransactionSkeletonType);     setupInputCell: ((txSkeleton, 
inputCell, 
_fromInfo?, 
__namedParameters?) => Promise<TransactionSkeletonType>);     setupOutputCell: ((txSkeleton, 
outputCell, 
__namedParameters?) => Promise<TransactionSkeletonType>);     withdraw: ((txSkeleton, 
fromInput, 
toAddress, 
capacity, 
__namedParameters?) => Promise<TransactionSkeletonType>); } 
Type declaration
- 
 
- 
injectCapacity: ((cellCollector, txSkeleton, outputIndex, capacity, __namedParameters?) => Promise<TransactionSkeletonType>)
- 
- (cellCollector, txSkeleton, outputIndex, capacity, __namedParameters?): Promise<TransactionSkeletonType>
 
- 
Parameters
- 
 
- 
 
- 
outputIndex: number
 
- 
 
- 
__namedParameters: Options = {}
 
 
 
 
 
- 
prepareSigningEntries: ((txSkeleton, __namedParameters?) => TransactionSkeletonType)
 
- 
setupInputCell: ((txSkeleton, inputCell, _fromInfo?, __namedParameters?) => Promise<TransactionSkeletonType>)
- 
- (txSkeleton, inputCell, _fromInfo?, __namedParameters?): Promise<TransactionSkeletonType>
 
- 
Parameters
- 
 
- 
inputCell: Cell
 
- 
Optional _fromInfo: FromInfo
 
- 
__namedParameters: Options & { 
    defaultWitness?: string; 
    since?: string; 
} = {}
 
 
 
 
 
- 
setupOutputCell: ((txSkeleton, outputCell, __namedParameters?) => Promise<TransactionSkeletonType>)
 
- 
withdraw: ((txSkeleton, fromInput, toAddress, capacity, __namedParameters?) => Promise<TransactionSkeletonType>)
- 
- (txSkeleton, fromInput, toAddress, capacity, __namedParameters?): Promise<TransactionSkeletonType>
 
- 
Parameters
- 
 
- 
fromInput: Cell
 
- 
toAddress: string
 
- 
 
- 
__namedParameters: Options = {}