List all custom type definitions from a program IDL
| IDL Type | Resolved String |
|---|---|
{ "defined": "PoolConfig" } | PoolConfig |
{ "option": "publicKey" } | option<publicKey> |
{ "vec": "u8" } | vec<u8> |
{ "array": ["u8", 32] } | [u8; 32] |
"publicKey" | publicKey |
"u64" | u64 |
"string" | string |
404 Not Found
500 Internal Server Error
PoolConfig contains a FeeStructure), you’ll see the type name, and you can look up the referenced type in the same response.