highskore
highskore
### Issue To Be Solved Allow fetching all keys from an account by doing something like `PublicAccount.keys`, currently this returns `{}`. The functionality is already present in flow-view-source and flow...
### Issue to be solved I've been thinking about the possibility of expanding our support for elliptic curve operations in Cadence/Flow. From my perspective, it seems there's a strong need...
Currently we are [forced](https://github.com/portto/fcl-swift/blob/33ed23a48d8f81db8521d1ec16ce63a858c58ce0/Sources/FCL-SDK/FCL.swift#L31) to only use the `.mainnet` or `.testnet` networks configs for the fcl.config object and can't specify a custom access node. The same functionality is already allowed...