Function fvm_shared::bigint::bigint_ser::serialize

source ยท
pub fn serialize<S>(int: &BigInt, serializer: S) -> Result<S::Ok, S::Error>
where S: Serializer,
Expand description

Serializes big int as bytes following Filecoin spec.