Uses of Class
org.bitcoinj.wallet.Protos.Transaction.Pool

Packages that use Protos.Transaction.Pool
org.bitcoinj.wallet   
 

Uses of Protos.Transaction.Pool in org.bitcoinj.wallet
 

Methods in org.bitcoinj.wallet that return Protos.Transaction.Pool
 Protos.Transaction.Pool Protos.TransactionOrBuilder.getPool()
          optional .wallet.Transaction.Pool pool = 3;
 Protos.Transaction.Pool Protos.Transaction.getPool()
          optional .wallet.Transaction.Pool pool = 3;
 Protos.Transaction.Pool Protos.Transaction.Builder.getPool()
          optional .wallet.Transaction.Pool pool = 3;
static Protos.Transaction.Pool Protos.Transaction.Pool.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static Protos.Transaction.Pool Protos.Transaction.Pool.valueOf(int value)
           
static Protos.Transaction.Pool Protos.Transaction.Pool.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Protos.Transaction.Pool[] Protos.Transaction.Pool.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.bitcoinj.wallet that return types with arguments of type Protos.Transaction.Pool
static com.google.protobuf.Internal.EnumLiteMap<Protos.Transaction.Pool> Protos.Transaction.Pool.internalGetValueMap()
           
 

Methods in org.bitcoinj.wallet with parameters of type Protos.Transaction.Pool
 Protos.Transaction.Builder Protos.Transaction.Builder.setPool(Protos.Transaction.Pool value)
          optional .wallet.Transaction.Pool pool = 3;
 



Copyright © 2014. All rights reserved.