Skip to content

Commit

Permalink
Update types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mlyberopoulos committed Oct 24, 2024
1 parent 8ed25d6 commit d2fa97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2108,7 +2108,7 @@ export interface WriteCallFunctionDto {
amount?: string;
feeLevel?: FeeLevel;
note?: string;
externalTxnId?: string;
externalTxId?: string;
}

export enum SmartTransfersTicketDirection {
Expand Down

0 comments on commit d2fa97c

Please sign in to comment.