Function deTransformHeaderCodecType

  • Parameters

    • data: PartialNullable<{
          nonce: BI;
          raw: PartialNullable<({ version: number; compactTarget: number; timestamp: BI; number: BI; epoch: BI; parentHash: string; transactionsRoot: string; proposalsHash: string; extraHash: string; dao: string; })>;
      }>

    Returns RawHeaderUnpackResultType & {
        hash: string;
        nonce: BI;
    }

Generated using TypeDoc