sdk icon indicating copy to clipboard operation
sdk copied to clipboard

[Docs] `networkClient.getMappingValue` is actually `networkClient.getProgramMappingValue`

Open zklimaleo opened this issue 5 months ago • 0 comments

📚 Documentation

The comments and example codes shown are networkClient.getMappingValue but the actual method available in networkClient is getProgramMappingValue.

https://github.com/ProvableHQ/sdk/blob/78cf3f2fabc46575f4f536a2249c486b5d381c36/sdk/src/network-client.ts#L1163-L1173

https://github.com/ProvableHQ/sdk/blob/78cf3f2fabc46575f4f536a2249c486b5d381c36/sdk/src/network-client.ts#L1174

Same Inconsistent example code in the Provable SDK docs too.

zklimaleo avatar Aug 04 '25 07:08 zklimaleo