Skip to content

Instantly share code, notes, and snippets.

View jlwaugh's full-sized avatar

James Waugh jlwaugh

View GitHub Profile
did:muport:QmSgYgp6tNvD3JntJzQB5e2rVXGN3P7wM3bkz3JmntRMrG

Keybase proof

I hereby claim:

  • I am jlwaugh on github.
  • I am jlwaugh (https://keybase.io/jlwaugh) on keybase.
  • I have a public key ASDP6ryfJvdUv2yC0vlHRBWn1ZtmJ-n-dlLWw2mDUVPfTQo

To claim this, I am signing this object:

pragma solidity ^0.4.2;
contract Playlists {
struct Playlist {
address creator;
string title;
string description;
address[] contentList;
}