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

    Type Alias GetAccountChannelsResponse

    type GetAccountChannelsResponse = {
        address: string;
        channels: string[];
    }
    Index

    Properties

    Properties

    address: string
    channels: string[]