TransferManager
The TransferManager subclass provides methods for manually processing stuck transactions in case they are skipped by Hyphen's Executors
Usage: hyphen.transfer
Methods
Methods
triggerManualTransfer(depositHash, chainId)
triggerManualTransfer(depositHash, chainId)
Arguments
1. depositHash
: string, deposit hash of the stuck transaction.
2. chainId
: number, Chain ID of the deposit transaction.
Returns a promise resolving to the following object:
{
code: number,
message: string,
exitHash?: string
}
Last updated
Was this helpful?