public static interface TrezorMessage.EthereumSignTxOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getAddressN(int index)
repeated uint32 address_n = 1; |
int |
getAddressNCount()
repeated uint32 address_n = 1; |
List<Integer> |
getAddressNList()
repeated uint32 address_n = 1; |
com.google.protobuf.ByteString |
getDataInitialChunk()
optional bytes data_initial_chunk = 7; |
int |
getDataLength()
optional uint32 data_length = 8; |
com.google.protobuf.ByteString |
getGasLimit()
optional bytes gas_limit = 4; |
com.google.protobuf.ByteString |
getGasPrice()
optional bytes gas_price = 3; |
com.google.protobuf.ByteString |
getNonce()
optional bytes nonce = 2; |
com.google.protobuf.ByteString |
getTo()
optional bytes to = 5; |
com.google.protobuf.ByteString |
getValue()
optional bytes value = 6; |
boolean |
hasDataInitialChunk()
optional bytes data_initial_chunk = 7; |
boolean |
hasDataLength()
optional uint32 data_length = 8; |
boolean |
hasGasLimit()
optional bytes gas_limit = 4; |
boolean |
hasGasPrice()
optional bytes gas_price = 3; |
boolean |
hasNonce()
optional bytes nonce = 2; |
boolean |
hasTo()
optional bytes to = 5; |
boolean |
hasValue()
optional bytes value = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Integer> getAddressNList()
repeated uint32 address_n = 1;
BIP-32 path to derive the key from master node
int getAddressNCount()
repeated uint32 address_n = 1;
BIP-32 path to derive the key from master node
int getAddressN(int index)
repeated uint32 address_n = 1;
BIP-32 path to derive the key from master node
boolean hasNonce()
optional bytes nonce = 2;
<=256 bit unsigned big endian
com.google.protobuf.ByteString getNonce()
optional bytes nonce = 2;
<=256 bit unsigned big endian
boolean hasGasPrice()
optional bytes gas_price = 3;
<=256 bit unsigned big endian (in wei)
com.google.protobuf.ByteString getGasPrice()
optional bytes gas_price = 3;
<=256 bit unsigned big endian (in wei)
boolean hasGasLimit()
optional bytes gas_limit = 4;
<=256 bit unsigned big endian
com.google.protobuf.ByteString getGasLimit()
optional bytes gas_limit = 4;
<=256 bit unsigned big endian
boolean hasTo()
optional bytes to = 5;
160 bit address hash
com.google.protobuf.ByteString getTo()
optional bytes to = 5;
160 bit address hash
boolean hasValue()
optional bytes value = 6;
<=256 bit unsigned big endian (in wei)
com.google.protobuf.ByteString getValue()
optional bytes value = 6;
<=256 bit unsigned big endian (in wei)
boolean hasDataInitialChunk()
optional bytes data_initial_chunk = 7;
The initial data chunk (<= 1024 bytes)
com.google.protobuf.ByteString getDataInitialChunk()
optional bytes data_initial_chunk = 7;
The initial data chunk (<= 1024 bytes)
boolean hasDataLength()
optional uint32 data_length = 8;
Length of transaction payload
int getDataLength()
optional uint32 data_length = 8;
Length of transaction payload
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.