MCPcopy Create free account
hub / github.com/bcndev/bytecoin / bin_method

Method bin_method

src/rpc_api.hpp:658–658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656struct SyncBlocks { // Used by walletd, block explorer, etc to sync to bytecoind
657 static std::string method() { return "sync_blocks"; }
658 static std::string bin_method() { return "sync_blocks_v3.4.3"; }
659 // we increment bin method version when binary format changes
660 static std::string url_prefix() { return "/sync_blocks/v3.4.3/"; }
661 // /sync_blocks/ver/aaa/bbb/ccc, where aaabbbccc is dec height

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected