mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
Set PublicKey type to string
This commit is contained in:
@@ -7,7 +7,7 @@ export type PaymentChannel = {
|
||||
Account: string,
|
||||
Amount: string,
|
||||
Balance: string,
|
||||
PublicKey: number,
|
||||
PublicKey: string,
|
||||
Destination: string,
|
||||
SettleDelay: number,
|
||||
Expiration?: number,
|
||||
@@ -32,7 +32,7 @@ export type LedgerEntryResponse = {
|
||||
type PaymentChannelResponse = {
|
||||
account: string,
|
||||
balance: string,
|
||||
publicKey: number,
|
||||
publicKey: string,
|
||||
destination: string,
|
||||
settleDelay: number,
|
||||
expiration?: string,
|
||||
|
||||
Reference in New Issue
Block a user