You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: