From a822507510f0751bd265668ff8b062417b86efb2 Mon Sep 17 00:00:00 2001 From: IGFCoimbra <36641997+IGFCoimbra@users.noreply.github.com> Date: Fri, 8 May 2020 11:26:59 +0100 Subject: [PATCH] Update cena1.go --- cena1.go | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/cena1.go b/cena1.go index d353c7b..aa896ab 100644 --- a/cena1.go +++ b/cena1.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"` +}