MCPcopy Create free account
hub / github.com/cryptonomex/graphene / statusString

Method statusString

programs/light_client/Transaction.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40};
41
42QString Transaction::statusString() const
43{
44 return QMetaEnum::fromType<Status>().valueToKey(status());
45}
46
47QQmlListProperty<OperationBase> Transaction::operations()
48{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected