mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
feat: Jest Test Runner (#2170)
This commit is contained in:
@@ -49,7 +49,7 @@ export interface LedgerDataRequest extends BaseRequest {
|
||||
|
||||
type LabeledLedgerEntry = { ledgerEntryType: string } & LedgerEntry
|
||||
|
||||
interface BinaryLedgerEntry {
|
||||
export interface BinaryLedgerEntry {
|
||||
data: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user