Arno Simon
Arno Simon
Hello, I'm trying to sign a delegate transaction via the fireblocks RAW signing API. Their method takes the transaction serialized in hexadecimal. Here is my code on how to build...
Hello, I feel like it is currently not possible to create MsgGrant of type "/cosmos.staking.v1beta1.StakeAuthorization" like on this tx: https://explorer.injective.network/transaction/0x9ee91f73c4ffc3c777aa0d5c85c86d9750abf20d061609f3850581ece747b4f6/ Unless I am missing something. It would be a great...
Fix the withouMiddleware call. The middleware is not excluded when doing ```php WebAuthnRoutes::register()->withoutMiddleware(VerifyCsrfToken::class); ```