Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

SerdeECDSASignature

Fully qualified path: garaga::signatures::ecdsa::SerdeECDSASignature

pub impl SerdeECDSASignature of Serde<ECDSASignature>;

Impl functions

serialize

Fully qualified path: garaga::signatures::ecdsa::SerdeECDSASignature::serialize

fn serialize(self: @ECDSASignature, ref output: Array<felt252>)

deserialize

Fully qualified path: garaga::signatures::ecdsa::SerdeECDSASignature::deserialize

fn deserialize(ref serialized: Span<felt252>) -> Option<ECDSASignature>