For the complete documentation index, see llms.txt. This page is also available as Markdown.

IInitializerSender

The IInitializerSender interface extends IAsterizmEnv and defines methods for initiating transfers and managing transfer validation and fees.

Functions

initTransfer

Initiates a transfer using the provided request data.

Parameters: _dto (IzInitTransferRequestDto)

validIncomeTransferHash

Validates an incoming transfer by its hash.

Parameters: _transferHash (bytes32)

Returns: bool

getLocalChainId

Returns the local chain ID.

Returns: uint64

getChainType

Retrieves the type of chain based on its ID.

Parameters: _chainId (uint64)

Returns: uint8

resendTransfer

Resends a transfer that failed due to insufficient fees.

Parameters: _transferHash (bytes32), _relay (address)

getFeeAmountInTokens

Returns the fee amount in tokens for a specified relay.

Parameters: _relayAddress (address), _dto (IzInitTransferRequestDto)

Returns: uint

Last updated