%% }
%% if let Some(content_encoding) = self.inscription.content_encoding() {
content encoding
{{ content_encoding.to_str().unwrap_or_default() }}
%% }
timestamp
genesis height
{{ self.genesis_height }}
genesis fee
{{ self.genesis_fee }}
genesis transaction
{{ self.inscription_id.txid }}
location
{{ self.satpoint }}
output
{{ self.satpoint.outpoint }}
offset
{{ self.satpoint.offset }}
ethereum teleburn address
{{ teleburn::Ethereum::from(self.inscription_id) }}
%% if let Some(rune) = self.rune {
rune
{{ rune }}
%% }