mirror of
https://github.com/corda/corda.git
synced 2025-02-19 08:57:28 +00:00
17 lines
428 B
Markdown
17 lines
428 B
Markdown
|
# Sub Dirs
|
||
|
|
||
|
## proton
|
||
|
|
||
|
C++ utility functions for the qpid-proton library and some auto objects to make working with
|
||
|
the library a little nicer
|
||
|
|
||
|
## amqp
|
||
|
|
||
|
The Corda AMQP Schema represtnation, both the described versino as it exists within the
|
||
|
stream and an instantiated set of C++ classes representing that structure.
|
||
|
|
||
|
## serialiser
|
||
|
|
||
|
Able to take the blob element of an Envelope and extract class data from it in a
|
||
|
menainful way.
|