final class DefaultWalletKitClient extends WalletKitClient

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultWalletKitClient
  2. WalletKitClient
  3. AkkaGrpcClient
  4. WalletKitClientPowerApi
  5. WalletKit
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DefaultWalletKitClient(settings: GrpcClientSettings)(implicit sys: ClassicActorSystemProvider)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bumpFee(in: BumpFeeRequest): Future[BumpFeeResponse]

    For access to method metadata use the parameterless version of bumpFee

    For access to method metadata use the parameterless version of bumpFee

    Definition Classes
    DefaultWalletKitClientWalletKit
  6. def bumpFee(): SingleResponseRequestBuilder[BumpFeeRequest, BumpFeeResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer bumpFee(walletrpc.BumpFeeRequest) if possible.

    Definition Classes
    DefaultWalletKitClientWalletKitClientPowerApi
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def close(): Future[Done]
    Definition Classes
    DefaultWalletKitClient → AkkaGrpcClient
  9. def closed: Future[Done]
    Definition Classes
    DefaultWalletKitClient → AkkaGrpcClient
  10. def deriveKey(in: KeyLocator): Future[KeyDescriptor]

    For access to method metadata use the parameterless version of deriveKey

    For access to method metadata use the parameterless version of deriveKey

    Definition Classes
    DefaultWalletKitClientWalletKit
  11. def deriveKey(): SingleResponseRequestBuilder[KeyLocator, KeyDescriptor]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer deriveKey(signrpc.KeyLocator) if possible.

    Definition Classes
    DefaultWalletKitClientWalletKitClientPowerApi
  12. def deriveNextKey(in: KeyReq): Future[KeyDescriptor]

    For access to method metadata use the parameterless version of deriveNextKey

    For access to method metadata use the parameterless version of deriveNextKey

    Definition Classes
    DefaultWalletKitClientWalletKit
  13. def deriveNextKey(): SingleResponseRequestBuilder[KeyReq, KeyDescriptor]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer deriveNextKey(walletrpc.KeyReq) if possible.

    Definition Classes
    DefaultWalletKitClientWalletKitClientPowerApi
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def estimateFee(in: EstimateFeeRequest): Future[EstimateFeeResponse]

    For access to method metadata use the parameterless version of estimateFee

    For access to method metadata use the parameterless version of estimateFee

    Definition Classes
    DefaultWalletKitClientWalletKit
  17. def estimateFee(): SingleResponseRequestBuilder[EstimateFeeRequest, EstimateFeeResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer estimateFee(walletrpc.EstimateFeeRequest) if possible.

    Definition Classes
    DefaultWalletKitClientWalletKitClientPowerApi
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. def finalizePsbt(in: FinalizePsbtRequest): Future[FinalizePsbtResponse]

    For access to method metadata use the parameterless version of finalizePsbt

    For access to method metadata use the parameterless version of finalizePsbt

    Definition Classes
    DefaultWalletKitClientWalletKit
  20. def finalizePsbt(): SingleResponseRequestBuilder[FinalizePsbtRequest, FinalizePsbtResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer finalizePsbt(walletrpc.FinalizePsbtRequest) if possible.

    Definition Classes
    DefaultWalletKitClientWalletKitClientPowerApi
  21. def fundPsbt(in: FundPsbtRequest): Future[FundPsbtResponse]

    For access to method metadata use the parameterless version of fundPsbt

    For access to method metadata use the parameterless version of fundPsbt

    Definition Classes
    DefaultWalletKitClientWalletKit
  22. def fundPsbt(): SingleResponseRequestBuilder[FundPsbtRequest, FundPsbtResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer fundPsbt(walletrpc.FundPsbtRequest) if possible.

    Definition Classes
    DefaultWalletKitClientWalletKitClientPowerApi
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def importAccount(in: ImportAccountRequest): Future[ImportAccountResponse]

    For access to method metadata use the parameterless version of importAccount

    For access to method metadata use the parameterless version of importAccount

    Definition Classes
    DefaultWalletKitClientWalletKit
  26. def importAccount(): SingleResponseRequestBuilder[ImportAccountRequest, ImportAccountResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer importAccount(walletrpc.ImportAccountRequest) if possible.

    Definition Classes
    DefaultWalletKitClientWalletKitClientPowerApi
  27. def importPublicKey(in: ImportPublicKeyRequest): Future[ImportPublicKeyResponse]

    For access to method metadata use the parameterless version of importPublicKey

    For access to method metadata use the parameterless version of importPublicKey

    Definition Classes
    DefaultWalletKitClientWalletKit
  28. def importPublicKey(): SingleResponseRequestBuilder[ImportPublicKeyRequest, ImportPublicKeyResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer importPublicKey(walletrpc.ImportPublicKeyRequest) if possible.

    Definition Classes
    DefaultWalletKitClientWalletKitClientPowerApi
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def labelTransaction(in: LabelTransactionRequest): Future[LabelTransactionResponse]

    For access to method metadata use the parameterless version of labelTransaction

    For access to method metadata use the parameterless version of labelTransaction

    Definition Classes
    DefaultWalletKitClientWalletKit
  31. def labelTransaction(): SingleResponseRequestBuilder[LabelTransactionRequest, LabelTransactionResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer labelTransaction(walletrpc.LabelTransactionRequest) if possible.

    Definition Classes
    DefaultWalletKitClientWalletKitClientPowerApi
  32. def leaseOutput(in: LeaseOutputRequest): Future[LeaseOutputResponse]

    For access to method metadata use the parameterless version of leaseOutput

    For access to method metadata use the parameterless version of leaseOutput

    Definition Classes
    DefaultWalletKitClientWalletKit
  33. def leaseOutput(): SingleResponseRequestBuilder[LeaseOutputRequest, LeaseOutputResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer leaseOutput(walletrpc.LeaseOutputRequest) if possible.

    Definition Classes
    DefaultWalletKitClientWalletKitClientPowerApi
  34. def listAccounts(in: ListAccountsRequest): Future[ListAccountsResponse]

    For access to method metadata use the parameterless version of listAccounts

    For access to method metadata use the parameterless version of listAccounts

    Definition Classes
    DefaultWalletKitClientWalletKit
  35. def listAccounts(): SingleResponseRequestBuilder[ListAccountsRequest, ListAccountsResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer listAccounts(walletrpc.ListAccountsRequest) if possible.

    Definition Classes
    DefaultWalletKitClientWalletKitClientPowerApi
  36. def listLeases(in: ListLeasesRequest): Future[ListLeasesResponse]

    For access to method metadata use the parameterless version of listLeases

    For access to method metadata use the parameterless version of listLeases

    Definition Classes
    DefaultWalletKitClientWalletKit
  37. def listLeases(): SingleResponseRequestBuilder[ListLeasesRequest, ListLeasesResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer listLeases(walletrpc.ListLeasesRequest) if possible.

    Definition Classes
    DefaultWalletKitClientWalletKitClientPowerApi
  38. def listSweeps(in: ListSweepsRequest): Future[ListSweepsResponse]

    For access to method metadata use the parameterless version of listSweeps

    For access to method metadata use the parameterless version of listSweeps

    Definition Classes
    DefaultWalletKitClientWalletKit
  39. def listSweeps(): SingleResponseRequestBuilder[ListSweepsRequest, ListSweepsResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer listSweeps(walletrpc.ListSweepsRequest) if possible.

    Definition Classes
    DefaultWalletKitClientWalletKitClientPowerApi
  40. def listUnspent(in: ListUnspentRequest): Future[ListUnspentResponse]

    For access to method metadata use the parameterless version of listUnspent

    For access to method metadata use the parameterless version of listUnspent

    Definition Classes
    DefaultWalletKitClientWalletKit
  41. def listUnspent(): SingleResponseRequestBuilder[ListUnspentRequest, ListUnspentResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer listUnspent(walletrpc.ListUnspentRequest) if possible.

    Definition Classes
    DefaultWalletKitClientWalletKitClientPowerApi
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. def nextAddr(in: AddrRequest): Future[AddrResponse]

    For access to method metadata use the parameterless version of nextAddr

    For access to method metadata use the parameterless version of nextAddr

    Definition Classes
    DefaultWalletKitClientWalletKit
  44. def nextAddr(): SingleResponseRequestBuilder[AddrRequest, AddrResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer nextAddr(walletrpc.AddrRequest) if possible.

    Definition Classes
    DefaultWalletKitClientWalletKitClientPowerApi
  45. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  46. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  47. def pendingSweeps(in: PendingSweepsRequest): Future[PendingSweepsResponse]

    For access to method metadata use the parameterless version of pendingSweeps

    For access to method metadata use the parameterless version of pendingSweeps

    Definition Classes
    DefaultWalletKitClientWalletKit
  48. def pendingSweeps(): SingleResponseRequestBuilder[PendingSweepsRequest, PendingSweepsResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer pendingSweeps(walletrpc.PendingSweepsRequest) if possible.

    Definition Classes
    DefaultWalletKitClientWalletKitClientPowerApi
  49. def publishTransaction(in: Transaction): Future[PublishResponse]

    For access to method metadata use the parameterless version of publishTransaction

    For access to method metadata use the parameterless version of publishTransaction

    Definition Classes
    DefaultWalletKitClientWalletKit
  50. def publishTransaction(): SingleResponseRequestBuilder[Transaction, PublishResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer publishTransaction(walletrpc.Transaction) if possible.

    Definition Classes
    DefaultWalletKitClientWalletKitClientPowerApi
  51. def releaseOutput(in: ReleaseOutputRequest): Future[ReleaseOutputResponse]

    For access to method metadata use the parameterless version of releaseOutput

    For access to method metadata use the parameterless version of releaseOutput

    Definition Classes
    DefaultWalletKitClientWalletKit
  52. def releaseOutput(): SingleResponseRequestBuilder[ReleaseOutputRequest, ReleaseOutputResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer releaseOutput(walletrpc.ReleaseOutputRequest) if possible.

    Definition Classes
    DefaultWalletKitClientWalletKitClientPowerApi
  53. def sendOutputs(in: SendOutputsRequest): Future[SendOutputsResponse]

    For access to method metadata use the parameterless version of sendOutputs

    For access to method metadata use the parameterless version of sendOutputs

    Definition Classes
    DefaultWalletKitClientWalletKit
  54. def sendOutputs(): SingleResponseRequestBuilder[SendOutputsRequest, SendOutputsResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer sendOutputs(walletrpc.SendOutputsRequest) if possible.

    Definition Classes
    DefaultWalletKitClientWalletKitClientPowerApi
  55. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  56. def toString(): String
    Definition Classes
    AnyRef → Any
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from WalletKitClient

Inherited from AkkaGrpcClient

Inherited from WalletKit

Inherited from AnyRef

Inherited from Any

Ungrouped