Compare commits

..

2 Commits

Author SHA1 Message Date
Denis Angell
be156c9091 Publish
- @transia/xrpl@2.7.3-alpha.7
2023-07-17 20:25:11 +02:00
Denis Angell
cb3e24a497 fix bad interface 2023-07-17 20:23:51 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@transia/xrpl",
"version": "2.7.3-alpha.6",
"version": "2.7.3-alpha.7",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
"files": [

View File

@@ -3,11 +3,11 @@ import { Amount } from '../common'
import BaseLedgerEntry from './BaseLedgerEntry'
/**
* The HookState object type contains the
* The URIToken object type contains the
*
* @category Ledger Entries
*/
export default interface HookState extends BaseLedgerEntry {
export default interface URIToken extends BaseLedgerEntry {
LedgerEntryType: 'URIToken'
/**