Package org.bitcoindevkit
Class DerivationPath
-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
,org.bitcoindevkit.DerivationPathInterface
,org.bitcoindevkit.Disposable
public class DerivationPath implements Disposable, AutoCloseable, DerivationPathInterface
-
-
Constructor Summary
Constructors Constructor Description DerivationPath(Pointer pointer)
DerivationPath(NoPointer noPointer)
This constructor can be used to instantiate a fake object. DerivationPath(String path)
-
Method Summary
Modifier and Type Method Description Unit
destroy()
Unit
close()
final Pointer
uniffiClonePointer()
-
-
-
Constructor Detail
-
DerivationPath
DerivationPath(Pointer pointer)
-
DerivationPath
DerivationPath(NoPointer noPointer)
This constructor can be used to instantiate a fake object.
-
DerivationPath
DerivationPath(String path)
-
-
Method Detail
-
uniffiClonePointer
final Pointer uniffiClonePointer()
-
-