dag_json
Values
pub fn cid(cid: String) -> json.Json
pass in string, assumed to be cid. The v1.to_string function fails if the cid contains negative numbers, it shouldn’t. that return Error when leb128 encoding.
pub fn decode_bytes() -> decode.Decoder(BitArray)
pub fn decode_cid() -> decode.Decoder(v1.Cid)
pub const nullable: fn(option.Option(a), fn(a) -> json.Json) -> json.Json