Package | Description |
---|---|
org.bitcoinj.wallet |
Classes that support the
Wallet , which knows how to find and save transactions relevant to
a set of keys or scripts, calculate balances, and spend money: the wallet has many features and can be extended
in various ways, please refer to the website for documentation on how to use it. |
Modifier and Type | Class and Description |
---|---|
static class |
Protos.Extension
Protobuf type
wallet.Extension |
static class |
Protos.Extension.Builder
Protobuf type
wallet.Extension |
Modifier and Type | Method and Description |
---|---|
Protos.ExtensionOrBuilder |
Protos.WalletOrBuilder.getExtensionOrBuilder(int index)
repeated .wallet.Extension extension = 10; |
Protos.ExtensionOrBuilder |
Protos.Wallet.getExtensionOrBuilder(int index)
repeated .wallet.Extension extension = 10; |
Protos.ExtensionOrBuilder |
Protos.Wallet.Builder.getExtensionOrBuilder(int index)
repeated .wallet.Extension extension = 10; |
Modifier and Type | Method and Description |
---|---|
List<? extends Protos.ExtensionOrBuilder> |
Protos.WalletOrBuilder.getExtensionOrBuilderList()
repeated .wallet.Extension extension = 10; |
List<? extends Protos.ExtensionOrBuilder> |
Protos.Wallet.getExtensionOrBuilderList()
repeated .wallet.Extension extension = 10; |
List<? extends Protos.ExtensionOrBuilder> |
Protos.Wallet.Builder.getExtensionOrBuilderList()
repeated .wallet.Extension extension = 10; |
Copyright © 2016. All rights reserved.