IInitializerSender
Last updated
Last updated
The IInitializerSender
interface extends IAsterizmEnv and defines methods for initiating transfers and managing transfer validation and fees.
Initiates a transfer using the provided request data.
Parameters: _dto (
IzInitTransferRequestDto
)
Validates an incoming transfer by its hash.
Parameters: _transferHash (bytes32)
Returns: bool
Returns the local chain ID.
Returns: uint64
Retrieves the type of chain based on its ID.
Parameters: _chainId (uint64)
Returns: uint8
Resends a transfer that failed due to insufficient fees.
Parameters: _transferHash (bytes32)
, _relay (address)
Returns the fee amount in tokens for a specified relay.
Parameters: _relayAddress (address)
, _dto (
IzInitTransferRequestDto
)
Returns: uint