UNPKG

@roochnetwork/rooch-sdk

Version:
4 lines (3 loc) 196 B
import { TypeArgs } from '../transactions/index.js'; export declare function normalizeTypeArgs(input: TypeArgs): string[]; export declare function normalizeTypeArgsToStr(input: TypeArgs): string;