Package | Description |
---|---|
com.satoshilabs.trezor.protobuf | |
org.multibit.hd.hardware.trezor.utils |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<TrezorType.TransactionType> |
TrezorType.TransactionType.PARSER |
Modifier and Type | Method and Description |
---|---|
TrezorType.TransactionType |
TrezorType.TransactionType.Builder.build() |
TrezorType.TransactionType |
TrezorType.TransactionType.Builder.buildPartial() |
static TrezorType.TransactionType |
TrezorType.TransactionType.getDefaultInstance() |
TrezorType.TransactionType |
TrezorType.TransactionType.getDefaultInstanceForType() |
TrezorType.TransactionType |
TrezorType.TransactionType.Builder.getDefaultInstanceForType() |
TrezorType.TransactionType |
TrezorMessage.SimpleSignTxOrBuilder.getTransactions(int index)
repeated .TransactionType transactions = 3; |
TrezorType.TransactionType |
TrezorMessage.SimpleSignTx.getTransactions(int index)
repeated .TransactionType transactions = 3; |
TrezorType.TransactionType |
TrezorMessage.SimpleSignTx.Builder.getTransactions(int index)
repeated .TransactionType transactions = 3; |
TrezorType.TransactionType |
TrezorMessage.TxAckOrBuilder.getTx()
optional .TransactionType tx = 1; |
TrezorType.TransactionType |
TrezorMessage.TxAck.getTx()
optional .TransactionType tx = 1; |
TrezorType.TransactionType |
TrezorMessage.TxAck.Builder.getTx()
optional .TransactionType tx = 1; |
static TrezorType.TransactionType |
TrezorType.TransactionType.parseDelimitedFrom(InputStream input) |
static TrezorType.TransactionType |
TrezorType.TransactionType.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TrezorType.TransactionType |
TrezorType.TransactionType.parseFrom(byte[] data) |
static TrezorType.TransactionType |
TrezorType.TransactionType.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TrezorType.TransactionType |
TrezorType.TransactionType.parseFrom(com.google.protobuf.ByteString data) |
static TrezorType.TransactionType |
TrezorType.TransactionType.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TrezorType.TransactionType |
TrezorType.TransactionType.parseFrom(com.google.protobuf.CodedInputStream input) |
static TrezorType.TransactionType |
TrezorType.TransactionType.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TrezorType.TransactionType |
TrezorType.TransactionType.parseFrom(InputStream input) |
static TrezorType.TransactionType |
TrezorType.TransactionType.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<TrezorType.TransactionType> |
TrezorType.TransactionType.getParserForType() |
List<TrezorType.TransactionType> |
TrezorMessage.SimpleSignTxOrBuilder.getTransactionsList()
repeated .TransactionType transactions = 3; |
List<TrezorType.TransactionType> |
TrezorMessage.SimpleSignTx.getTransactionsList()
repeated .TransactionType transactions = 3; |
List<TrezorType.TransactionType> |
TrezorMessage.SimpleSignTx.Builder.getTransactionsList()
repeated .TransactionType transactions = 3; |
Modifier and Type | Method and Description |
---|---|
TrezorMessage.SimpleSignTx.Builder |
TrezorMessage.SimpleSignTx.Builder.addTransactions(int index,
TrezorType.TransactionType value)
repeated .TransactionType transactions = 3; |
TrezorMessage.SimpleSignTx.Builder |
TrezorMessage.SimpleSignTx.Builder.addTransactions(TrezorType.TransactionType value)
repeated .TransactionType transactions = 3; |
TrezorType.TransactionType.Builder |
TrezorType.TransactionType.Builder.mergeFrom(TrezorType.TransactionType other) |
TrezorMessage.TxAck.Builder |
TrezorMessage.TxAck.Builder.mergeTx(TrezorType.TransactionType value)
optional .TransactionType tx = 1; |
static TrezorType.TransactionType.Builder |
TrezorType.TransactionType.newBuilder(TrezorType.TransactionType prototype) |
TrezorMessage.SimpleSignTx.Builder |
TrezorMessage.SimpleSignTx.Builder.setTransactions(int index,
TrezorType.TransactionType value)
repeated .TransactionType transactions = 3; |
TrezorMessage.TxAck.Builder |
TrezorMessage.TxAck.Builder.setTx(TrezorType.TransactionType value)
optional .TransactionType tx = 1; |
Modifier and Type | Method and Description |
---|---|
TrezorMessage.SimpleSignTx.Builder |
TrezorMessage.SimpleSignTx.Builder.addAllTransactions(Iterable<? extends TrezorType.TransactionType> values)
repeated .TransactionType transactions = 3; |
Modifier and Type | Method and Description |
---|---|
static TrezorType.TransactionType |
TrezorMessageUtils.buildTxInputResponse(TxRequest txRequest,
com.google.common.base.Optional<org.bitcoinj.core.Transaction> requestedTx,
boolean binOutputType,
Map<Integer,com.google.common.collect.ImmutableList<org.bitcoinj.crypto.ChildNumber>> receivingAddressPathMap) |
static TrezorType.TransactionType |
TrezorMessageUtils.buildTxMetaResponse(com.google.common.base.Optional<org.bitcoinj.core.Transaction> requestedTx) |
static TrezorType.TransactionType |
TrezorMessageUtils.buildTxOutputResponse(TxRequest txRequest,
com.google.common.base.Optional<org.bitcoinj.core.Transaction> requestedTx,
boolean binOutputType,
Map<org.bitcoinj.core.Address,com.google.common.collect.ImmutableList<org.bitcoinj.crypto.ChildNumber>> changeAddressPathMap) |
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.