update access/delegate spec to use nb: {delegations: Dict<string,Link>}
instead of nb: Dict<string,Link>
#45
Milestone
nb: {delegations: Dict<string,Link>}
instead of nb: Dict<string,Link>
#45
because the former is easier to type using ucanto atm.
nb
doesn't take a schema, so can't useSchema.dictionary()
on itThe text was updated successfully, but these errors were encountered: