tx2uml
Version:
Ethereum transaction visualizer that generates UML sequence diagrams.
22 lines (21 loc) • 466 B
TypeScript
export declare const TokenInfoABI: {
inputs: {
internalType: string;
name: string;
type: string;
}[];
name: string;
outputs: {
components: {
internalType: string;
name: string;
type: string;
}[];
internalType: string;
name: string;
type: string;
}[];
stateMutability: string;
type: string;
}[];
export declare const TokenInfoEnsABI: any;