Uses of Interface
org.bitcoinj.wallet.Protos.ScriptOrBuilder

Packages that use Protos.ScriptOrBuilder
org.bitcoinj.wallet   
 

Uses of Protos.ScriptOrBuilder in org.bitcoinj.wallet
 

Classes in org.bitcoinj.wallet that implement Protos.ScriptOrBuilder
static class Protos.Script
          Protobuf type wallet.Script
static class Protos.Script.Builder
          Protobuf type wallet.Script
 

Methods in org.bitcoinj.wallet that return Protos.ScriptOrBuilder
 Protos.ScriptOrBuilder Protos.WalletOrBuilder.getWatchedScriptOrBuilder(int index)
          repeated .wallet.Script watched_script = 15;
 Protos.ScriptOrBuilder Protos.Wallet.getWatchedScriptOrBuilder(int index)
          repeated .wallet.Script watched_script = 15;
 Protos.ScriptOrBuilder Protos.Wallet.Builder.getWatchedScriptOrBuilder(int index)
          repeated .wallet.Script watched_script = 15;
 

Methods in org.bitcoinj.wallet that return types with arguments of type Protos.ScriptOrBuilder
 List<? extends Protos.ScriptOrBuilder> Protos.WalletOrBuilder.getWatchedScriptOrBuilderList()
          repeated .wallet.Script watched_script = 15;
 List<? extends Protos.ScriptOrBuilder> Protos.Wallet.getWatchedScriptOrBuilderList()
          repeated .wallet.Script watched_script = 15;
 List<? extends Protos.ScriptOrBuilder> Protos.Wallet.Builder.getWatchedScriptOrBuilderList()
          repeated .wallet.Script watched_script = 15;
 



Copyright © 2014. All rights reserved.