pub(crate) fn get_v3_migrated_state(
operation_id: OperationId,
cursor: &mut Cursor<&[u8]>,
) -> Result<Option<(Vec<u8>, OperationId)>>
Expand description
Migrates Refund
state with enum prefix 5 to contain the error_reason
field
pub(crate) fn get_v3_migrated_state(
operation_id: OperationId,
cursor: &mut Cursor<&[u8]>,
) -> Result<Option<(Vec<u8>, OperationId)>>
Migrates Refund
state with enum prefix 5 to contain the error_reason
field