Skip to content

Commit

Permalink
fixup! feat(connect): add signature to address type
Browse files Browse the repository at this point in the history
  • Loading branch information
martykan committed Dec 11, 2024
1 parent 9391ec5 commit dd68277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connect/src/types/api/cardano/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export interface CardanoAddress {
serializedPath: string;
serializedStakingPath: string;
address: string;
signature: undefined;
signature?: undefined;
}

// cardanoGetNativeScriptHash
Expand Down

0 comments on commit dd68277

Please sign in to comment.