MCPcopy Create free account
hub / github.com/base/base / timestamp

Method timestamp

crates/builder/core/src/flashblocks/context.rs:327–329  ·  view source on GitHub ↗

Returns the timestamp

(&self)

Source from the content-addressed store, hash-verified

325
326 /// Returns the timestamp
327 pub fn timestamp(&self) -> u64 {
328 self.attributes().timestamp()
329 }
330
331 /// Returns the builder attributes.
332 pub(super) const fn attributes(&self) -> &BasePayloadBuilderAttributes<BaseTransactionSigned> {

Callers 15

generate_genesisFunction · 0.45
new_payload_jobMethod · 0.45
withdrawalsMethod · 0.45
is_regolith_activeMethod · 0.45
is_ecotone_activeMethod · 0.45
is_canyon_activeMethod · 0.45
is_holocene_activeMethod · 0.45
is_isthmus_activeMethod · 0.45
is_jovian_activeMethod · 0.45

Calls 1

attributesMethod · 0.45