Skip to main content

EOS_ProgressionSnapshot_AddProgressionOptions

Type Alias EOS_ProgressionSnapshot_AddProgressionOptions 

Source
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: i32

API Version: Set this to EOS_PROGRESSIONSNAPSHOT_ADDPROGRESSION_API_LATEST.

§SnapshotId: u32

The Snapshot Id received via a EOS_ProgressionSnapshot_BeginSnapshot function.

§Key: *const u8

The key in a key/value pair of progression entry

§Value: *const u8

The value in a key/value pair of progression entry