Expand description

In general, forest wants to support the same RPC messages as lotus (go implementation of Filecoin).

Follow the pattern set below, and don’t forget to add an entry to the ACCESS_MAP with the relevant permissions (consult the go implementation, looking for a comment like // perm: admin)

Future work:

  • Have an RpcEndpoint trait.

Modules§

Enums§

  • Access levels to be checked against JWT claims

Statics§

  • Access mapping between method names and access levels Checked against JWT claims on every request

Functions§

  • Checks an access enumeration against provided JWT claims