| Type | Amount | Fee (Shor) | From | To | Txhash | {{#each transactions}}
|---|---|---|---|---|---|
|
{{this.transactionType}}
|
{{amount}} |
{{fee}} |
{{render_addr_from}} | {{#if isTransfer this.transactionType}} {{#if singleOutput this.transfer.totalOutputs}} {{render_addr_to}} {{else}} {{render_addr_to}} {{/if}} {{else if isTokenTransfer this.transactionType}} {{#if singleOutput this.transfer_token.totalOutputs}} {{render_addr_to}} {{else}} {{render_addr_to}} {{/if}} {{else}} {{render_addr_to}} {{/if}} | {{transaction_hash}} |