Lightprotocol / light-protocol

The ZK Compression Protocol For Solana
https://www.zkcompression.com
GNU General Public License v3.0
157 stars 27 forks source link

fix: implement idl build for unimplemented structs in root sdk #1257

Closed me-imfhd closed 1 day ago

me-imfhd commented 2 days ago

Implements IDL build for the following structs:

1) NewAddressParamsPacked 2) CompressedProof 3) ProofRpcResult

Tested Compressed proof on name-service example Generates on anchor build now

image image