Skip to Content
API referenceOrbit SolanaSrcComponentsgetSolanaExplorerLink()

@tuwaio/orbit-monorepo


getSolanaExplorerLink()

getSolanaExplorerLink(url?, chainId?): string

Defined in: packages/orbit-solana/src/utils/getSolanaExplorerLink.ts:16 

Generates a full URL to a transaction on a Solana explorer like Solscan.

Parameters

url?

string

The url after baseUrl.

chainId?

string | number

Returns

string

The full URL to the transaction on the explorer.

Last updated on