@mysten/sui
Version:
Sui TypeScript API
11 lines (10 loc) • 574 B
text/typescript
import { SuiMoveNormalizedType } from "../jsonRpc/types/generated.mjs";
import { SuiClientTypes } from "../client/types.mjs";
import "../jsonRpc/index.mjs";
import { BcsType } from "@mysten/bcs";
//#region src/transactions/serializer.d.ts
declare function getPureBcsSchema(typeSignature: SuiClientTypes.OpenSignatureBody): BcsType<any> | null;
declare function normalizedTypeToMoveTypeSignature(type: SuiMoveNormalizedType): SuiClientTypes.OpenSignature;
//#endregion
export { getPureBcsSchema, normalizedTypeToMoveTypeSignature };
//# sourceMappingURL=serializer.d.mts.map