Vana SDK - v0.1.0
    Preparing search index...

    Interface UserFile

    Represents a user's registered data file.

    interface UserFile {
        id: number;
        url: string;
        ownerAddress: `0x${string}`;
        addedAtBlock: bigint;
    }
    Index

    Properties

    id: number

    Unique identifier for the file

    url: string

    URL where the file is stored

    ownerAddress: `0x${string}`

    EVM address of the file owner

    addedAtBlock: bigint

    Block number when the file was added to the registry