aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Raw SuiFren object fields from a Sui object response.

    interface SuiFrenFieldsOnChain {
        attributes: string[];
        birth_location: string;
        birthdate: string;
        cohort: string;
        generation: string;
        genes: string[];
        id: string;
    }
    Index
    attributes: string[]

    Attribute values in the order expected by the caster.

    birth_location: string

    Raw birth-location string.

    birthdate: string

    Raw birth timestamp in milliseconds.

    cohort: string

    Raw cohort number.

    generation: string

    Raw generation number.

    genes: string[]

    Raw gene values serialized as decimal strings.

    id: string

    Object ID field from the response.