Skip to main content

EOS_Ecom_Transaction_Release

Function EOS_Ecom_Transaction_Release 

Source
pub unsafe extern "C" fn EOS_Ecom_Transaction_Release(
    Transaction: EOS_Ecom_HTransaction,
)
Expand description

Release the memory associated with an EOS_Ecom_HTransaction. Is expected to be called after being received from a EOS_Ecom_CheckoutCallbackInfo.

@param Transaction A handle to a transaction.

@see EOS_Ecom_CheckoutCallbackInfo @see EOS_Ecom_GetTransactionCount @see EOS_Ecom_CopyTransactionByIndex