Skip to main content
Version: v1

IConsensusInfo Interface

Signature

export interface IConsensusInfo

Properties

Property Type Description
callback (m: Marker) => void
marker Marker

Property Details

callback

Signature

callback: (m: Marker) => void;

Type: (m: Marker) => void

marker

Signature

marker: Marker;

Type: Marker