@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
Package org.spongepowered.api.service.economy.transaction
-
Interface Summary Interface Description TransactionResult Represents the result of a particular transaction, such as a deposit or withdrawal.TransactionType Represents the type of a transaction.TransferResult Represents aTransactionResult
specific to a transaction of typeTransactionTypes.TRANSFER
. -
Class Summary Class Description TransactionTypes -
Enum Summary Enum Description ResultType Represents the success or failure state of aTransactionResult
.