diff --git a/src/types.ts b/src/types.ts index 7b733485..b4ed2ea8 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1195,7 +1195,7 @@ export interface AddressResponse { tag: string; type?: number; customerRefId?: number; - addressFormat: number; + addressFormat?: string; legacyAddress?: string; enterpriseAddress?: string; bip44AddressIndex?: string;