EthSignature class

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
R BigInt
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
S BigInt
getter/setter pairinherited

Methods

getEIP155V(int chainID) int
{0,1} + CHAIN_ID * 2 + 35
getV() int
{0,1} + 27
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toASN1() List<int>
inherited
toASN1Hex() String
inherited
toCompact() List<int>
inherited
toCompactHex() String
inherited
toDER() List<int>
toDER equals to toASN1, serializing the ECDSA signatures with the more strict Distinguished Encoding Rules (DER) of ISO/IEC 8825-1
inherited
toDERHex() String
toDERHex equals to toASN1Hex
inherited
toEthCompactHex() String
toString() String
toString equals to toASN1Hex or toDERHex, because the ASN1 is recommended in paper
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited