Package org.bitcoindevkit
Class FullScanRequestBuilder
-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
,org.bitcoindevkit.Disposable
,org.bitcoindevkit.FullScanRequestBuilderInterface
public class FullScanRequestBuilder implements Disposable, AutoCloseable, FullScanRequestBuilderInterface
Builds a `FullScanRequest`.
-
-
Constructor Summary
Constructors Constructor Description FullScanRequestBuilder(Pointer pointer)
FullScanRequestBuilder(NoPointer noPointer)
This constructor can be used to instantiate a fake object.
-
Method Summary
Modifier and Type Method Description Unit
destroy()
Unit
close()
final Pointer
uniffiClonePointer()
FullScanRequest
build()
FullScanRequestBuilder
inspectSpksForAllKeychains(FullScanScriptInspector inspector)
-
-
Method Detail
-
uniffiClonePointer
final Pointer uniffiClonePointer()
-
build
FullScanRequest build()
-
inspectSpksForAllKeychains
FullScanRequestBuilder inspectSpksForAllKeychains(FullScanScriptInspector inspector)
-
-
-
-