State
Params
message Params {
string security_address = 1; // Emergency removal authority
uint64 limit = 2; // Max schedules executed per block
}Schedule
message Schedule {
string name = 1; // Schedule identifier
uint64 period = 2; // Execution interval in blocks
repeated MsgExecuteContract msgs = 3; // Messages to execute
uint64 last_execute_height = 4; // Last execution block height
}ScheduleCount
ExecutionStage
Cross-Block State (tm-secret-enclave)
Last updated
Was this helpful?