PragmaPricesResponseSerde
Fully qualified path: pragma_lib::types::PragmaPricesResponseSerde
impl PragmaPricesResponseSerde of Serde<PragmaPricesResponse>;
Impl functions
serialize
Fully qualified path: pragma_lib::types::PragmaPricesResponseSerde::serialize
fn serialize(self: @PragmaPricesResponse, ref output: Array<felt252>)
deserialize
Fully qualified path: pragma_lib::types::PragmaPricesResponseSerde::deserialize
fn deserialize(ref serialized: Span<felt252>) -> Option<PragmaPricesResponse>