Skip to main content
Version: V1

BiConnEvent

No description

type BiConnEvent implements Event {
hash: String!
parentHash: String!
fromAddr: String!
toAddr: String!
network: Network!
namespace: String!
createdAt: String!
isAnchor: Boolean!
proof: Proof!
instruction: BiConnInstruction!
}

Fields

hash (String)

parentHash (String)

fromAddr (String)

toAddr (String)

network (Network)

namespace (String)

createdAt (String)

isAnchor (Boolean)

proof (Proof)

instruction (BiConnInstruction)

Interfaces

Event

Designed by