mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Document future direction of Transaction.
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
#ifndef __TRANSACTION__
|
#ifndef __TRANSACTION__
|
||||||
#define __TRANSACTION__
|
#define __TRANSACTION__
|
||||||
|
|
||||||
|
//
|
||||||
|
// Notes: this code contains legacy constructored sharedXYZ and setXYZ. The intent is for these functions to go away. Transactions
|
||||||
|
// should now be constructed in JSON with. Use STObject::parseJson to obtain a binary version.
|
||||||
|
//
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
|
|||||||
Reference in New Issue
Block a user