DepositTicket
Documentation for eth_defi.vault.deposit_redeem.DepositTicket Python class.
- class DepositTicket
Bases:
objectIn-progress deposit request.
Attributes summary
vault_addressownertoraw_amountLast of transaction hashes
gas_usedLast tx block number
Last tx block timestamp
Methods summary
__init__(vault_address, owner, to, ...)- tx_hash: hexbytes.main.HexBytes
Last of transaction hashes
- block_number: int
Last tx block number
- block_timestamp: datetime.datetime
Last tx block timestamp
- __init__(vault_address, owner, to, raw_amount, tx_hash, gas_used, block_number, block_timestamp)
- Parameters
vault_address (eth_typing.evm.HexAddress) –
owner (eth_typing.evm.HexAddress) –
to (eth_typing.evm.HexAddress) –
raw_amount (int) –
tx_hash (hexbytes.main.HexBytes) –
gas_used (int) –
block_number (int) –
block_timestamp (datetime.datetime) –
- Return type
None