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

Method transfer

tests/common/database_fixture.cpp:678–686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676}
677
678void database_fixture::transfer(
679 account_id_type from,
680 account_id_type to,
681 const asset& amount,
682 const asset& fee /* = asset() */
683 )
684{
685 transfer(from(db), to(db), amount, fee);
686}
687
688void database_fixture::transfer(
689 const account_object& from,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected