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.Key
Protobuf type
wallet.Key |
static class |
Protos.Key.Builder
Protobuf type
wallet.Key |
Modifier and Type | Method and Description |
---|---|
Protos.KeyOrBuilder |
Protos.WalletOrBuilder.getKeyOrBuilder(int index)
repeated .wallet.Key key = 3; |
Protos.KeyOrBuilder |
Protos.Wallet.getKeyOrBuilder(int index)
repeated .wallet.Key key = 3; |
Protos.KeyOrBuilder |
Protos.Wallet.Builder.getKeyOrBuilder(int index)
repeated .wallet.Key key = 3; |
Modifier and Type | Method and Description |
---|---|
List<? extends Protos.KeyOrBuilder> |
Protos.WalletOrBuilder.getKeyOrBuilderList()
repeated .wallet.Key key = 3; |
List<? extends Protos.KeyOrBuilder> |
Protos.Wallet.getKeyOrBuilderList()
repeated .wallet.Key key = 3; |
List<? extends Protos.KeyOrBuilder> |
Protos.Wallet.Builder.getKeyOrBuilderList()
repeated .wallet.Key key = 3; |
Copyright © 2016. All rights reserved.