Uses of Class
org.bitcoinj.wallet.Protos.Wallet.Builder

Packages that use Protos.Wallet.Builder
org.bitcoinj.wallet   
 

Uses of Protos.Wallet.Builder in org.bitcoinj.wallet
 

Methods in org.bitcoinj.wallet that return Protos.Wallet.Builder
 Protos.Wallet.Builder Protos.Wallet.Builder.addAllExtension(Iterable<? extends Protos.Extension> values)
          repeated .wallet.Extension extension = 10;
 Protos.Wallet.Builder Protos.Wallet.Builder.addAllKey(Iterable<? extends Protos.Key> values)
          repeated .wallet.Key key = 3;
 Protos.Wallet.Builder Protos.Wallet.Builder.addAllTransaction(Iterable<? extends Protos.Transaction> values)
          repeated .wallet.Transaction transaction = 4;
 Protos.Wallet.Builder Protos.Wallet.Builder.addAllWatchedScript(Iterable<? extends Protos.Script> values)
          repeated .wallet.Script watched_script = 15;
 Protos.Wallet.Builder Protos.Wallet.Builder.addExtension(int index, Protos.Extension.Builder builderForValue)
          repeated .wallet.Extension extension = 10;
 Protos.Wallet.Builder Protos.Wallet.Builder.addExtension(int index, Protos.Extension value)
          repeated .wallet.Extension extension = 10;
 Protos.Wallet.Builder Protos.Wallet.Builder.addExtension(Protos.Extension.Builder builderForValue)
          repeated .wallet.Extension extension = 10;
 Protos.Wallet.Builder Protos.Wallet.Builder.addExtension(Protos.Extension value)
          repeated .wallet.Extension extension = 10;
 Protos.Wallet.Builder Protos.Wallet.Builder.addKey(int index, Protos.Key.Builder builderForValue)
          repeated .wallet.Key key = 3;
 Protos.Wallet.Builder Protos.Wallet.Builder.addKey(int index, Protos.Key value)
          repeated .wallet.Key key = 3;
 Protos.Wallet.Builder Protos.Wallet.Builder.addKey(Protos.Key.Builder builderForValue)
          repeated .wallet.Key key = 3;
 Protos.Wallet.Builder Protos.Wallet.Builder.addKey(Protos.Key value)
          repeated .wallet.Key key = 3;
 Protos.Wallet.Builder Protos.Wallet.Builder.addTransaction(int index, Protos.Transaction.Builder builderForValue)
          repeated .wallet.Transaction transaction = 4;
 Protos.Wallet.Builder Protos.Wallet.Builder.addTransaction(int index, Protos.Transaction value)
          repeated .wallet.Transaction transaction = 4;
 Protos.Wallet.Builder Protos.Wallet.Builder.addTransaction(Protos.Transaction.Builder builderForValue)
          repeated .wallet.Transaction transaction = 4;
 Protos.Wallet.Builder Protos.Wallet.Builder.addTransaction(Protos.Transaction value)
          repeated .wallet.Transaction transaction = 4;
 Protos.Wallet.Builder Protos.Wallet.Builder.addWatchedScript(int index, Protos.Script.Builder builderForValue)
          repeated .wallet.Script watched_script = 15;
 Protos.Wallet.Builder Protos.Wallet.Builder.addWatchedScript(int index, Protos.Script value)
          repeated .wallet.Script watched_script = 15;
 Protos.Wallet.Builder Protos.Wallet.Builder.addWatchedScript(Protos.Script.Builder builderForValue)
          repeated .wallet.Script watched_script = 15;
 Protos.Wallet.Builder Protos.Wallet.Builder.addWatchedScript(Protos.Script value)
          repeated .wallet.Script watched_script = 15;
 Protos.Wallet.Builder Protos.Wallet.Builder.clear()
           
 Protos.Wallet.Builder Protos.Wallet.Builder.clearDescription()
          optional string description = 11;
 Protos.Wallet.Builder Protos.Wallet.Builder.clearEncryptionParameters()
          optional .wallet.ScryptParameters encryption_parameters = 6;
 Protos.Wallet.Builder Protos.Wallet.Builder.clearEncryptionType()
          optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
 Protos.Wallet.Builder Protos.Wallet.Builder.clearExtension()
          repeated .wallet.Extension extension = 10;
 Protos.Wallet.Builder Protos.Wallet.Builder.clearKey()
          repeated .wallet.Key key = 3;
 Protos.Wallet.Builder Protos.Wallet.Builder.clearKeyRotationTime()
          optional uint64 key_rotation_time = 13;
 Protos.Wallet.Builder Protos.Wallet.Builder.clearLastSeenBlockHash()
          optional bytes last_seen_block_hash = 2;
 Protos.Wallet.Builder Protos.Wallet.Builder.clearLastSeenBlockHeight()
          optional uint32 last_seen_block_height = 12;
 Protos.Wallet.Builder Protos.Wallet.Builder.clearLastSeenBlockTimeSecs()
          optional int64 last_seen_block_time_secs = 14;
 Protos.Wallet.Builder Protos.Wallet.Builder.clearNetworkIdentifier()
          required string network_identifier = 1;
 Protos.Wallet.Builder Protos.Wallet.Builder.clearTransaction()
          repeated .wallet.Transaction transaction = 4;
 Protos.Wallet.Builder Protos.Wallet.Builder.clearVersion()
          optional int32 version = 7;
 Protos.Wallet.Builder Protos.Wallet.Builder.clearWatchedScript()
          repeated .wallet.Script watched_script = 15;
 Protos.Wallet.Builder Protos.Wallet.Builder.clone()
           
 Protos.Wallet.Builder Protos.Wallet.Builder.mergeEncryptionParameters(Protos.ScryptParameters value)
          optional .wallet.ScryptParameters encryption_parameters = 6;
 Protos.Wallet.Builder Protos.Wallet.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 Protos.Wallet.Builder Protos.Wallet.Builder.mergeFrom(com.google.protobuf.Message other)
           
 Protos.Wallet.Builder Protos.Wallet.Builder.mergeFrom(Protos.Wallet other)
           
