Secp256k1EcdsaSignature class

Constructors

Secp256k1EcdsaSignature.new({required BigInt r, required BigInt s})
factory
Secp256k1EcdsaSignature.fromBytes(List<int> signature)
factory
Secp256k1EcdsaSignature.fromDer(List<int> derSignature)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
r BigInt
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s BigInt
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rBytes() List<int>
sBytes() List<int>
toBytes() List<int>
toHex() String
toString() String
A string representation of this object.
inherited

Operators

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