UNPKG

@hyperlane-xyz/sdk

Version:

The official SDK for the Hyperlane Network

10 lines 512 B
export var TxSubmitterType; (function (TxSubmitterType) { TxSubmitterType["JSON_RPC"] = "jsonRpc"; TxSubmitterType["IMPERSONATED_ACCOUNT"] = "impersonatedAccount"; TxSubmitterType["GNOSIS_SAFE"] = "gnosisSafe"; TxSubmitterType["GNOSIS_TX_BUILDER"] = "gnosisSafeTxBuilder"; TxSubmitterType["INTERCHAIN_ACCOUNT"] = "interchainAccount"; TxSubmitterType["TIMELOCK_CONTROLLER"] = "timelockController"; })(TxSubmitterType || (TxSubmitterType = {})); //# sourceMappingURL=TxSubmitterTypes.js.map