Azure2 Blockchain Entities
ABS Member
- Preview
- Usage
- Definition
import { AbsMember } from '@dinghy/diagrams/entitiesAzure2Blockchain'
<AbsMember/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ABS_MEMBER } from '@dinghy/diagrams/entitiesAzure2Blockchain'
<Shape
{...props}
_style={extendStyle(props, ABS_MEMBER)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/blockchain/ABS_Member.svg;strokeColor=none;',
},
_original_width: 56.00000000000001,
_original_height: 65,
}
Blockchain Applications
- Preview
- Usage
- Definition
import { BlockchainApplications } from '@dinghy/diagrams/entitiesAzure2Blockchain'
<BlockchainApplications/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BLOCKCHAIN_APPLICATIONS } from '@dinghy/diagrams/entitiesAzure2Blockchain'
<Shape
{...props}
_style={extendStyle(props, BLOCKCHAIN_APPLICATIONS)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/blockchain/Blockchain_Applications.svg;strokeColor=none;',
},
_original_width: 48.4,
_original_height: 68,
}
Blockchain Service
- Preview
- Usage
- Definition
import { BlockchainService } from '@dinghy/diagrams/entitiesAzure2Blockchain'
<BlockchainService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BLOCKCHAIN_SERVICE } from '@dinghy/diagrams/entitiesAzure2Blockchain'
<Shape
{...props}
_style={extendStyle(props, BLOCKCHAIN_SERVICE)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/blockchain/Azure_Blockchain_Service.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Consortium
- Preview
- Usage
- Definition
import { Consortium } from '@dinghy/diagrams/entitiesAzure2Blockchain'
<Consortium/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONSORTIUM } from '@dinghy/diagrams/entitiesAzure2Blockchain'
<Shape
{...props}
_style={extendStyle(props, CONSORTIUM)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/blockchain/Consortium.svg;strokeColor=none;',
},
_original_width: 68,
_original_height: 68,
}
Outbound Connection
- Preview
- Usage
- Definition
import { OutboundConnection } from '@dinghy/diagrams/entitiesAzure2Blockchain'
<OutboundConnection/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OUTBOUND_CONNECTION } from '@dinghy/diagrams/entitiesAzure2Blockchain'
<Shape
{...props}
_style={extendStyle(props, OUTBOUND_CONNECTION)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/blockchain/Outbound_Connection.svg;strokeColor=none;',
},
_original_width: 71,
_original_height: 64,
}
Token Service
- Preview
- Usage
- Definition
import { TokenService } from '@dinghy/diagrams/entitiesAzure2Blockchain'
<TokenService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TOKEN_SERVICE } from '@dinghy/diagrams/entitiesAzure2Blockchain'
<Shape
{...props}
_style={extendStyle(props, TOKEN_SERVICE)}
/>
{
_style: {
entity: 'image;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/azure2/blockchain/Azure_Token_Service.svg;strokeColor=none;',
},
_original_width: 59,
_original_height: 68,
}