mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-25 18:55:21 +00:00
Add inEdges and outEdges for Nodes.
This commit is contained in:
parent
2992a31157
commit
58ad1eb635
@ -8,7 +8,8 @@ export type Address = {
|
||||
|
||||
export type Node<T> = {
|
||||
address: Address,
|
||||
edges: Address[],
|
||||
inEdges: Address[],
|
||||
outEdges: Address[],
|
||||
payload: T,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user