Skip to main content
Version: v1

IConsensusInfo Interface

Signature

export interface IConsensusInfo

Properties

PropertyTypeDescription
callback(m: Marker) => void
markerMarker

Property Details

callback

Signature

callback: (m: Marker) => void;

Type: (m: Marker) => void

marker

Signature

marker: Marker;

Type: Marker