DataRemovedEffectResponse
public class DataRemovedEffectResponse : EffectResponse, @unchecked Sendable
Represents a data entry removal effect. This effect occurs when a key-value pair is deleted from an account’s data entries. Account data entries allow accounts to store arbitrary data on the ledger. Triggered by the Manage Data operation with a null value. See Stellar developer docs
-
The name (key) of the data entry removed.
Declaration
Swift
public let name: String -
Declaration
Swift
public required init(from decoder: Decoder) throws
View on GitHub
Install in Dash