Skip to main content
Version: V1

ConnectionEvent

No description

type ConnectionEvent implements Event {
hash: String!
parentHash: String!
fromAddr: String!
toAddr: String!
network: Network!
namespace: String!
createdAt: String!
isAnchor: Boolean!
proof: Proof!
type: ConnectionType!
operator: Boolean!
}

Fields

hash (String)

parentHash (String)

fromAddr (String)

toAddr (String)

network (Network)

namespace (String)

createdAt (String)

isAnchor (Boolean)

proof (Proof)

type (ConnectionType)

operator (Boolean)

Interfaces

Event

Designed by