MCPcopy Create free account
hub / github.com/bitshares/bitshares-core / digest

Method digest

tests/common/database_fixture.cpp:1161–1164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1159}
1160
1161digest_type database_fixture_base::digest( const transaction& tx )
1162{
1163 return tx.digest();
1164}
1165
1166limit_order_create_operation database_fixture_base::make_limit_order_create_op(
1167 const account_id_type& user, const asset& amount, const asset& recv,

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected