Skip to content

TransactionType

Summary

Represents the different types of account transactions.

Signature

1
public enum TransactionType

Namespace

cAlgo.API

See Also

Fields

Deposit

Summary

Represents a deposit transaction.

Signature

1
TransactionType.Deposit;

Return Value

TransactionType

Withdrawal

Summary

Represents a withdrawal transaction.

Signature

1
TransactionType.Withdrawal;

Return Value

TransactionType