pub type ECDSASigValueValueOwned = PolyType<<ASN1<BigInt> as Combinator>::Owned, <ASN1<BigInt> as Combinator>::Owned>;Aliased Type§
struct ECDSASigValueValueOwned {
pub r: BigIntOwned,
pub s: BigIntOwned,
}Fields§
§r: BigIntOwned§s: BigIntOwned