Name | Type | |
---|---|---|
TotalIssuance | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":10} | |
GasNodes | {"origin":"Map","n_map_type":{"hashers":["Identity"],"key_vec":["gear_common:gas_provider:node:GasNodeId"],"value":"gear_common:gas_provider:node:GasNode","keys_id":228,"value_id":444}} | |
Allowance | {"origin":"PlainType","plain_type":"U64","PlainTypeValue":10} |
Name | Type | Value | |
---|---|---|---|
BlockGasLimit | U64 | ff87526a74000000 |
Name | Docs |
---|---|
Forbidden | |
NodeAlreadyExists | |
InsufficientBalance | |
NodeNotFound | |
NodeWasConsumed | |
ParentIsLost | Errors stating that gas tree has been invalidated |
ParentHasNoChildren | |
UnexpectedConsumeOutput | Output of `Tree::consume` procedure that wasn't expected.Outputs of consumption procedure are determined. The error is returnedwhen unexpected one occurred. That signals, that algorithm works wrongand expected invariants are not correct. |
UnexpectedNodeType | Node type that can't occur if algorithm work well |
ValueIsNotCaught | Value must have been caught, but was missed or blocked (for more info see `ValueNode::catch_value`). |
ValueIsBlocked | Value must have been caught or moved upstream, but was blocked (for more info see `ValueNode::catch_value`). |
ValueIsNotBlocked | Value must have been blocked, but was either moved or caught (for more info see `ValueNode::catch_value`). |
ConsumedWithLock | `GasTree::consume` called on node, which has some balance locked. |
ConsumedWithSystemReservation | `GasTree::consume` called on node, which has some system reservation. |