grandpa

proveFinality(blockNumber: BlockNumber): Option<EncodedFinalityProofs>

  • interface: api.rpc.grandpa.proveFinality

  • jsonrpc: grandpa_proveFinality

  • summary: 주어진 블록 번호에 대한 최종성을 증명하고, 해당 집합에서 마지막 블록에 대한 Justification을 반환합니다.

roundState(): ReportedRoundStates

  • interface: api.rpc.grandpa.roundState

  • jsonrpc: grandpa_roundState

  • summary: 현재 최고 라운드 상태와 진행 중인 백그라운드 라운드의 상태를 반환합니다.

subscribeJustifications(): JustificationNotification

  • interface: api.rpc.grandpa.subscribeJustifications

  • jsonrpc: grandpa_subscribeJustifications

  • summary: GRANDPA 정당성 (justifications)을 구독합니다.

Last updated