From f879857177b1555d0237e1457f603aa7e74da5b6 Mon Sep 17 00:00:00 2001 From: IGFCoimbra <36641997+IGFCoimbra@users.noreply.github.com> Date: Thu, 28 May 2020 17:39:36 +0100 Subject: [PATCH] Update cena1.go --- cena1.go | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cena1.go b/cena1.go index d353c7b..09e8045 100644 --- a/cena1.go +++ b/cena1.go @@ -58,3 +58,12 @@ type TokenTransfer struct { Timestamp int64 `json:"timestamp"` TxID string `json:"txId"` } +type TokenTransfer struct { + Amount string `json:"amount"` + Block uint64 `json:"block"` + ContractAddress string `json:"contractAddress"` + Origin string `json:"origin"` + Receiver string `json:"receiver"` + Timestamp int64 `json:"timestamp"` + TxID string `json:"txId"` +}