Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt

Use this file to discover all available pages before exploring further.

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.StellarOnChainTransaction

struct StellarOnChainTransaction

StellarTransactionApiModel.StellarSubmittedApprovalEntry

struct StellarSubmittedApprovalEntry

Initializers

init(from:)

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

Instance Properties

approvals

let approvals: StellarTransactionApiModel.StellarApprovals?

chainType

let chainType: String?

createdAt

let createdAt: Date

error

let error: TransactionErrorApiModel?

id

Inherited from Identifiable.id.
let id: String

onChain

let onChain: StellarTransactionApiModel.OnChainData

params

let params: StellarTransactionApiModel.Params

sendParams

let sendParams: StellarTransactionApiModel.SendParams?

status

let status: TransactionStatusApiModel

walletType

let walletType: WalletType

Instance Methods

toDomain(withService:)

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