DOCS

GetBlockWithTransactionsParams

type GetBlockWithTransactionsParams = SharedBlockParams & {
  block: BlockTag;
};