DataStore interface, listData method.

interface ListData {
    listData: ((prefix?: Name) => AsyncIterable<Data>);
}

Implemented by

Properties

Properties

listData: ((prefix?: Name) => AsyncIterable<Data>)

List Data packets, optionally filtered by name prefix.