Method: Filecoin::Types::Cid#as_json

Defined in:
lib/filecoin/types/cid.rb

#as_jsonObject



21
22
23
24
25
# File 'lib/filecoin/types/cid.rb', line 21

def as_json
  {
    "/" => target,
  }
end