* feature `Hooks`

update definitions

add network id to base transaction

add set hook

update required

update definitions

make network id required

* update hook

update hook

add test and validation

add estimate fee func

fix estimated fee error

add hook utils

* update hookon transaction types

* add invoke tx

* ledger entry objects

* remove sugar export

* update definitions

* remove network id

* export transaction type map from definitions

* lint

* fix error

* fixup unit test

* update hook on calcaulator

* update tests

* update definitions

update definitions

update definitions
This commit is contained in:
Denis Angell
2023-03-28 20:33:42 +00:00
committed by GitHub
parent 4447a7af09
commit 25f267b81f
24 changed files with 882 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
import { assert } from 'chai'
import getFeeXrp from '../../src/sugar/getFeeXrp'
import { getFeeXrp } from '../../src/sugar/getFeeXrp'
import rippled from '../fixtures/rippled'
import {
setupClient,