StaticaccessoryCasts an accessory object view.
Raw accessory object view with display output.
Public accessory data.
StaticcapyCasts a CapyLabs application object view.
Raw Sui object view containing CapyLabs fields.
The public CapyLabs application object with bigint balances.
StaticharvestCasts a raw harvested-fees event.
The issuer address is padded, the fee is converted to bigint, and the raw
timestamp, transaction digest, and event type are preserved.
Raw event with parsed fields and metadata.
Public harvested-fees event.
StaticmixCasts a raw SuiFren mix event.
Parent and child IDs are padded and the fee is converted to bigint.
Raw event with parsed fields and metadata.
Public mix event.
StaticpartialCasts one staked-metadata view into both public metadata and partial SuiFren data.
Raw staked-metadata object view with display output.
The cast metadata and partial SuiFren values.
StaticpartialCasts SuiFren fields embedded in staked metadata.
The method takes the SuiFren type and ID from metadata, pads the ID, and
replaces every mainnet substring with testnet in the display image URL.
It returns no dynamic fields.
Raw staked-metadata object view with display output.
Partial SuiFren data reconstructed from metadata fields.
StaticpartialCasts the base fields and display data of a non-staked SuiFren.
The method returns a PartialSuiFrenObject; dynamic fields are added later
by SuiFrensApi inspection methods. birthdate remains a millisecond
timestamp represented as a JavaScript number.
Raw Sui object view with SuiFren fields and display output.
Partial SuiFren data with bigint numeric fields.
StaticstakedCasts the vault metadata object for one staked SuiFren.
Numeric fee and count fields become bigint; the associated SuiFren ID is
padded with leading zeroes. Raw display fields and last_epoch_mixed are
not included in the returned public metadata shape.
Raw staked-metadata object view.
Public staked metadata.
StaticstakedCasts a staked-position object view.
Raw position object view.
Position data with a padded SuiFren ID.
StaticstakeCasts a raw SuiFren stake event.
Raw event with parsed fields and metadata.
Public stake event with padded issuer and SuiFren IDs.
StaticsuiCasts the SuiFrens vault-state object.
The nested metadata table's size becomes stakedSuiFrens, and the raw
mixed value becomes totalMixes.
Raw vault-state object view.
Public vault-state totals as bigints.
StaticunstakeCasts a raw SuiFren unstake event.
The issuer and SuiFren ID are padded and the fee becomes a bigint.
Raw event with parsed fields and metadata.
Public unstake event.
Converts raw SuiFrens object views and on-chain events into SDK data shapes.
The static methods perform local field conversion only. They decode numeric strings to
bigint, pad Sui addresses and object IDs, and map snake-case on-chain fields to the public camel-case interfaces.