diff --git a/lib/src/commonMain/kotlin/xyz/mcxross/ksui/internal/Object.kt b/lib/src/commonMain/kotlin/xyz/mcxross/ksui/internal/Object.kt index fe410341..93c7227a 100644 --- a/lib/src/commonMain/kotlin/xyz/mcxross/ksui/internal/Object.kt +++ b/lib/src/commonMain/kotlin/xyz/mcxross/ksui/internal/Object.kt @@ -43,12 +43,12 @@ internal suspend fun getObject( GetObject( GetObject.Variables( id = id, - showBcs = option.showBcs, - showOwner = option.showOwner, + //showBcs = option.showBcs, + //showOwner = option.showOwner, showPreviousTransaction = option.showPreviousTransaction, - showContent = option.showContent, + //showContent = option.showContent, showDisplay = option.showDisplay, - showType = option.showType, + //showType = option.showType, showStorageRebate = option.showStorageRebate, ) ) @@ -84,7 +84,7 @@ internal suspend fun getOwnedObjects( showBcs = option.showBcs, showContent = option.showContent, showDisplay = option.showDisplay, - showOwner = option.showOwner, + //showOwner = option.showOwner, showPreviousTransaction = option.showPreviousTransaction, showStorageRebate = option.showStorageRebate, )