Type alias BlockhashWithExpiryBlockHeight

BlockhashWithExpiryBlockHeight: Readonly<{
    blockhash: Blockhash;
    lastValidBlockHeight: number;
}>

Type declaration

  • blockhash: Blockhash
  • lastValidBlockHeight: number

Generated using TypeDoc