Skip to content

Commit

Permalink
Update sdk/src/introspection.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Heuer <[email protected]>
  • Loading branch information
josemarinas and heueristik authored Apr 22, 2024
1 parent 3491c53 commit ce09f98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/src/introspection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export function getInterfaceId(iface: Interface): string {
}
return interfaceId.toHexString();
}

/**
* Gets the protocol version of a contract, if the contract does not have a
* protocolVersion function, it will return [1, 0, 0]
Expand Down

0 comments on commit ce09f98

Please sign in to comment.