Created
November 8, 2021 22:53
-
-
Save perymerdeka/04f40baee8737ad6eec3d112cb56ef99 to your computer and use it in GitHub Desktop.
Getting Transaction method
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# getting transaction | |
def get_transaction(self): | |
print(f"block data: {self.block_data}") | |
print(f"block hash: {self.block_hash}") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment