AccountCreatedOperationResponse
public class AccountCreatedOperationResponse : OperationResponse, @unchecked Sendable
Represents an account created operation response. See Stellar developer docs
-
Amount the account was funded with (starting balance).
Declaration
Swift
public let startingBalance: Decimal -
Account ID that funded the new account.
Declaration
Swift
public let funder: String -
Multiplexed account address of the funder (if used).
Declaration
Swift
public let funderMuxed: String? -
ID of the multiplexed funder account (if used).
Declaration
Swift
public let funderMuxedId: String? -
Account ID of the newly created account.
Declaration
Swift
public let account: String -
Initializer - creates a new instance by decoding from the given decoder.
Declaration
Swift
public required init(from decoder: Decoder) throwsParameters
decoderThe decoder containing the data
View on GitHub
Install in Dash