software-mansion / starknet.swift

Starknet SDK for Swift language
MIT License
24 stars 15 forks source link

Verify types in `StarknetTypedData` in line with SNIP-12 #170

Closed DelevoXDG closed 6 months ago

DelevoXDG commented 7 months ago

Stack

Describe your changes

Ensure type verification logic in line with these guidelines. Restrictions related to enum basic type will be added separately.

Verification

Initializers

Linked issues

Closes

Breaking changes