getPendingRequest:
The getPendingRequest
method returns a list of objects of PendingRequest
type, where revertableAddress
equals the specified address.symbiosis.getPendingRequests
method returned a non-empty list of objects of PendingRequest
type, then for every object from the list, you can revert the operation with the revert
method:revert
method returns:TokenAmount
type. The amount of tokens to pay the fee for the bridging: the fee for relayers network work. Please refer to the document for more information on relayers. execute
function returns: waitForMined
is a function of waiting for the transaction to be mined.waitForMined
function returns: waitForComplete
is a function of waiting for getting tokens on the destination blockchain.