UNPKG

@tortoise-os/sdk

Version:
17 lines (14 loc) 239 B
/** * SDK types */ export interface TransactionResult { digest: string; effects: any; objectChanges: any[]; } export interface DeploymentInfo { packageId: string; network: string; deployedAt: number; modules: string[]; }