UNPKG

@substrate/api-sidecar

Version:

REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.

10 lines (9 loc) 408 B
import type { ISanitizedBackedCandidateHorizontalMessage } from './SanitizedBackedCandidatesHorizontalMessage'; export interface ISanitizedBackedCandidateCommitments { upwardMessages: string[]; horizontalMessages: ISanitizedBackedCandidateHorizontalMessage[]; newValidationCode: string | undefined; headData: `0x${string}`; processedDownwardMessages: string; hrmpWatermark: string; }