RelocateAssetReferencesLogInfo
public class RelocateAssetReferencesLogInfo : CustomStringConvertible, JSONRepresentable
Provides the indices of the source asset and the destination asset for a relocate action.
-
Source asset position in the Assets list.
Declaration
Swift
public let srcAssetIndex: UInt64
-
Destination asset position in the Assets list.
Declaration
Swift
public let destAssetIndex: UInt64
-
Declaration
Swift
public var description: String { get }