Confirmations {{#if isConfirmed}} {{confirmations}} confirmations {{else}}Unconfirmed{{/if}}
Nonce {{tx.tx.nonce}}
OTS key {{ots_key}}
Fee {{tx.tx.fee}} Quanta
Size {{txSize}}
Status {{#if isConfirmed}} OK {{ts}} {{else}} Unconfirmed {{/if}}
{{explorer.type}}{{#if isTokenTransfer}}: {{explorer.symbol}} {{/if}}
{{#if isNotMultiSig}}
{{#if isNotMessage}}
{{#if isNotLattice}}
{{#if isToken}}
{{explorer.name}} ({{explorer.symbol}})
owned by:
{{# if bech32}}{{explorer.owner_b32}}{{else}}{{explorer.owner_hex}}{{/if}}
{{else}}
{{#if isTokenTransfer}}
{{explorer.totalTransferred}}
{{explorer.symbol}} ({{explorer.name}})
tokens transferred
Token creation transaction:
{{explorer.token_txhash}}
{{else}}
{{tx.tx.amount}}
Quanta
USD ${{qrl}}
{{/if}}
{{/if}}
{{/if}}
{{/if}}
{{else}}
{{#if isMultiSigSpend }}
{{else}}
{{/if}}
{{/if}}
{{#if isToken}}
Initial balances
{{else}}
{{#if isNotCoinbase}}
{{/if}}
{{#if isMessage}}
Message
{{explorer.message}}
{{else}}
{{#if isDocumentNotarisation}}
Document Notarisation
Notary {{# if bech32}}{{explorer.from_b32}}{{else}}{{explorer.from_hex}}{{/if}}
Hash Function {{explorer.hash_function}}
File Hash {{explorer.hash}}
Additional Text {{explorer.text}}
Verify Notarisation
Document Verified
{{documentNotarisationVerificationMessage}}
Document Verification Failed
Error: {{documentNotarisationError}}
{{else}}
{{#if isKeybase}}
Keybase Message Transaction
| Action |
Keybase User ID |
Keybase Hash |
| {{this.explorer.keybaseType}} |
{{this.explorer.keybaseUser}} |
{{this.explorer.keybaseHex}} |
{{else}}
{{#if isMultiSigCreate}}
Signatories
| Address | Weight |
{{#each multiSigSignatories this.tx.multi_sig_create}}
|
{{ this.address_hex}}
|
{{ this.weight }} |
{{/each}}
Threshold for spend |
{{ this.tx.multi_sig_create.threshold }} |
{{else}}
{{#if isMultiSigVote}}
{{else}}
{{#if isLattice}}
| PK1 | {{bf this.tx.latticePK.pk1}} |
| PK2 | {{bf this.tx.latticePK.pk2}} |
| PK3 | {{bf this.tx.latticePK.pk3}} |
| public_key | {{bf this.tx.public_key}} |
| signature | {{bf this.tx.signature}} |
{{else}}
To
{{/if}}
{{/if}}
{{/if}}
{{/if}}
{{/if}}
{{/if}}
{{/if}}
{{json}}
{{/if}}
{{/with}}