Skip to content

ChainBlockExplorer

type ChainBlockExplorer = {
apiUrl: string;
name: string;
url: string;
};

Defined in: packages/iso-filecoin/src/types.ts:133

Properties

apiUrl?

optional apiUrl: string;

Defined in: packages/iso-filecoin/src/types.ts:136


name

name: string;

Defined in: packages/iso-filecoin/src/types.ts:134


url

url: string;

Defined in: packages/iso-filecoin/src/types.ts:135