static Protos.Wallet.Builder Protos.Wallet.newBuilder()
           
static Protos.Wallet.Builder Protos.Wallet.newBuilder(Protos.Wallet prototype)
           
 Protos.Wallet.Builder Protos.Wallet.newBuilderForType()
           
protected  Protos.Wallet.Builder Protos.Wallet.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 Protos.Wallet.Builder Protos.Wallet.Builder.removeExtension(int index)
          repeated .wallet.Extension extension = 10;
 Protos.Wallet.Builder Protos.Wallet.Builder.removeKey(int index)
          repeated .wallet.Key key = 3;
 Protos.Wallet.Builder Protos.Wallet.Builder.removeTransaction(int index)
          repeated .wallet.Transaction transaction = 4;
 Protos.Wallet.Builder Protos.Wallet.Builder.removeWatchedScript(int index)
          repeated .wallet.Script watched_script = 15;
 Protos.Wallet.Builder Protos.Wallet.Builder.setDescription(String value)
          optional string description = 11;
 Protos.Wallet.Builder Protos.Wallet.Builder.setDescriptionBytes(com.google.protobuf.ByteString value)
          optional string description = 11;
 Protos.Wallet.Builder Protos.Wallet.Builder.setEncryptionParameters(Protos.ScryptParameters.Builder builderForValue)
          optional .wallet.ScryptParameters encryption_parameters = 6;
 Protos.Wallet.Builder Protos.Wallet.Builder.setEncryptionParameters(Protos.ScryptParameters value)
          optional .wallet.ScryptParameters encryption_parameters = 6;
 Protos.Wallet.Builder Protos.Wallet.Builder.setEncryptionType(Protos.Wallet.EncryptionType value)
          optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED];
 Protos.Wallet.Builder Protos.Wallet.Builder.setExtension(int index, Protos.Extension.Builder builderForValue)
          repeated .wallet.Extension extension = 10;
 Protos.Wallet.Builder Protos.Wallet.Builder.setExtension(int index, Protos.Extension value)
          repeated .wallet.Extension extension = 10;
 Protos.Wallet.Builder Protos.Wallet.Builder.setKey(int index, Protos.Key.Builder builderForValue)
          repeated .wallet.Key key = 3;
 Protos.Wallet.Builder Protos.Wallet.Builder.setKey(int index, Protos.Key value)
          repeated .wallet.Key key = 3;
 Protos.Wallet.Builder Protos.Wallet.Builder.setKeyRotationTime(long value)
          optional uint64 key_rotation_time = 13;
 Protos.Wallet.Builder Protos.Wallet.Builder.setLastSeenBlockHash(com.google.protobuf.ByteString value)
          optional bytes last_seen_block_hash = 2;
 Protos.Wallet.Builder Protos.Wallet.Builder.setLastSeenBlockHeight(int value)
          optional uint32 last_seen_block_height = 12;
 Protos.Wallet.Builder Protos.Wallet.Builder.setLastSeenBlockTimeSecs(long value)
          optional int64 last_seen_block_time_secs = 14;
 Protos.Wallet.Builder Protos.Wallet.Builder.setNetworkIdentifier(String value)
          required string network_identifier = 1;
 Protos.Wallet.Builder Protos.Wallet.Builder.setNetworkIdentifierBytes(com.google.protobuf.ByteString value)
          required string network_identifier = 1;
 Protos.Wallet.Builder Protos.Wallet.Builder.setTransaction(int index, Protos.Transaction.Builder builderForValue)
          repeated .wallet.Transaction transaction = 4;
 Protos.Wallet.Builder Protos.Wallet.Builder.setTransaction(int index, Protos.Transaction value)
          repeated .wallet.Transaction transaction = 4;
 Protos.Wallet.Builder Protos.Wallet.Builder.setVersion(int value)
          optional int32 version = 7;
 Protos.Wallet.Builder Protos.Wallet.Builder.setWatchedScript(int index, Protos.Script.Builder builderForValue)
          repeated .wallet.Script watched_script = 15;
 Protos.Wallet.Builder Protos.Wallet.Builder.setWatchedScript(int index, Protos.Script value)
          repeated .wallet.Script watched_script = 15;
 Protos.Wallet.Builder Protos.Wallet.toBuilder()
           
 



Copyright © 2014. All rights reserved.