%% for charm in Charm::ALL { %% if charm.is_set(self.charms) { {{charm.icon()}} %% } %% } %% } %% if let Some(output) = &self.output { %% if let Ok(address) = self.chain.address_from_script(&output.script_pubkey ) {
address
{{ address }}
%% }
output value
{{ output.value }}
%% } %% if let Some(sat) = self.sat {
sat
{{sat}}
%% } %% if let Some(metaprotocol) = self.inscription.metaprotocol() {
metaprotocol
{{ metaprotocol }}
%% } %% if let Some(content_length) = self.inscription.content_length() {
preview
link
content
link
content length
{{ content_length }} bytes
%% } %% if let Some(content_type) = self.inscription.content_type() {
content type
{{ content_type }}