[#btck_block_header_get_timestamp] = btck_block_header_get_timestamp :mrdocs: Get the timestamp from btck_BlockHeader. == Synopsis Declared in `<kernel/bitcoinkernel.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[__nonnull__]] uint32_t btck_block_header_get_timestamp(xref:btck_BlockHeader-00.adoc[btck_BlockHeader] const* header); ---- == Return Value Block timestamp (Unix epoch seconds) == Parameters [cols="1,4"] |=== | Name| Description | *header* [in] | Non‐null btck_BlockHeader |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#