@aleph-sdk/monorepo
    Preparing search index...

    Type Alias GetAccountFilesConfiguration

    type GetAccountFilesConfiguration = {
        fileHash?: string;
        page?: number;
        pagination?: number;
        sortOrder?: number;
    }
    Index

    Properties

    fileHash?: string

    If set, only return the file with this hash (if owned by the address).

    page?: number
    pagination?: number
    sortOrder?: number