Skip to main content

Type Alias: IotaMoveObject

type IotaMoveObject = Extract<IotaParsedData, {
dataType: "moveObject";
}>;