MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / GetFuelFee

Method GetFuelFee

src/persistence/block.h:117–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 uint32_t GetHeight() const { return height; }
116 void SetHeight(uint32_t height);
117 uint32_t GetFuelFee() const { return nFuelFee; }
118 void SetFuel(uint64_t fuel) { this->nFuelFee = fuel; }
119 uint32_t GetFuelRate() const { return nFuelRate; }
120 void SetFuelRate(uint32_t fuelRate) { this->nFuelRate = fuelRate; }

Callers 1

CBlockIndexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected