bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface ChannelsResponse

    interface ChannelsResponse {
        channels: Channel[];
        height: { revision_height: string; revision_number: string };
        pagination: { next_key?: string; total: string };
    }
    Index

    Properties

    channels: Channel[]
    height: { revision_height: string; revision_number: string }
    pagination: { next_key?: string; total: string }