Modules§
- weight 🔒
- OCaml: https://github.com/MinaProtocol/mina/blob/5da42ccd72e791f164d4d200cf1ce300262873b3/src/lib/mina_base/signed_command_payload.ml#L352-L362
Structs§
- Common
- Common fields shared by all signed command payloads.
- Payment
Payload - Payment payload for transferring MINA tokens.
- Signed
Command - A signed command is a transaction that transfers value or delegates stake.
- Signed
Command Payload - Signed command payload containing common fields and the transaction body.
Enums§
- Body
- The body of a signed command, which can be either a payment or stake delegation.
- Stake
Delegation Payload - Stake delegation payload for delegating stake to another account.