storacha-network / specs

🏅 Technical specifications for the w3up protocol stack
17 stars 0 forks source link

update access/delegate spec to use `nb: {delegations: Dict<string,Link>}` instead of `nb: Dict<string,Link>` #45

Closed gobengo closed 1 year ago

gobengo commented 1 year ago

because the former is easier to type using ucanto atm. nb doesn't take a schema, so can't use Schema.dictionary() on it

hugomrdias commented 1 year ago

its access/delegate right ?

gobengo commented 1 year ago

@hugomrdias Yes, thank you!