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"` +}