mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Add Counterparty signing support
- Add a new parameter "signature_target" to "sign". Supports single and multisign, but I haven't written tests for multisign yet. - Skip account validation if this field is set, like multisigning. - Unit tests demonstrating examples.
This commit is contained in:
@@ -389,6 +389,8 @@ public:
|
||||
setFieldV256(SField const& field, STVector256 const& v);
|
||||
void
|
||||
setFieldArray(SField const& field, STArray const& v);
|
||||
void
|
||||
setFieldObject(SField const& field, STObject const& v);
|
||||
|
||||
template <class Tag>
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user