SwiftyEOS icon indicating copy to clipboard operation
SwiftyEOS copied to clipboard

SwiftyEOS is an open-source framework for interacting with EOS, written in Swift. Can be used on iOS and macOS.

Results 15 SwiftyEOS issues
Sort by recently updated
recently updated
newest added

什么时候可以使用Pod 或者Carthage导入

根据最新的ABI修改参数

Merge pull request #20 from liunina/master

I get this error when trying to archive for App Store upload. Xcode 10 ``` Transaction.swift static func dataForSignature(chainId: String?, pkt: PackedTransaction) -> Data { ... writer.pushInt(value: Int(UInt32(pkt.transaction.expiration.timeIntervalSince1970) & 0xFFFFFFFF))...