Blockchain Commons Components TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Interface InvalidSizeData

    Structured data for InvalidSize errors.

    interface InvalidSizeData {
        dataType: string;
        expected: number;
        actual: number;
    }
    Index

    Properties

    dataType: string
    expected: number
    actual: number