public static interface TrezorMessage.EthereumTxRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getDataLength()
Number of bytes being requested (<= 1024)
|
com.google.protobuf.ByteString |
getSignatureR()
Computed signature R component (256 bit)
|
com.google.protobuf.ByteString |
getSignatureS()
Computed signature S component (256 bit)
|
int |
getSignatureV()
Computed signature (recovery parameter, limited to 27 or 28)
|
boolean |
hasDataLength()
Number of bytes being requested (<= 1024)
|
boolean |
hasSignatureR()
Computed signature R component (256 bit)
|
boolean |
hasSignatureS()
Computed signature S component (256 bit)
|
boolean |
hasSignatureV()
Computed signature (recovery parameter, limited to 27 or 28)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDataLength()
Number of bytes being requested (<= 1024)
optional uint32 data_length = 1;int getDataLength()
Number of bytes being requested (<= 1024)
optional uint32 data_length = 1;boolean hasSignatureV()
Computed signature (recovery parameter, limited to 27 or 28)
optional uint32 signature_v = 2;int getSignatureV()
Computed signature (recovery parameter, limited to 27 or 28)
optional uint32 signature_v = 2;boolean hasSignatureR()
Computed signature R component (256 bit)
optional bytes signature_r = 3;com.google.protobuf.ByteString getSignatureR()
Computed signature R component (256 bit)
optional bytes signature_r = 3;boolean hasSignatureS()
Computed signature S component (256 bit)
optional bytes signature_s = 4;com.google.protobuf.ByteString getSignatureS()
Computed signature S component (256 bit)
optional bytes signature_s = 4;Copyright © 2013–2017 Bitcoin Solutions Ltd. All rights reserved.