UNPKG

solana-framework

Version:

solana-framework is solana uni-tools for typescript

7 lines 339 B
import { Cluster } from "@solana/web3.js"; export declare class Explorer { static tx: (id?: string, cluster?: Cluster | "localnet") => string; static address: (id?: string, cluster?: Cluster | "localnet") => string; static block: (id?: string, cluster?: Cluster | "localnet") => string; } //# sourceMappingURL=Explorer.d.ts.map