Implement credit_set and directory support.

This commit is contained in:
Arthur Britto
2012-05-26 02:57:00 -07:00
parent 451df81411
commit cb56ad036d
7 changed files with 471 additions and 205 deletions

View File

@@ -61,9 +61,7 @@ private:
const NewcoinAddress& naPrivateKey,
const NewcoinAddress& naDstAccountID,
const STAmount& saLimitAmount,
uint32 uBorrowRate,
uint32 uBorrowStart,
uint32 uBorrowExpire);
uint32 uAcceptRate);
Transaction::pointer setPayment(
const NewcoinAddress& naPrivateKey,
@@ -119,9 +117,7 @@ public:
uint32 uSourceTag,
const NewcoinAddress& naDstAccountID,
const STAmount& saLimitAmount,
uint32 uBorrowRate,
uint32 uBorrowStart,
uint32 uBorrowExpire);
uint32 uAcceptRate);
// Make a payment.
static Transaction::pointer sharedPayment(