Static
Private
estimateEstimates the gas price for a Circle bridge transaction.
estimateCircleGasPrice
The GlitterBridgeSDK instance.
The source network for the bridge transaction.
The destination network for the bridge transaction.
Static
estimateEstimates the gas price for a bridge transaction.
estimateGasPrice
The GlitterBridgeSDK instance.
The source address for the bridge transaction.
The destination address for the bridge transaction.
The type of bridge transaction.
Static
Private
estimateEstimates the gas price for a TokenV2 bridge transaction.
estimateTokenV2GasPrice
The GlitterBridgeSDK instance.
The source network for the bridge transaction.
The destination network for the bridge transaction.
Static
Private
getRetrieves the Circle token amount for a given network estimate.
getCircleFromEstimate
The GlitterBridgeSDK instance.
The network for which to retrieve the Circle token amount.
Static
Private
getRetrieves the Circle token amount for a given destination network estimate.
getCircleToEstimate
The GlitterBridgeSDK instance.
The destination network for which to retrieve the Circle token amount.
Static
Private
getRetrieves the TokenV2 token amount for a given network estimate.
getTokenV2FromEstimate
The GlitterBridgeSDK instance.
The network for which to retrieve the TokenV2 token amount.
Static
Private
getRetrieves the TokenV2 token amount for a given network estimate.
getTokenV2FromEstimate
The GlitterBridgeSDK instance.
The network for which to retrieve the TokenV2 token amount.
Generated using TypeDoc
GasEstimator is a class that provides gas estimation functionality.