Skip to content

Instantly share code, notes, and snippets.

@perymerdeka
Created November 8, 2021 22:53
Show Gist options
  • Save perymerdeka/04f40baee8737ad6eec3d112cb56ef99 to your computer and use it in GitHub Desktop.
Save perymerdeka/04f40baee8737ad6eec3d112cb56ef99 to your computer and use it in GitHub Desktop.
Getting Transaction method
# 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