the transaction object (result from {transactions} = await client.getBlock(x)) does not contain a reference to the enclosing block. this is lean but not easy to use for bulk transaction opertations where you'd like to pass the transaction object around with all. its relevant info.
should add a reference (either blockHeight integer, or a js reference to the GetBlockResponse object.
the transaction object (result from
{transactions} = await client.getBlock(x)) does not contain a reference to the enclosing block. this is lean but not easy to use for bulk transaction opertations where you'd like to pass the transaction object around with all. its relevant info.should add a reference (either blockHeight integer, or a js reference to the
GetBlockResponseobject.