Skip to main content
Version: V2

ProjectLevelInteraction

ProjectLevelInteraction is a label describing an addresses interactions with a given project.

type ProjectLevelInteraction {
project: String!
txCount: Int!
numSent: Int!
numReceived: Int!
firstInteraction: String!
lastInteraction: String!
sampleTxHashes: [String!]
}

Fields

project (String)

txCount (Int)

numSent (Int)

numReceived (Int)

firstInteraction (String)

lastInteraction (String)

sampleTxHashes (String)

Designed by