Function expandSubject

  • Parameters

    Returns {
        blockchain: string;
        feedId: Uint256;
        id: string;
        sender: null | string;
        type: BROADCAST;
    } | {
        blockchain: string;
        feedId: Uint256;
        id: string;
        recipient: Uint256;
        sender: null | string;
        type: DIRECT;
    }

Generated using TypeDoc