We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1884a55 + 2936b0e commit a519177Copy full SHA for a519177
sdk/swift/Sources/Hedera/Token/TokenWipeTransaction.swift
@@ -75,6 +75,14 @@ public final class TokenWipeTransaction: Transaction {
75
return self
76
}
77
78
+ /// Add a serial number of a non-fungible token to wipe from the specified account
79
+ @discardableResult
80
+ public func addSerial(_ serial: UInt64) -> Self {
81
+ self.serials.append(serial)
82
+
83
+ return self
84
+ }
85
86
private enum CodingKeys: String, CodingKey {
87
case tokenId
88
case amount
0 commit comments