Skip to content

Commit

Permalink
version update and new argument comment
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-fireblocks committed May 6, 2020
1 parent e08481b commit 11aa992
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion fireblocks_sdk/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,8 @@ def create_transaction(self, asset_id, amount, source, destination=None , fee=No
source (TransferPeerPath): The transfer source
destination (DestinationTransferPeerPath, optional): The transfer destination. Leave empty (None) if the transaction has no destination
amount (double): The amount
fee (double, optional): The fee
fee (double, optional): Sathoshi/Latoshi per byte.
gas_price (number, optional): gasPrice for ETH and ERC-20 transactions.
wait_for_status (bool, optional): If true, waits for transaction status. Default is false.
tx_type (str, optional): Transaction type: either TRANSFER, MINT or BURN. Default is TRANSFER.
"""
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
setup(
name = 'fireblocks_sdk',
packages = ['fireblocks_sdk'],
version = '1.4.3',
version = '1.4.4',
license='MIT',
description = 'Fireblocks python SDK',
url = 'https://github.com/fireblocks/fireblocks-sdk-py',
download_url = 'https://github.com/fireblocks/fireblocks-sdk-py/archive/v1.4.3.tar.gz',
download_url = 'https://github.com/fireblocks/fireblocks-sdk-py/archive/v1.4.4.tar.gz',
keywords = ['Fireblocks', 'SDK'],
install_requires=[
'PyJWT==1.7.1',
Expand Down

0 comments on commit 11aa992

Please sign in to comment.