Balance: {{queryNum "select balance from actors inner join main.id_address_map m on m.address = ? where actors.id = m.id order by nonce desc limit 1" $wallet }}
Messages:
Dir | Peer | Nonce | Value | Block | Mpool Wait |
{{ range messages "`from` = ? or `to` = ?" $wallet $wallet $wallet}}
{{ if eq .From.String $wallet }}
To | {{.To.String}} |
{{else}}
From | {{.From.String}} |
{{end}}
{{.Nonce}} |
{{.Value}} |
{{end}}