@fireblocks/fireblocks-web3-provider
Version:
EIP-1193 Compatible Ethereum provider for Fireblocks
13 lines • 648 B
TypeScript
import { TransactionStatus } from "fireblocks-sdk";
import { Asset } from "./types";
export declare const ASSETS: {
[key: string]: Asset;
};
export declare const SIGNER_METHODS: string[];
export declare const FINAL_TRANSACTION_STATES: TransactionStatus[];
export declare const FINAL_SUCCESSFUL_TRANSACTION_STATES: TransactionStatus[];
export declare const DEBUG_NAMESPACE = "fireblocks-web3-provider";
export declare const DEBUG_NAMESPACE_TX_STATUS_CHANGES: string;
export declare const DEBUG_NAMESPACE_ENHANCED_ERROR_HANDLING: string;
export declare const DEBUG_NAMESPACE_REQUESTS_AND_RESPONSES: string;
//# sourceMappingURL=constants.d.ts.map