Users need to know exactly what actions they authorized in a Soroban transaction. The AuthorizedInvocation structure contains the contract, function, and arguments, but requires decoding.
- Extract and decode the
AuthorizedInvocation from an auth entry.
- Format the target contract, function name, and arguments into a readable format.
Expectation: Prism shows a structured, human-readable breakdown of the exact contract invocation that was authorized.
Contributor telegram group: https://t.me/+sII7WPhll2liMGNk
Users need to know exactly what actions they authorized in a Soroban transaction. The
AuthorizedInvocationstructure contains the contract, function, and arguments, but requires decoding.AuthorizedInvocationfrom an auth entry.Expectation: Prism shows a structured, human-readable breakdown of the exact contract invocation that was authorized.
Contributor telegram group: https://t.me/+sII7WPhll2liMGNk