UNPKG

@mysten/suins

Version:
16 lines (13 loc) 534 B
/************************************************************** * THIS FILE IS GENERATED AND SHOULD NOT BE MANUALLY MODIFIED * **************************************************************/ /** This module is deprecated due to our different approach to display. */ import { MoveStruct } from '../utils/index.js'; import { bcs } from '@mysten/sui/bcs'; const $moduleName = '@suins/core::update_image'; export const UpdateImage = new MoveStruct({ name: `${$moduleName}::UpdateImage`, fields: { dummy_field: bcs.bool(), }, });