From 4293e2921417d2a8860bd962d5667ec10cef2284 Mon Sep 17 00:00:00 2001 From: IGFCoimbra <36641997+IGFCoimbra@users.noreply.github.com> Date: Fri, 30 Oct 2020 09:33:45 +0000 Subject: [PATCH] Update cena4.go --- cena4.go | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/cena4.go b/cena4.go index d353c7b..aa896ab 100644 --- a/cena4.go +++ b/cena4.go @@ -58,3 +58,13 @@ 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"` +}