You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/Core/EthereumABI/ABIEncoding.swift
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,6 @@ public struct ABIEncoder {
194
194
/// Performs ABI encoding conforming to [the documentation of encoding](https://docs.soliditylang.org/en/develop/abi-spec.html#basic-design) in Solidity.
195
195
///
196
196
/// **It does not add the data offset for dynamic types!!** To return single value **with data offset** use the following instead:
197
-
///
198
197
/// ```swift
199
198
/// ABIEncoder.encode(types: [type], values: [value] as [AnyObject])
0 commit comments