• Decode the finality proof

    Parameters

    • data: any

      The data to decode

    Returns {
        headers: any;
        justification: any;
        latestBlockHash: any;
    }

    • headers: any
    • justification: any
    • latestBlockHash: any

Generated using TypeDoc