@codama/renderers-js 1.3.2 → 1.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1574,6 +1574,7 @@ function getPdaFunctionFragment(scope) {
1574
1574
  return fragmentFromTemplate("pdaFunction.njk", {
1575
1575
  findPdaFunction: nameApi.pdaFindFunction(pdaNode.name),
1576
1576
  hasVariableSeeds,
1577
+ pdaDocs: pdaNode.docs,
1577
1578
  pdaSeedsType: nameApi.pdaSeedsType(pdaNode.name),
1578
1579
  programAddress: pdaNode.programId ?? programNode.publicKey,
1579
1580
  seeds