Skip to content

Commit

Permalink
[WIP] SetHookTxParser
Browse files Browse the repository at this point in the history
  • Loading branch information
zgrguric committed Dec 8, 2023
1 parent e8f51b9 commit 599a68f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/SetHookTxParser.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php declare(strict_types=1);

namespace XRPLWin\XRPLHookParser;

/**
* SetHook Parser
* Extract detailed information about installed, deinstalled... hooks, hook diff etc.
*/
class SetHookTxParser
{
public function __construct(\stdClass $tx, array $options = [])
{
//TODO
}
}

0 comments on commit 599a68f

Please sign in to comment.