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

Packages that use Protos.Transaction
org.bitcoinj.wallet   
 

Uses of Protos.Transaction in org.bitcoinj.wallet
 

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

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

Methods in org.bitcoinj.wallet that return types with arguments of type Protos.Transaction
 com.google.protobuf.Parser<Protos.Transaction> Protos.Transaction.getParserForType()
           
 List<Protos.Transaction> Protos.WalletOrBuilder.getTransactionList()
          repeated .wallet.Transaction transaction = 4;
 List<Protos.Transaction> Protos.Wallet.getTransactionList()
          repeated .wallet.Transaction transaction = 4;
 List<Protos.Transaction> Protos.Wallet.Builder.getTransactionList()
          repeated .wallet.Transaction transaction = 4;
 

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

Method parameters in org.bitcoinj.wallet with type arguments of type Protos.Transaction
 Protos.Wallet.Builder Protos.Wallet.Builder.addAllTransaction(Iterable<? extends Protos.Transaction> values)
          repeated .wallet.Transaction transaction = 4;
 



Copyright © 2014. All rights reserved.