menu
blockchain_utils package
documentation
crypto/crypto/cdsa/ecdsa/signature.dart
ECDSASignature
ECDSASignature constructor
ECDSASignature constructor
dark_mode
light_mode
ECDSASignature
constructor
ECDSASignature
(
BigInt
r
,
BigInt
s
)
Creates an ECDSA signature with
r
and
s
components.
Parameters:
r: The
r
component of the signature.
s: The
s
component of the signature.
Implementation
ECDSASignature(this.r, this.s);
blockchain_utils package
documentation
crypto/crypto/cdsa/ecdsa/signature
ECDSASignature
ECDSASignature constructor
ECDSASignature class