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
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,6 @@ type ExplorerTx struct {
Timestamp uint `json:"timestamp"`
Trunk Hash `json:"trunk"`
Branch Hash `json:"branch"`
Tag Trytes `json:"tag"`
Nonce Trytes `json:"nonce"`
Solid bool `json:"solid"`
MWM int `json:"mwm"`
}
......
......@@ -12,9 +12,7 @@ export class Transaction {
timestamp: number;
trunk: string;
branch: string;
tag: string;
solid: boolean;
mwm: number;
}
class AddressResult {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment