The origin indicates the origin of the solution. If origin is Some(AccountId),
the stored solution was submitted in the signed phase by a miner with the AccountId.
Otherwise, the solution was stored either during the unsigned phase or by
T::ForceOrigin. The bool is true when a previous solution was ejected to make
room for this one.
A solution was stored with the given compute.
The
origin
indicates the origin of the solution. Iforigin
isSome(AccountId)
, the stored solution was submitted in the signed phase by a miner with theAccountId
. Otherwise, the solution was stored either during the unsigned phase or byT::ForceOrigin
. Thebool
istrue
when a previous solution was ejected to make room for this one.