For example, in npm library `@polkadot/api` support custom type and signedExtensions like this ```typescript new ApiPromise({ provider, types: { ... }, signedExtensions: { ... } }); ``` Is there a way to change signedExtensions
For example, in npm library
@polkadot/apisupport custom type and signedExtensions like thisIs there a way to change signedExtensions