Skip to content
Snippets Groups Projects
Commit b1bd4df6 authored by Luca Moser's avatar Luca Moser
Browse files

removes mwm and tag field from explorer tx

parent 08cf4101
Branches
Tags
No related merge requests found
...@@ -23,8 +23,6 @@ type ExplorerTx struct { ...@@ -23,8 +23,6 @@ type ExplorerTx struct {
Timestamp uint `json:"timestamp"` Timestamp uint `json:"timestamp"`
Trunk Hash `json:"trunk"` Trunk Hash `json:"trunk"`
Branch Hash `json:"branch"` Branch Hash `json:"branch"`
Tag Trytes `json:"tag"`
Nonce Trytes `json:"nonce"`
Solid bool `json:"solid"` Solid bool `json:"solid"`
MWM int `json:"mwm"` MWM int `json:"mwm"`
} }
......
...@@ -12,9 +12,7 @@ export class Transaction { ...@@ -12,9 +12,7 @@ export class Transaction {
timestamp: number; timestamp: number;
trunk: string; trunk: string;
branch: string; branch: string;
tag: string;
solid: boolean; solid: boolean;
mwm: number;
} }
class AddressResult { class AddressResult {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment