Logan Widick
Logan Widick
Would it be a good idea to change the references to `TxSend` in the `web3x-codegen` project to either of: - `Tx` (https://github.com/xf00f/web3x/blob/v4.0.4/web3x/src/contract/tx.ts#L68) - A new interface (`TxSendAndCall`? `TxSendWithLocalCallCheck`? something else?)...
@jgrandja Do I understand the status of this issue correctly? - Create a registration: [OIDC spec](https://openid.net/specs/openid-connect-registration-1_0.html#ClientRegistration) [RFC](https://datatracker.ietf.org/doc/html/rfc7591#section-3) [Spring Authorization Server issue](https://github.com/spring-projects/spring-authorization-server/issues/57) (done) - Get a registration: [OIDC spec](https://openid.net/specs/openid-connect-registration-1_0.html#ClientConfigurationEndpoint) [RFC](https://datatracker.ietf.org/doc/html/rfc7592#section-2.1) [Spring...