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

Generated using TypeDoc