Skip to content

Commit

Permalink
Fix TypeScript definition for Asset.contractId() (missing param) (#718
Browse files Browse the repository at this point in the history
)
  • Loading branch information
fazzatti committed Dec 15, 2023
1 parent cf370f4 commit 94b94ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class Asset {
toXDRObject(): xdr.Asset;
toChangeTrustXDRObject(): xdr.ChangeTrustAsset;
toTrustLineXDRObject(): xdr.TrustLineAsset;
contractId(): string;
contractId(networkPassphrase: string): string;

code: string;
issuer: string;
Expand Down

0 comments on commit 94b94ad

Please sign in to comment.