Skip to content

Commit

Permalink
feat: 1484 node documented
Browse files Browse the repository at this point in the history
  • Loading branch information
lucanicoladebiasi committed Jan 1, 2025
1 parent f619998 commit 320173d
Show file tree
Hide file tree
Showing 22 changed files with 248 additions and 339 deletions.
1 change: 0 additions & 1 deletion docs/diagrams/v2/net/thor/accounts/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ classDiagram
}
class ExecuteCodesResponse {
constructor(json: ExecuteCodesResponseJSON) ExecuteCodesResponse
toJSON() ExecuteCodesResponseJSON
}
class ExecuteCodesResponseJSON {
<<interface>>
Expand Down
20 changes: 11 additions & 9 deletions docs/diagrams/v2/net/thor/subscriptions/subscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ classDiagram
clauseIndex: number
}
}
namespace trasactions {
class TXID {
id: ThorId
constructor(json: TXIDJSON): TXID
toJSON() TXIDJSON
}
class TXIDJSON {
<<interface>>
id: string
}
}
namespace ws {
class WebSocketClient {
<<interface>>
Expand Down Expand Up @@ -176,15 +187,6 @@ classDiagram
obsolete: boolean
meta: LogMetaJSON
}
class TXID {
id: ThorId
constructor(json: TXIDJSON): TXID
toJSON() TXIDJSON
}
class TXIDJSON {
<<interface>>
id: string
}
WebSocketClient <|.. BeatsSubscription
WebSocketClient <|.. BlocksSubscription
WebSocketClient <|.. EventsSubscription
Expand Down
97 changes: 0 additions & 97 deletions docs/diagrams/v2/net/thor/transactions/transactions-module.md

This file was deleted.

Loading

0 comments on commit 320173d

Please sign in to comment.