@hyperlane-xyz/sdk
Version:
The official SDK for the Hyperlane Network
8 lines • 380 B
JavaScript
export var TxSubmitterType;
(function (TxSubmitterType) {
TxSubmitterType["JSON_RPC"] = "jsonRpc";
TxSubmitterType["IMPERSONATED_ACCOUNT"] = "impersonatedAccount";
TxSubmitterType["GNOSIS_SAFE"] = "gnosisSafe";
TxSubmitterType["GNOSIS_TX_BUILDER"] = "gnosisSafeTxBuilder";
})(TxSubmitterType || (TxSubmitterType = {}));
//# sourceMappingURL=TxSubmitterTypes.js.map