stargate: Export TimeoutError class
This commit is contained in:
parent
46a45f0e8f
commit
b0788a6357
@ -80,6 +80,7 @@ export {
|
||||
isBroadcastTxSuccess,
|
||||
SequenceResponse,
|
||||
StargateClient,
|
||||
TimeoutError,
|
||||
} from "./stargateclient";
|
||||
export {
|
||||
CosmosFeeTable,
|
||||
|
||||
@ -21,7 +21,7 @@ import {
|
||||
SearchTxQuery,
|
||||
} from "./search";
|
||||
|
||||
class TimeoutError extends Error {
|
||||
export class TimeoutError extends Error {
|
||||
public readonly txId: string;
|
||||
|
||||
public constructor(message: string, txId: string) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user