|
@ -366,6 +366,8 @@ public: |
|
|
Q_INVOKABLE QString ethTest() const { return "Hello world!"; } |
|
|
Q_INVOKABLE QString ethTest() const { return "Hello world!"; } |
|
|
Q_INVOKABLE QEthereum* self() { return this; } |
|
|
Q_INVOKABLE QEthereum* self() { return this; } |
|
|
|
|
|
|
|
|
|
|
|
Q_INVOKABLE QString secretToAddress(QString _s) const; |
|
|
|
|
|
|
|
|
Q_INVOKABLE QString pad(QString _s, unsigned _l) const { return padded(_s, _l); } |
|
|
Q_INVOKABLE QString pad(QString _s, unsigned _l) const { return padded(_s, _l); } |
|
|
Q_INVOKABLE QString pad(QString _s, unsigned _l, unsigned _r) const { return padded(_s, _l, _r); } |
|
|
Q_INVOKABLE QString pad(QString _s, unsigned _l, unsigned _r) const { return padded(_s, _l, _r); } |
|
|
Q_INVOKABLE QString unpad(QString _s) const { return unpadded(_s); } |
|
|
Q_INVOKABLE QString unpad(QString _s) const { return unpadded(_s); } |
|
|