Interface FailingNoopParams

Description

Parameters for the failingNoop method

interface FailingNoopParams {
    arbitrary: string;
    basedOnBlock: BlockIdentifier;
}

Properties

arbitrary: string
basedOnBlock: BlockIdentifier

Generated using TypeDoc