@hashgraph/sdk
    Preparing search index...

    Class FileInfo

    Response when the client sends the node CryptoGetInfoQuery.

    Index

    Properties

    expirationTime: Timestamp

    The current time at which this account is set to expire.

    fileId: FileId

    The ID of the file for which information is requested.

    fileMemo: string
    isDeleted: boolean

    True if deleted but not yet expired.

    keys: KeyList

    One of these keys must sign in order to delete the file. All of these keys must sign in order to update the file.

    ledgerId: null | LedgerId
    size: Long

    Number of bytes in contents.

    Methods