AccountCreatedEffectResponse

public class AccountCreatedEffectResponse : EffectResponse, @unchecked Sendable

Represents an account creation effect. This effect occurs when a new account is created on the Stellar network through a Create Account operation. The source account must fund the new account with a minimum balance to cover the base reserve. See Stellar developer docs

  • The starting balance of the newly created account in lumens (XLM).

    Declaration

    Swift

    public let startingBalance: String
  • Initializer - creates a new instance by decoding from the given decoder.

    Declaration

    Swift

    public required init(from decoder: Decoder) throws

    Parameters

    decoder

    The decoder containing the data