Skip to main content
Structure
struct StellarTransactionApiModel

Structures

StellarTransactionApiModel.FeeConfig

struct FeeConfig

StellarTransactionApiModel.OnChainData

struct OnChainData

StellarTransactionApiModel.Params

struct Params

StellarTransactionApiModel.SendParams

struct SendParams

StellarTransactionApiModel.StellarApprovalEntry

struct StellarApprovalEntry

StellarTransactionApiModel.StellarApprovals

struct StellarApprovals

StellarTransactionApiModel.StellarSubmittedApprovalEntry

struct StellarSubmittedApprovalEntry

Initializers

init(from:)

Inherited from Decodable.init(from:).
init(from decoder: any Decoder) throws

Instance Properties

approvals

let approvals: StellarApprovals?

chainType

let chainType: String?

createdAt

let createdAt: Date

error

let error: TransactionErrorApiModel?

id

Inherited from Identifiable.id.
let id: String

onChain

let onChain: OnChainData

params

let params: Params

sendParams

let sendParams: SendParams?

status

let status: TransactionStatusApiModel

walletType

let walletType: WalletType

Instance Methods

toDomain(withService:)

Inherited from TransactionApiModel.toDomain(withService:).
func toDomain(withService service: SmartWalletService) -> Transaction?