decode_single_uint256_event_data

Documentation for eth_defi.vault.flow_events.decode_single_uint256_event_data function.

decode_single_uint256_event_data(data)

Decode a single non-indexed uint256 event argument.

Parameters

data (Union[str, bytes]) – ABI event data payload.

Returns

Decoded integer.

Return type

int