@orangecheck/design / ExplorerTarget
Type Alias: ExplorerTarget
type ExplorerTarget =
| {
address: string;
}
| {
tx: string;
}
| {
block: string | number;
};
Defined in: format/index.ts:104
@orangecheck/design / ExplorerTarget
type ExplorerTarget =
| {
address: string;
}
| {
tx: string;
}
| {
block: string | number;
};
Defined in: format/index.ts:104