Feature Description
The /capabilities route would be a versioned route that clients can use to ask the node what optional features it supports
Implementation Details
Make a shared file (capabilities.ts) in src/shared that contains an enum of every optional features (add that step to the contributing documentation) that will be used by the route to make a type-safe schema
Feature Description
The /capabilities route would be a versioned route that clients can use to ask the node what optional features it supports
Implementation Details
Make a shared file (
capabilities.ts) in src/shared that contains an enum of every optional features (add that step to the contributing documentation) that will be used by the route to make a type-safe schema