pdk-contracts-lib 1.9.1-alpha.2

PDK Contracts Library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (c) 2026, Salesforce, Inc.,
// All rights reserved.
// For full license text, see the LICENSE.txt file

pub mod contracts_storage;
pub mod distributed_storage;
pub mod session_storage;

// Since the write access to the shared memory is coordinated by the time lock, we ensure that
// no consistency handling will have to be done.
fn abort<T>(_: T, _: T) -> Option<T> {
    Option::None
}