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.Tag
Protobuf type
wallet.Tag |
static class |
Protos.Tag.Builder
Protobuf type
wallet.Tag |
Modifier and Type | Method and Description |
---|---|
Protos.TagOrBuilder |
Protos.WalletOrBuilder.getTagsOrBuilder(int index)
repeated .wallet.Tag tags = 16; |
Protos.TagOrBuilder |
Protos.Wallet.getTagsOrBuilder(int index)
repeated .wallet.Tag tags = 16; |
Protos.TagOrBuilder |
Protos.Wallet.Builder.getTagsOrBuilder(int index)
repeated .wallet.Tag tags = 16; |
Modifier and Type | Method and Description |
---|---|
List<? extends Protos.TagOrBuilder> |
Protos.WalletOrBuilder.getTagsOrBuilderList()
repeated .wallet.Tag tags = 16; |
List<? extends Protos.TagOrBuilder> |
Protos.Wallet.getTagsOrBuilderList()
repeated .wallet.Tag tags = 16; |
List<? extends Protos.TagOrBuilder> |
Protos.Wallet.Builder.getTagsOrBuilderList()
repeated .wallet.Tag tags = 16; |
Copyright © 2016. All rights reserved.