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
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rBytes(
) → List< int> -
sBytes(
) → List< int> -
toBytes(
) → List< int> -
toEcdsaSignature(
) → ECDSASignature -
toHex(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited