pub type EOS_ProgressionSnapshot_AddProgressionOptions = _tagEOS_ProgressionSnapshot_AddProgressionOptions;Expand description
Input parameters for the EOS_ProgressionSnapshot_AddProgression function.
Aliased Type§
#[repr(C)]pub struct EOS_ProgressionSnapshot_AddProgressionOptions {
pub ApiVersion: i32,
pub SnapshotId: u32,
pub Key: *const u8,
pub Value: *const u8,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_PROGRESSIONSNAPSHOT_ADDPROGRESSION_API_LATEST.
SnapshotId: u32The Snapshot Id received via a EOS_ProgressionSnapshot_BeginSnapshot function.
Key: *const u8The key in a key/value pair of progression entry
Value: *const u8The value in a key/value pair of progression entry