Type alias IBlockchainSourceSubject

IBlockchainSourceSubject: ISourceSubject & {
    blockchain: string;
    id: string;
}

Generated using TypeDoc