mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Reformatting using AStyle
This commit is contained in:
@@ -2,26 +2,26 @@
|
||||
#define CONTRACT_H
|
||||
|
||||
/*
|
||||
Encapsulates the SLE for a Contract
|
||||
Encapsulates the SLE for a Contract
|
||||
*/
|
||||
|
||||
class Contract
|
||||
{
|
||||
public:
|
||||
Contract();
|
||||
Contract ();
|
||||
|
||||
uint160& getIssuer();
|
||||
uint160& getOwner();
|
||||
STAmount& getRippleEscrow();
|
||||
uint32 getEscrow();
|
||||
uint32 getBond();
|
||||
uint160& getIssuer ();
|
||||
uint160& getOwner ();
|
||||
STAmount& getRippleEscrow ();
|
||||
uint32 getEscrow ();
|
||||
uint32 getBond ();
|
||||
|
||||
Script::Data getData(int index);
|
||||
Script::Data getData (int index);
|
||||
|
||||
void executeCreate();
|
||||
void executeRemove();
|
||||
void executeFund();
|
||||
void executeAccept();
|
||||
void executeCreate ();
|
||||
void executeRemove ();
|
||||
void executeFund ();
|
||||
void executeAccept ();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user