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