Uses of Class
org.bitcoinj.wallet.Protos.Script

Packages that use Protos.Script
org.bitcoinj.wallet   
 

Uses of Protos.Script in org.bitcoinj.wallet
 

Fields in org.bitcoinj.wallet with type parameters of type Protos.Script
static com.google.protobuf.Parser<Protos.Script> Protos.Script.PARSER
           
 

Methods in org.bitcoinj.wallet that return Protos.Script
 Protos.Script Protos.Script.Builder.build()
           
 Protos.Script Protos.Script.Builder.buildPartial()
           
static Protos.Script Protos.Script.getDefaultInstance()
           
 Protos.Script Protos.Script.getDefaultInstanceForType()
           
 Protos.Script Protos.Script.Builder.getDefaultInstanceForType()
           
 Protos.Script Protos.WalletOrBuilder.getWatchedScript(int index)
          repeated .wallet.Script watched_script = 15;
 Protos.Script Protos.Wallet.getWatchedScript(int index)
          repeated .wallet.Script watched_script = 15;
 Protos.Script Protos.Wallet.Builder.getWatchedScript(int index)
          repeated .wallet.Script watched_script = 15;
static Protos.Script Protos.Script.parseDelimitedFrom(InputStream input)
           
static Protos.Script Protos.Script.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Script Protos.Script.parseFrom(byte[] data)
           
static Protos.Script Protos.Script.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Script Protos.Script.parseFrom(com.google.protobuf.ByteString data)
           
static Protos.Script Protos.Script.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Script Protos.Script.parseFrom(com.google.protobuf.CodedInputStream input)
           
static Protos.Script Protos.Script.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Script Protos.Script.parseFrom(InputStream input)
           
static Protos.Script Protos.Script.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.bitcoinj.wallet that return types with arguments of type Protos.Script
 com.google.protobuf.Parser<Protos.Script> Protos.Script.getParserForType()
           
 List<Protos.Script> Protos.WalletOrBuilder.getWatchedScriptList()
          repeated .wallet.Script watched_script = 15;
 List<Protos.Script> Protos.Wallet.getWatchedScriptList()
          repeated .wallet.Script watched_script = 15;
 List<Protos.Script> Protos.Wallet.Builder.getWatchedScriptList()
          repeated .wallet.Script watched_script = 15;
 

Methods in org.bitcoinj.wallet with parameters of type Protos.Script
 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 value)
          repeated .wallet.Script watched_script = 15;
 Protos.Script.Builder Protos.Script.Builder.mergeFrom(Protos.Script other)
           
static Protos.Script.Builder Protos.Script.newBuilder(Protos.Script prototype)
           
 Protos.Wallet.Builder Protos.Wallet.Builder.setWatchedScript(int index, Protos.Script value)
          repeated .wallet.Script watched_script = 15;
 

Method parameters in org.bitcoinj.wallet with type arguments of type Protos.Script
 Protos.Wallet.Builder Protos.Wallet.Builder.addAllWatchedScript(Iterable<? extends Protos.Script> values)
          repeated .wallet.Script watched_script = 15;
 



Copyright © 2014. All rights reserved.