Skip to main content
Module

x/polkadot/types/interfaces/mmr/types.ts>MmrError

Package publishing for deno.land/x/polkadot
Go to Latest
interface MmrError
implements Enum
import { type MmrError } from "https://deno.land/x/polkadot@0.2.12/types/interfaces/mmr/types.ts";

Properties

readonly
isPush: boolean
readonly
isGetRoot: boolean
readonly
isCommit: boolean
readonly
isGenerateProof: boolean
readonly
isVerify: boolean
readonly
isLeafNotFound: boolean
readonly
isPalletNotIncluded: boolean
readonly
isInvalidLeafIndex: boolean
readonly
type:
| "Push"
| "GetRoot"
| "Commit"
| "GenerateProof"
| "Verify"
| "LeafNotFound"
| "PalletNotIncluded"
| "InvalidLeafIndex"