Skip to main content

ALL_READY_ACTIVITY

Constant ALL_READY_ACTIVITY 

Source
pub const ALL_READY_ACTIVITY: &str = "SELECT\n  seq\nFROM\n  DhtOp\n  JOIN Action ON DhtOp.action_hash = Action.hash\nWHERE\n  DhtOp.type = :register_activity\n  AND DhtOp.validation_stage = 3\n  AND DhtOp.validation_status IS NOT NULL\n  AND author = :author\nORDER BY\n  seq ASC\n";