Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

feat: block hash methods #716

Merged
merged 1 commit into from
Mar 7, 2023
Merged

feat: block hash methods #716

merged 1 commit into from
Mar 7, 2023

Conversation

harrysolovay
Copy link
Contributor

@harrysolovay harrysolovay commented Mar 7, 2023

const result = await Balances
  .transfer({
    value: 12345n,
    dest: bob.address,
  })
  .signed({ sender: alice })
  .sent()
+ .finalizedHash()
  .run()

inBlockHash as well

Copy link
Contributor

@kratico kratico left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@harrysolovay harrysolovay merged commit 65a10ff into main Mar 7, 2023
@harrysolovay harrysolovay deleted the block-hashes branch March 7, 2023 15:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants