@hyperlane-xyz/sdk
Version:
The official SDK for the Hyperlane Network
9 lines • 334 B
TypeScript
export declare enum TxSubmitterType {
JSON_RPC = "jsonRpc",
IMPERSONATED_ACCOUNT = "impersonatedAccount",
GNOSIS_SAFE = "gnosisSafe",
GNOSIS_TX_BUILDER = "gnosisSafeTxBuilder",
INTERCHAIN_ACCOUNT = "interchainAccount",
TIMELOCK_CONTROLLER = "timelockController"
}
//# sourceMappingURL=TxSubmitterTypes.d.ts.map